All Cadcorp SIS API Methods

MoveCursorToEnd Method

Description

Moves the current row to be at the end of the named cursor.

Syntax

Visual Basic
Public Function MoveCursorToEnd( _
   ByVal cursor As String _
) As Integer

Parameters

cursor
The named cursor in which the current row is to be moved to the end.

Remarks

Available: GEO D OD OM SISpy

Group:

Example

sis.MoveCursorToEnd ("MyCursor")

Moves the current row in MyCursor to be at the end of the cursor