TcxCustomDBTreeList.GetColumnByFieldName(string) Method
In This Article
Returns the column by the corresponding field’s name.
#Declaration
Delphi
function GetColumnByFieldName(const AFieldName: string): TcxDBTreeListColumn;
#Parameters
Name | Type |
---|---|
AField |
string |
#Returns
Type |
---|
Tcx |
#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