DK11 for Delphi | GisLayerVector.TGIS_LayerVector.Deselect | Constructors | Fields | Methods | Properties | Events
Clears selection of shape.
// Delphi public procedure Deselect( const _uid : TGIS_Uid ); virtual;
// C++ Builder public: virtual void Deselect( TGIS_Uid* const _uid );
Name | Type | Description |
---|---|---|
_uid | TGIS_Uid | Uid of a shape to be deselected |
Use this method to clear selection of a shape indicated by Uid. Internally it sets IsSelected shape property to False.
See Shape for example.