DK11 for ActiveX | TatukGIS_XDK11.TGIS_FieldFlags | Enums
Supported field flags.
// C# public enum TGIS_FieldFlags { Exportable = 1, Saveable = 2, ReadOnly = 4, Visible = 8, Required = 16 }
' VisualBasic Public Enum TGIS_FieldFlags Exportable = 1 Saveable = 2 ReadOnly = 4 Visible = 8 Required = 16 End Enum
// Oxygene type TGIS_FieldFlags = public ( Exportable = 1, Saveable = 2, ReadOnly = 4, Visible = 8, Required = 16 );
Name | Value | Description | |
---|---|---|---|
Exportable | 1 | Is field exportable. | |
Saveable | 2 | Is field saveable. | |
ReadOnly | 4 | Is field read only. | |
Visible | 8 | Is field visible. | |
Required | 16 | Is field required. | |