TcxGridServerModeBandedTableView.GetColumnByFieldName(string) Method
Gets a column that is bound to a specified field within the server mode data source linked to the current View.
Declaration
function GetColumnByFieldName(const AFieldName: string): TcxGridServerModeBandedColumn;
Parameters
Name | Type |
---|---|
AFieldName | string |
Returns
Type |
---|
TcxGridServerModeBandedColumn |
Remarks
Call this function to search for a View column that is bound to the field with the AFieldName name. If the column is not found, the function returns nil.
You can access all the fields available within the linked server mode data source via its Fields property.
See Also