User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.getfieldex_string_boolean

Table of Contents

TGIS_Shape.GetFieldEx(String; Boolean) method

DK11 for Delphi | GisLayerVector.TGIS_Shape.GetFieldEx | Overloads | Constructors | Fields | Methods | Properties

Retrieving data from associated data table.

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

Syntax

// Delphi
public
  function GetFieldEx(
    const _name : String;
    const _rule : Boolean
  ) : Variant; overload; virtual;
// C++ Builder
public:
  virtual Variant* GetFieldEx(
    const UnicodeString _name,
    const bool _rule
  ) /* overload */;

Parameters

Name Type Description
_name String field name
_rule Boolean True if filed rule should be expanded (like alias matching)

Result

Type Description
Variant Field value. If field value is Null then function will return Null default value. GetField will return a default value instead.

Remarks

by providing empty field the join (if any exists) will be resynchronize
See TGIS_LayerVector.DrawLabel for example.

2024/12/20 22:19

Page Tools