Cadcorp SIS API Methods

GetCursorFieldDescription Method

Description

Get the description of the specified field from a specified cursor.

Syntax

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

Parameters

cursor
The name of the cursor to be interrogated.
 
nField
The index number of the field we are interrogating, the index starts at 0.
Use nField = -1 to get all of the column descriptions.

Return Type

The field’s description as a string.

Remarks

Available: GEO MM ME MD OD OM SISpy

Group:

Example

sis.GetCursorFieldDescription ("MyCursor", 0)


Send comments on this topic.

Click to return to www.cadcorp.com

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