Skip to main content

TcxDataControllerConditionalFormatting.GetFieldDisplayName(TcxCustomDataField) Method

Returns the display name of a specific field in the source data controller.

Declaration

function GetFieldDisplayName(AField: TcxCustomDataField): string;

Parameters

Name Type
AField TcxCustomDataField

Returns

Type
string

Remarks

Call this function to obtain the name that a data presentation control uses to mark the header of a column or row that lists values from the underlying dataset field. Pass the required field from the source data controller as the AField parameter. A registered “Conditional Formatting Rules Manager” dialog calls the GetFieldDisplayName function internally to display captions of the target fields for conditional formatting rules.

See Also