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