User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_expandlabelfun_string

Table of Contents

TGIS_ExpandLabelFun prototype

DK11 for Delphi | GisLayerVector.TGIS_ExpandLabelFun | Methods | Classes | Prototypes

Function to be used by GisLabelTextParser.

Available also on: .NET | Java.

Syntax

// Delphi
type
  TGIS_ExpandLabelFun = function (
    const _name : String
  ) : Variant of object;
// C++ Builder
typedef Variant* (_closure *TGIS_ExpandLabelFun)(
  const UnicodeString _name
);

Parameters

Name Type Description
_name String Name of the field value to be returned.

Result

Type Description
Variant Computed field value.
2021/08/26 20:26

Page Tools