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:
MacPgmr
2008-07-20 20:44:11 +00:00
parent 9f181dc51d
commit 25a4ed79d5
4 changed files with 113 additions and 63 deletions

View File

@ -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}