DK11 for Java | tatukgis.jdk.TGIS_LayerVector.DeselectAll | Constructors | Fields | Methods | Properties | Events
Clears selection of all shapes.
// Java public void DeselectAll();
// Oxygene public procedure DeselectAll; virtual;
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.