![]() |
Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Call some topic in help file
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);
-
More for developers