All Cadcorp SIS API Methods

MoveCursorToBegin Method

Description

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

Syntax

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

Parameters

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

Remarks

Available: GEO D OD OM SISpy

Group:

Example


sis.MoveCursorToBeginning ("MyCursor")
Moves the current row in MyCursor to be at the beginning of the cursor