DK11 for Delphi | GisTypes.TGIS_HelpEvent | Constants | Enums | Classes | Prototypes | Records
Event handler for OnHelp messages.
Available also on: Python.
// Delphi type TGIS_HelpEvent = procedure ( _sender : TObject; _name : String ) of object;
// C++ Builder typedef void (_closure *TGIS_HelpEvent)( TObject* _sender, UnicodeString _name );
Name | Type | Description |
---|---|---|
_sender | TObject | event originator |
_name | String | name of a control for which help should be provided. |