Delphi Tips&Tricks News   Tips   .NET Software   VCL Software   Search   Contacts
Ultimate Pack Special Offer!


Share this page

Follow us
LinkedIn Blogspot Twitter Facebook

Related products
Ultimate Pack  hot!
iGrid Plotter  new!
Image Editor
Runtime Fusion
Form Designer
Object Inspector
Print Suite Pro
Commented Image
Delphi Toys
WinDowse
Delphi Bonus
TMS Scripter Studio
Form Designer VB
Form Designer .NET
Print Suite .NET
Gradient Controls .NET  new!

Related links
Win32.hlp online version
MegaDetailed.NET
Delphi to C#

Special
Free Software Promotion
Offers for Resellers

Hobby projects
cdtrrracks.com
books.storrre.com
in3steps.com
sovietphillumeny.com

Add your help file to the Delphi - Help - Tips & Tricks - Greatis Delphi Pages

In Delphi3 you should do these steps 1) Copy the files MyComponent.hlp and MyComponent.cnt into the help directory of Delphi, for example (C:\program files\Borland\Delphi 3\help\). 2) Open Delphi3.cfg with a text editor 3) In the 3rd-party section at the end of this file, add the following line: :Link MyComponent.hlp 4) Delete the hidden file Delphi3.GID In Delphi4 and higher 1) Copy the files *.hlp and *.cnt into the help directory of Delphi (for example C:\program files\Borland\Delphi6\help\). 2) Start Delphi. 3) From the main menu choose Help | Customize... The OpenHelp tool starts and opens the configuration file of Delphi's online help. 4) Select the Index tab. 5) Choose Edit | Add Files..., then locate and open *.hlp files. This will merge the keywords in *.hlp file with the keyword index of Delphi's or C++ Builder's help. 6) Select the Link tab. 7) Choose Edit | Add Files..., then locate and open again your *.hlp files. This will enable context sensitive help for the component. 8) Choose File | Save Project, then close the window.


Related topics
Create help files contents
Open help file in Delphi