User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_layervector.fieldinfo_integer

Table of Contents

TGIS_LayerVector.FieldInfo method

DK11 for Delphi | GisLayerVector.TGIS_LayerVector.FieldInfo | Constructors | Fields | Methods | Properties | Events

Returns pointer to GIS_FieldInfo structure.

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

Syntax

// Delphi
public
  function FieldInfo(
    const _id : Integer
  ) : TGIS_FieldInfo; virtual;
// C++ Builder
public:
  virtual TGIS_FieldInfo* FieldInfo(
    const int _id
  );

Parameters

Name Type Description
_id Integer id of field to be returned

Result

Type Description
TGIS_FieldInfo Field description or nil.

Remarks

Use this method to get pointer to GIS_FieldInfo structure.

See RenameField for example.

2022/11/16 01:22

Page Tools