User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layervector.findfield_string

Table of Contents

TGIS_LayerVector.FindField method

DK11 for Java | tatukgis.jdk.TGIS_LayerVector.FindField | Constructors | Fields | Methods | Properties | Events

Finds a field in the fields list.

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

Syntax

// Java
public int FindField(
  java.lang.String _name
);
// Oxygene
public
  function FindField(
    _name : String
  ) : Integer; virtual;

Parameters

Name Type Description
_name java.lang.String
String
name of field to be found

Result

Type Description
int
Integer
Field index (staring for 0) or -1 if not found.

Remarks

Virtual fields starting from 100000.

2024/12/20 22:26

Page Tools