DK11 for .NET | TatukGIS.NDK.TGIS_DbAbstract.cursorClose | Constructors | Fields | Methods | Properties | Events
Free cursor allocated by CursorOpen().
// C# public virtual abstract void cursorClose( int _cursor );
' VisualBasic Public Overridable MustOverride Sub cursorClose( ByVal _cursor As Integer )
// Oxygene public procedure cursorClose( _cursor : Integer ); virtual; abstract;
Name | Type | Description |
---|---|---|
_cursor | int Integer | cursor allocated by CursorOpen() |