Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTreeList.CreateColumn(TcxTreeListBand) Method

Creates a new column.

#Declaration

Delphi
function CreateColumn(ABand: TcxTreeListBand = nil): TcxTreeListColumn; virtual;

#Parameters

Name Type Description
ABand TcxTreeListBand

The parent band for the created column.

If the ABand parameter accepts nil (in Delphi) or nullptr (in C++Builder) instead of a TcxTreeListBand class instance, the created column is assigned to the first visible band or to the first band in the control’s band collection.

If the control is empty, the CreateColumn function also creates a new band.

#Returns

Type Description
TcxTreeListColumn

The created column.

See Also