Skip to content

ActivateFieldChooser - cCJGrid

Send this message to popup a field chooser object

Type: Procedure

Syntax

Procedure ActivateFieldChooser

Call Example

Send ActivateFieldChooser

Description

The Field Chooser is a tool panel that displays a list of grid columns that belong to the grid but have their pbVisible property set to False. Columns can be dragged from the Field Chooser onto the grid to make those columns visible again.

When a column disappears after it has been dragged off the grid, it will appear in the Field Chooser.

To prevent a column from appearing in the Field Chooser set its pbShowInFieldChooser property to False. In this case the column will never appear in the Field Chooser, even when its pbVisible property is False.

You can use a customized Field Chooser in place of the built-in Field Chooser by sending the AttachFieldChooser message.