DK11 for Delphi | GisLayerVector.TGIS_ExpandLabelFun | Methods | Classes | Prototypes
Function to be used by GisLabelTextParser.
// Delphi type TGIS_ExpandLabelFun = function ( const _name : String ) : Variant of object;
// C++ Builder typedef Variant* (_closure *TGIS_ExpandLabelFun)( const UnicodeString _name );
Name | Type | Description |
---|---|---|
_name | String | Name of the field value to be returned. |
Type | Description |
---|---|
Variant | Computed field value. |