CurrentField()

Previous Next

Returns the field belonging to the conceptual 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 field that is presently in focus.

Syntax

CurrentField()

 

Example

This example changes the background color of the current field to red:

query.myColumn.CurrentField.background(red)