DK11 for Delphi | GisLayerVector.TGIS_LayerVector.removeCandidate | Constructors | Fields | Methods | Properties | Events
Remove shape from the candidate list.
// Delphi protected procedure removeCandidate( const _cursor : Integer; const _shp : TGIS_Shape );
// C++ Builder protected: void removeCandidate( const int _cursor, TGIS_Shape* const _shp );
Name | Type | Description |
---|---|---|
_cursor | Integer | cursor identifier (see TGIS_LayerVector.cursorOpen) |
_shp | TGIS_Shape | shape to be removed from the list |
shape candidate should be removed after being used in FindNext