Having completed a Help.html file for my project can someone please tell me how I call it
in a button event handler? As in
procedure TfrmGrocShop.btbtnHelpClick(Sender: TObject);
begin
//What ???
end;
I have tried using an Action List component as follows
object ActionList1: TActionList
object ActionGetHelp: TAction
Category = 'File'
Caption = '&Help'
OnExecute = ('c:\Program Files\MyProg\MyHelp.html')Execute
end
end
.....but this results in the following exception
Error creating form: "=" expected on Line 721.