<!--QuoteBegin-Speed 2 Dave+May 14 2004, 12:20 PM--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Speed 2 Dave @ May 14 2004, 12:20 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> I don't mean to be non-useful... but I tried coding in (I think delphi 5) it's a PASCAL clone, right? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd--> Not exactly. It's an Object-Oriented version of Pascal with various changes and improvements. Oh, and "Pascal" isn't an acronym; it's named after the inventor of one of the world's first calculating devices.
Comments
Not exactly. It's an Object-Oriented version of Pascal with various changes and improvements. Oh, and "Pascal" isn't an acronym; it's named after the inventor of one of the world's first calculating devices.
Application.HelpFile := 'C:\help.hlp';
Then just call it like this:
Application.HelpCommand(HELP_FINDER, 0);