DK11 for Delphi | GisClasses.TGIS_FieldList | Classes | Constructors | Methods | Properties
A field-value list.
// Delphi type TGIS_FieldList = class( TGIS_ObjectList ) end;
// C++ Builder class PASCALIMPLEMENTATION TGIS_FieldList : public TGIS_ObjectList { };
→ TObjectList → TGIS_ObjectList
Name | Visibility | Description | |
---|---|---|---|
Destroy | public | Destroy an instance and free all items. | |
Name | Visibility | Description | |
---|---|---|---|
Add | public | Add new item to the list. | |
Assign | public | Assign a list. (Inherited from TGIS_ObjectList) |
|
CopyTo | public | Copy a list to another. | |
Exists | public | Check if field exists. | |
find | protected | Find element. | |
Insert | public | Insert new item to the list. | |
Sort | public | Sort the list. | |