DK11 for Delphi | GisLayerVector.GisExpandLabel | Overloads | Methods | Classes | Prototypes
Function to parse label text and substitute embedded field values and formulas.
// Delphi function GisExpandLabel( const _text : String; const _shp : TGIS_Shape ) : String; overload;
// C++ Builder extern DELPHI_PACKAGE UnicodeString GisExpandLabel( const UnicodeString _text, TGIS_Shape* const _shp ) /* overload */;
Name | Type | Description |
---|---|---|
_text | String | Text label to be parsed. |
_shp | TGIS_Shape | Shape object which provide field values. |
Type | Description |
---|---|
String | Expanded label text. |