You've already forked lazarus-ccr
20080720 release: updated list of controls for DfmToLfm converter.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@510 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -54,15 +54,15 @@ const
|
||||
HELP_CONTEXT = 1;
|
||||
HELP_QUIT = 2;
|
||||
|
||||
{$IFDEF MSWINDOWS} {LCL doesn't have TApplication.HelpCommand, so call Win API}
|
||||
function DoHelpCommand(Command : Word;
|
||||
Data : LongInt) : Boolean;
|
||||
begin
|
||||
{$IFDEF MSWINDOWS} {LCL doesn't have TApplication.HelpCommand, so call Win API}
|
||||
Result := WinHelp(Application.MainForm.Handle,
|
||||
PChar(Application.HelpFile),
|
||||
Command, Data);
|
||||
{$ENDIF}
|
||||
end; {DoHelpCommand}
|
||||
{$ENDIF}
|
||||
|
||||
|
||||
{THelpUtilManager}
|
||||
|
Reference in New Issue
Block a user