Click or drag to resize

DataBrowser.GetColumn Method

X#
Retrieve a specified column in this data browser.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD GetColumn(
	xColumnID
) AS USUAL CLIPPER
Request Example View Source

Parameters

xColumnID (Optional)
Type: Usual
The name, number, or symbol of the column to be retrieved.

Return Value

Type: Usual
The specified data column or NIL if it could not be found.
See Also