DK11 for Delphi | GisLayerSqlDb2.TGIS_LayerSqlDb2Abstract.cursorClose | Constructors | Fields | Methods | Properties
Free cursor allocated by cursorOpen().
Overrides TGIS_LayerVector.cursorClose.
// Delphi protected procedure cursorClose( const _cursor : Integer ); override;
// C++ Builder protected: virtual void cursorClose( const int _cursor );
Name | Type | Description |
---|---|---|
_cursor | Integer | cursor allocated by cursorOpen() |