Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ "Search" bookmark in help file
If you want to give access to help file from your program., then you may use this code.You may call a "search" bookmark of some help file.
procedure TForm1.Button1Click(Sender: TObject);
var
TempStr: string;
begin
TempStr:='';
Application.HelpFile:='C:\...\Help\Delphi3.HLP';
Application.HelpCommand(HELP_PARTIALKEY, LongInt(@TempStr));
end;
-
More for developers