User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_fieldinfo

TGIS_FieldInfo class

DK11 for Delphi | GisClasses.TGIS_FieldInfo | Classes | Constructors | Methods | Properties

Field structure information.

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

Syntax

// Delphi
type
  TGIS_FieldInfo = class( TGIS_Object )
  end;
// C++ Builder
class PASCALIMPLEMENTATION TGIS_FieldInfo : public TGIS_Object
{
};

Inheritance

Constructors

Inherited Overrides Protected
Name Visibility Description
Create public Create an instance.

Methods

Inherited Overrides Protected
Name Visibility Description
checkFlags protected Check a field settings and set cumulative flags.

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.

2022/11/16 01:14

Page Tools