User Tools

Site Tools


api:dk11:delphi:gislayervector.gisexpandlabel_string_tgis_shape

Table of Contents

GisExpandLabel(String; TGIS_Shape) method

DK11 for Delphi | GisLayerVector.GisExpandLabel | Overloads | Methods | Classes | Prototypes

Function to parse label text and substitute embedded field values and formulas.

Syntax

// 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 */;

Parameters

Name Type Description
_text String Text label to be parsed.
_shp TGIS_Shape Shape object which provide field values.

Result

Type Description
String Expanded label text.
2021/08/26 20:26

Page Tools