DK11 for Delphi | GisTypes.TGIS_TemplateProducerEvent | Constants | Enums | Classes | Prototypes | Records
Event handler for Template producer.
Available also on: Python.
// Delphi type TGIS_TemplateProducerEvent = function ( _sender : TObject; _token : String ) : String of object;
// C++ Builder typedef UnicodeString (_closure *TGIS_TemplateProducerEvent)( TObject* _sender, UnicodeString _token );
Name | Type | Description |
---|---|---|
_sender | TObject | event originator |
_token | String | name of a token for which replacement should be provided |
Type | Description |
---|---|
String |