Cadcorp SIS API Methods

GetCursorFieldValue Method

Description

Get the value of the field of the specified cursor.

Syntax

Visual Basic
Public Function GetCursorFieldValue( _
   ByVal cursor As String, _
   ByVal nField As Long _
) As Variant

Parameters

cursor
The name of the cursor we are interrogating.
 
nField
The index number of the field we are interrogating, the index starts at 0.

Return Type

Returns the field's value.

Remarks

Available: GEO MM ME MD OD OM SISpy

Group:

Example

sis.GetCursorFieldValue ("MyCursor", " // ")


Send comments on this topic.

Click to return to www.cadcorp.com

© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).