User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_fieldlist.exists_integer

Table of Contents

TGIS_FieldList.Exists method

DK11 for Java | tatukgis.jdk.TGIS_FieldList.Exists | Methods | Properties

Check if field exists.

Available also on: Delphi | .NET.

Syntax

// Java
public bool Exists(
  int _field
);
// Oxygene
public
  function Exists(
    _field : Integer
  ) : Boolean;

Parameters

Name Type Description
_field int
Integer
field id

Result

Type Description
bool
Boolean
True if field was found
2017/09/04 11:20

Page Tools