User Tools

Site Tools


api:dk11:delphi:gislayervector.gisexpandlabel_string_tgis_expandlabelfun

Table of Contents

GisExpandLabel(String; TGIS_ExpandLabelFun) 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 _getfield : TGIS_ExpandLabelFun
) : String; overload;
// C++ Builder
extern DELPHI_PACKAGE UnicodeString GisExpandLabel(
  const UnicodeString _text,
  TGIS_ExpandLabelFun* const _getfield
) /* overload */;

Parameters

Name Type Description
_text String Text label to be parsed.
_getfield TGIS_ExpandLabelFun Callback function to provide field values.

Result

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

Page Tools