CurrentColumn()

Previous Next

Returns the column that is currently in focus.

This method is used to define method calls (or calls to get/set a property) that are to act on the column that presently has input focus.

Syntax

CurrentColumn( mode )

 

mode  :=  { Y | }

 

If the optional mode is not passed, CurrentColumn() returns the conceptual column object. This is the object referred to as the "base column".

If the value 'Y' is passed for mode, CurrentColumn() returns the column display object.

Example

CurrentColumn(Y).Sort()