Skip to content

phoFieldChooserPanel - cCJGrid

Contains the handle of the field chooser panel object

Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None

Syntax

Property Handle phoFieldChooserPanel
Access Type Syntax
Read Access: Get phoFieldChooserPanel to HandleVariable
Write Access: Set phoFieldChooserPanel to HandleVariable/Value

Description

The phoFieldChooserPanel contains the object handle of the field chooser object. The ActivateFieldChooser method is used to invoke this field chooser panel. This is a panel that contains the field chooser COM control, which maintains a list of all hidden columns. This controlled is used to drag columns back onto a grid. Normally, this is invoked via the context header menu.

When the grid object is created, the constructor calls the CreateFieldChooserPanel function. This function creates a field chooser panel object, which is assigned to phoFieldChooserPanel. By default, the field chooser is based on the cCJGridFieldChooserPanel class.

You will normally never get or set this property. If you wish to create your own field chooser panel object, you should do so inside of CreateFieldChooserPanel.