User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_fieldlist

Table of Contents

TGIS_FieldList class

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

A field-value list.

Available also on: Delphi | .NET.

Syntax

// Java
public class TGIS_FieldList extends TGIS_ObjectList {
};
// Oxygene
type
  TGIS_FieldList = public class( TGIS_ObjectList )
  end;

Inheritance

Methods

Inherited Overrides Protected
Name Visibility Description
Add public Add new item to the list.
CopyTo public Copy a list to another.
Dispose public Destroy an instance and free all items.
Exists public Check if field exists.
find protected Find element.
Insert public Insert new item to the list.
Sort public Sort the list.

Properties

Inherited Protected
Name Visibility Description
Items public Get/set a list item.

2021/12/07 08:53

Page Tools