User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.getfieldex_string_integer

Table of Contents

TGIS_Shape.GetFieldEx(String; Integer) 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 _cursor : Integer
  ) : Variant; overload; virtual;
// C++ Builder
public:
  virtual Variant* GetFieldEx(
    const UnicodeString _name,
    const int _cursor
  ) /* overload */;

Parameters

Name Type Description
_name String field name
_cursor Integer cursor index

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/07/07 01:07

Page Tools