I have created a help file for a project
which I have called MyHelp.hlp
I have been to Project/Options/Application where
I have browsed and found MyHelp.hlp
But now how do I call it in this procedure.
procedure TfrmBallot.BitBtn1Click(Sender: TObject);
begin
?????
end;
Anyone?