DK11 for Delphi | GisLayerVector.TGIS_Shape.GetLabel | Constructors | Fields | Methods | Properties
Return label content (including expanded field values) etc. Label can contain HTML markup. To obtain label value without any formatting markers use GetLabelPlain.
// Delphi public function GetLabel : String; virtual;
// C++ Builder public: virtual UnicodeString GetLabel(void);
Type | Description |
---|---|
String | Text with possible formatting etc. |