DK11 for Java | tatukgis.jdk.TGIS_LayerVector.Fields | Constructors | Fields | Methods | Properties | Events
List of database field definitions.
// Java public TObjectList<TGIS_FieldInfo> getFields();
// Oxygene public property Fields : TGIS_FieldInfoList read;
Type |
---|
TObjectList<TGIS_FieldInfo> TGIS_FieldInfoList |
See RenameField for example.
Do not manipulate Fields property directly. Items added directly will not be properly initialized, and direct reordering or deleting can cause internal index corruption.
Always use AddField(), DeleteField(), or RenameField() methods.