[fpc-pascal] THelpEvent usage and meaning of parameters?

Graeme Geldenhuys graeme at mastermaths.co.za
Thu Nov 5 13:27:22 CET 2009


Marco van de Voort wrote:
>> Free Pascal type signature:
>>   THelpEvent = function (Command: Word; Data: Longint;
>>     var CallHelp: Boolean): Boolean of object;
> 
> This looks like chm (k3) vs older (.hlp) definition.

For fpGUI I have decided on using thte K3 event type, but renamed the
class in fpGUI to not cause conflicts.

I agree with you that the THelpEvent in FPC does look like a rather
"old" or "odd" way of doing things - compared to the rest of the help
types available. Especially since you have HelpKeyword, HelpContext and
HelpType types available.

Do you think there is any chance that we could update the type
definition in FPC?

Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/




More information about the fpc-pascal mailing list