User Tools

Site Tools


api:dk11:delphi:gisfieldrules.tgis_fieldvaluealiases.resolveget_string

Table of Contents

TGIS_FieldValueAliases.ResolveGet method

DK11 for Delphi | GisFieldRules.TGIS_FieldValueAliases.ResolveGet | Constructors | Methods | Properties

Resolve value in a meaning of reading it from a layer. Value will be substituted with alias

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  function ResolveGet(
    const _value : String
  ) : String;
// C++ Builder
public:
  UnicodeString ResolveGet(
    const UnicodeString _value
  );

Parameters

Name Type Description
_value String value form a layer

Result

Type Description
String value to be presented to a user
2022/11/16 01:16

Page Tools