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 is presently in focus.

Syntax

CurrentColumn([<mode>])

Parameters

None.

Mode

This method has two modes: without parameters. It delivers the conceptual column (Basecolumn), with a parameter 'Y' it delivers the column display, for example: CurrentColumn(Y).Sort()