TcxDataControllerConditionalFormattingRulesManagerDialogProvider.RegisterRulesManagerDialog(TcxDataControllerConditionalFormattingRulesManagerDialogProvider.TAdapterClass) Method
Registers a new dialog form adapter and makes it active.
Declaration
class procedure RegisterRulesManagerDialog(AAdapter: TcxDataControllerConditionalFormattingRulesManagerDialogProvider.TAdapterClass); static;
Parameters
| Name | Type | Description |
|---|---|---|
| AAdapter | TcxDataControllerConditionalFormattingRulesManagerDialogProvider.TAdapterClass | The class-reference to an adapter of the “Conditional Formatting Rules Manager” dialog provider. |
Remarks
Call this class procedure and pass a reference to a form adapter class that invokes a “Conditional Formatting Rules Manager“ dialog for container controls to replace the built-in dialog with a custom implementation. Refer to the TAdapter nested class and TAdapter.Execute procedure descriptions for detailed information.
Note
The ShowRulesManagerDialog class procedure uses only the last registered form adapter to invoke the corresponding dialog.
See Also