DK11 for Delphi | GisLayerVector.TGIS_LayerVector.cursorStateSave | Constructors | Fields | Methods | Properties | Events
Store cursor state.
// Delphi protected procedure cursorStateSave( const _cursor : Integer ); virtual;
// C++ Builder protected: virtual void cursorStateSave( const int _cursor );
Name | Type | Description |
---|---|---|
_cursor | Integer | cursor allocated by cursorOpen() |
To be used if cursor must be reused in inherited layer.