DK11 for Java | tatukgis.jdk.TGIS_DbAbstract.cursorOpen | Constructors | Fields | Methods | Properties | Events
Allocate new cursor. Cursor should be closes by calling CursorClose().
// Java public abstract void cursorOpen( int _cursor );
// Oxygene public procedure cursorOpen( _cursor : Integer ); virtual; abstract;
Name | Type | Description |
---|---|---|
_cursor | int Integer | cursor to be opened |