DK11 for Delphi | GisLayerVector.TGIS_Shape.GetLabelPlain | Constructors | Fields | Methods | Properties
Return label content (including expanded field values) etc. Label will be cleared from any HTML markup etc. To obtain label value with formatting markers use GetLabel.
// Delphi public function GetLabelPlain( const _all_lines : Boolean ) : String; virtual;
// C++ Builder public: virtual UnicodeString GetLabelPlain( const bool _all_lines );
Name | Type | Description |
---|---|---|
_all_lines | Boolean | if false, then only first line from multi line label will be returned |
Type | Description |
---|---|
String | Cleared text. |