DK11 for Java | tatukgis.jdk.TGIS_FieldList | Classes | Methods | Properties
A field-value list.
// Java public class TGIS_FieldList extends TGIS_ObjectList { };
// Oxygene type TGIS_FieldList = public class( TGIS_ObjectList ) end;
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. | |