OnCreateColumn - cCJGridColumn
Called at the end of the column object activation process
Type: Event
Syntax
Procedure OnCreateColumn
Description
OnCreateColumn is called as part of the grid activation process. It is called after the column object is bound to the COM report column object and after all properties have been applied to that COM object. You can use this event to apply any COM properties that may not be exposed in the column object's interface. When called, the cCJGrid is bound to its COM object, the cCJGridColumn object is bound to its COM object and the grid's COM object is created, the Grid column's COM object is created and the phoConstraints and phoEditOptions property handles are bound to their COM object.
OnCreateColumn is sent by CreateColumn.