Skip to main content

TcxCustomDBTreeList.GetColumnByFieldName(string) Method

Returns the column by the corresponding field’s name.

Declaration

function GetColumnByFieldName(const AFieldName: string): TcxDBTreeListColumn;

Parameters

Name Type
AFieldName string

Returns

Type
TcxDBTreeListColumn

Remarks

This function returns nil, if the specified field is not found.

AFieldName specifies the name of the field by which the column is to be obtained.

See Also