Column

Top  Previous  Next

Returns a TColumn object from the columns array.

 

Syntax:

function Column(ItemIndex: 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 in the table using the ColumnCount method.

 

The return value is a TColumn type.

 

Example:

 

scripting_ttable_column