TcxCustomTreeList.CreateColumn(TcxTreeListBand) Method
Creates a new column.
#Declaration
function CreateColumn(ABand: TcxTreeListBand = nil): TcxTreeListColumn; virtual;
#Parameters
Name | Type | Description |
---|---|---|
ABand | Tcx |
The parent band for the created column. If the If the control is empty, the |
#Returns
Type | Description |
---|---|
Tcx |
The created column. |