TcxDataControllerConditionalFormattingRulesManagerDialogProvider.TAdapterClass Type
In This Article
The class-reference to an adapter of the “Conditional Formatting Rules Manager” dialog provider.
#Declaration
Delphi
TAdapterClass = class of TAdapter;
#Referenced Class
Type | Description |
---|---|
Tcx |
The base class for all classes that implement “Conditional Formatting Rules Manager“ dialog form adapters. |
#Remarks
The RegisterRulesManagerDialog class procedure accepts a reference to a descendant of the TAdapter nested class.
See Also