TcxGridDBDataController.GetItemByFieldName(string) Method
In This Article
Returns the grid item that corresponds to the specified field in the bound dataset.
#Declaration
Delphi
function GetItemByFieldName(const AFieldName: string): TcxCustomGridTableItem;
#Parameters
Name | Type | Description |
---|---|---|
AField |
string | The name of the target field in the bound dataset. |
#Returns
Type | Description |
---|---|
Tcx |
The grid item associated with the specified dataset field ( Cast the returned grid item to the corresponding Tcx Tip You can call the returned object’s Class |
See Also