DK11 for Java | tatukgis.jdk.TGIS_FieldFlags | Enums
Supported field flags.
// Java public enum TGIS_FieldFlags { Exportable, Saveable, ReadOnly, Visible, Required }
// Oxygene type TGIS_FieldFlags = public ( Exportable, Saveable, ReadOnly, Visible, Required } of Integer;
Name | Value | Description | |
---|---|---|---|
Exportable | Is field exportable. | ||
Saveable | Is field saveable. | ||
ReadOnly | Is field read only. | ||
Visible | Is field visible. | ||
Required | Is field required. | ||