DK11 for Delphi | GisLayerVector.TGIS_LayerVector.DeselectAll | Constructors | Fields | Methods | Properties | Events
Clears selection of all shapes.
// Delphi public procedure DeselectAll; virtual;
// C++ Builder public: virtual void DeselectAll(void);
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.