User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_layervector.deselectall_void

Table of Contents

TGIS_LayerVector.DeselectAll method

DK11 for Java | tatukgis.jdk.TGIS_LayerVector.DeselectAll | Constructors | Fields | Methods | Properties | Events

Clears selection of all shapes.

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

Syntax

// Java
public void DeselectAll();
// Oxygene
public
  procedure DeselectAll; virtual;

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:49

Page Tools