Skip to main content

TcxDataControllerConditionalFormattingRulesManagerDialogProvider.RequiresRulesManagerDialogUnits(TComponent,TGetStrProc) Method

Includes the last registered dialog’s dependencies into an application project.

Declaration

class procedure RequiresRulesManagerDialogUnits(const ARootComponent: TComponent; const AProc: TGetStrProc); overload; static;

Parameters

Name Type
ARootComponent TComponent
AProc TGetStrProc

Remarks

These class procedures support the internal infrastructure and are not intended for use in your code. They automatically add all dependent units of the active “Conditional Formatting Rules Manager“ dialog to the ‘uses’ clause in an application project that includes a container control with support for conditional formatting.

See Also