TcxGridDBCardView.GetRowByFieldName(string) Method
Locates a Card View row displaying the specified data field values.
Declaration
function GetRowByFieldName(const AFieldName: string): TcxGridDBCardViewRow;
Parameters
| Name | Type |
|---|---|
| AFieldName | string |
Returns
| Type |
|---|
| TcxGridDBCardViewRow |
Remarks
Use the GetRowByFieldName method to locate a Card View row displaying the specified data set field values. A data set field name, used to locate the required Card View row, is specified by the AFieldName parameter. If a Card View row corresponding to the specified field name does not exist or the data set does not contain a field with the specified name, then this method returns nil.
See Also