DK11 for Delphi | GisDbAdo.TGIS_DbAdo.cursorOpen | Constructors | Fields | Methods | Properties
Allocate new cursor. Cursor should be closes by calling CursorClose().
Available also on: .NET.
Overrides TGIS_DbAbstract.cursorOpen.
// Delphi public procedure cursorOpen( const _cursor : Integer ); override;
// C++ Builder public: virtual void cursorOpen( const int _cursor );
Name | Type | Description |
---|---|---|
_cursor | Integer | cursor to be opened |