User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_layervector.deselectall_void

Table of Contents

TGIS_LayerVector.DeselectAll method

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

Clears selection of all shapes.

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

Syntax

// Delphi
public
  procedure DeselectAll; virtual;
// C++ Builder
public:
  virtual void DeselectAll(void);

Remarks

Use this method to clear the selection of all shapes. Internally it sets IsSelected shape property to False for all shapes.

See Shape for example.

References

2022/11/16 01:22

Page Tools