User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_fieldinfo

Table of Contents

ITGIS_FieldInfo interface

DK for ActiveX | TatukGIS_XDK11.ITGIS_FieldInfo | Interfaces | Methods | Properties

Field structure information.

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

Syntax

// C#
public interface ITGIS_FieldInfo: ITBaseObject
{
}
' VisualBasic
Public Interface ITGIS_FieldInfo
  Implements ITBaseObject
End Class
// Oxygene
type
  ITGIS_FieldInfo = public interface( ITBaseObject )
  end;

Implements

Methods

Inherited Overrides Protected
Name Visibility Description
AttachDelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)
DelphiObj public Only for internal use of TatukGIS.
(Inherited from ITBaseObject)

Properties

Inherited Protected
Name Visibility Description
Binary public Binary width for TAB/DAT files.
Decimal public Decimal as represented in saved version.
Deleted public If True file must be deleted on save.
ExportName public Field used in exporting.
FieldType public Type of field.
FileFormat public If True, then field is specific to file format and should not be visible.
Flags public Set of cumulative field flags.
Hidden public If True, then field will not be visible in controls.
IsUID public If True, then field is used as GIS_UID and will be exported.
Name public Name as represented in saved version.
NewDecimal public New decimal size of field.
NewName public New name of field.
NewWidth public New width of field.
ReadOnly public If True, then value of the field can not be modified.
Rules public Field rules.
Saved public if True the field exist in disk based image; valid only for real disk based layer like TGIS_LayerSHP, TGIS_LayerSHP etc.
Temporary public If True, then field is temporary (not stored in a file).
Width public Width as represented in saved version.

2025/01/31 01:04

Page Tools