Compatible with old Delphi!
 
Ultimate Pack

Call some topic in help file - Help - Tips & Tricks - Greatis Delphi Pages

Use HelpJump to call some topic from help file.
In Edit component you may write topic title. For example, if you will write "TButton_Create" then you will call topic about Create method of TButton component from vcl3.hlp file.

  Application.HelpFile := 'C:\...\Help\VCL3.HLP';
  Application.HelpJump(Edit1.Text);
For more
Delphi help

Download source


Delphi books recommended by Amazon.com

More Delphi programming books on Amazon.com


Copyright © 1998-2013 Greatis Software