User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_layervector.mustsave_void

Table of Contents

TGIS_LayerVector.MustSave method

DK11 for Delphi | GisLayerVector.TGIS_LayerVector.MustSave | Constructors | Fields | Methods | Properties | Events

Checks if the layer was modified by editing.

Available also on: .NET | Java.

Syntax

Overrides TGIS_Layer.MustSave.

// Delphi
public
  function MustSave : Boolean; override;
// C++ Builder
public:
  virtual bool MustSave(void);

Result

Type Description
Boolean True if layer was modified.

Remarks

Use this method to check if the layer was edited any way. If Yes you should save a project to keep changes.

2020/05/07 01:09

Page Tools