DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.cursorOpen | Constructors | Fields | Methods | Properties | Events
Allocate new cursor. Cursor should be closes by calling CursorClose().
// C# public abstract void cursorOpen( int _cursor );
' VisualBasic Public MustOverride Sub cursorOpen( ByVal _cursor As Integer )
// Oxygene public procedure cursorOpen( _cursor : Integer ); virtual; abstract;
Name | Type | Description |
---|---|---|
_cursor | int Integer | cursor to be opened |