2006. március 31., péntek

Search for a keyword in a help file


Problem/Question/Abstract:

How to search for a keyword in a help file

Answer:

const
  EmptyString: PChar = '';
begin
  Application.HelpCommand(HELP_PARTIALKEY, LongInt(EmptyString));
end;

Nincsenek megjegyzések:

Megjegyzés küldése