ComboInitialize - cCJGridColumn
Called after the grid column control has been created
Type: Procedure
Syntax
Procedure ComboInitialize
Call Example
Send ComboInitialize
Description
Called after the grid column control has been created and is used to initialize the control by adding the combo items to the COM control. If pbComboSort is True, the items will first be sorted.
Normally, you will not need to augment or call this. However, if you are dynamically adding combo items (via ComboAddItem) to a grid that has already been activated and you want those new items to be sorted (pbComboSort is True), you can send this message to re-initialize the display list.