User Tools

Site Tools


api:dk11:delphi:gislayer.tgis_layer.mustsave_void

Table of Contents

TGIS_Layer.MustSave method

DK11 for Delphi | GisLayer.TGIS_Layer.MustSave | Constructors | Fields | Methods | Properties | Events

Checks if the layer was modified by editing.

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

Syntax

// Delphi
public
  function MustSave : Boolean; virtual;
// 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.

2022/11/16 01:18

Page Tools