Column

Top  Previous  Next

Returns a TColumn object that uses this domain from the columns array.

 

Syntax:

function Column(IndexValue: Integer): TColumn;

 

Parameters:

ItemIndex is the ordinal position of the column you want to retrieve from the columns array.  You can get the number of columns that is using this domain using the ColumnCount method.

 

The return value is a TColumn type.

 

Example:

 

scripting_tdomain_column