User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.tgis_fieldflags

Table of Contents

TGIS_FieldFlags enum

DK11 for ActiveX | TatukGIS_XDK11.TGIS_FieldFlags | Enums

Supported field flags.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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
  );

Members

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.

2022/11/30 19:06

Page Tools