User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_fieldlist.exists_integer

Table of Contents

TGIS_FieldList.Exists method

DK for Delphi | GisClasses.TGIS_FieldList.Exists | Constructors | Methods | Properties

Check if field exists.

Available also on: .NET | Java.

Syntax

// Delphi
public
  function Exists(
    const _field : Integer
  ) : Boolean;
// C++ Builder
public:
  bool Exists(
    const int _field
  );

Parameters

Name Type Description
_field Integer field id

Result

Type Description
Boolean True if field was found
2025/01/31 01:06

Page Tools