User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_fieldinfo.saved

Table of Contents

TGIS_FieldInfo.Saved property

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

if True the field exist in disk based image; valid only for real disk based layer like TGIS_LayerSHP, TGIS_LayerSHP etc. Layers like TGIS_Layer_DXF and TGIS_LayerMIF are first imported into memory, value of Saved will always be false

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

Syntax

// Delphi
public
  property Saved : Boolean read write;
// C++ Builder
public:
  __property bool Saved = {read, write};

Value

Type
Boolean
2022/11/16 01:14

Page Tools