Skip to main content

Create(TcxDataControllerConditionalFormattingProvider) Constructor

Creates a new TcxDataControllerConditionalFormatting class instance for the specified conditional formatting provider.

Declaration

constructor Create(AOwner: TcxDataControllerConditionalFormattingProvider); reintroduce;

Parameters

Name Type
AOwner TcxDataControllerConditionalFormattingProvider

Remarks

This constructor supports the internal infrastructure and is not intended to be used directly from your code.

When created, a data controller‘s conditional formatting provider automatically creates its conditional formatting controller by calling the Create procedure.

See Also