Skip to content

CreateColumns - cCJGrid

Called as part of the grid activation process to initialize all columns

Type: Procedure

Syntax

Procedure CreateColumns

Call Example

Send CreateColumns

Description

CreateColumns is called as part of the grid activation process, CreateGridControl. It is used to initialize all columns, create COM column objects and bind the columns to the datasource.

You will probably never augment this method.

You might call this method if you need to dynamically delete all columns and create new columns, although this is an unusual and advanced technique. See DestroyColumnObjects for more information about this