Skip to main content

TcxDataControllerConditionalFormattingRulesManagerDialogProvider.UnregisterRulesManagerDialog(TcxDataControllerConditionalFormattingRulesManagerDialogProvider.TAdapterClass) Method

Removes the specified form adapter from the list of registered adapters.

Declaration

class procedure UnregisterRulesManagerDialog(AAdapter: TcxDataControllerConditionalFormattingRulesManagerDialogProvider.TAdapterClass); static;

Parameters

Name Type
AAdapter TcxDataControllerConditionalFormattingRulesManagerDialogProvider.TAdapterClass

Remarks

Call this class procedure and pass a reference to a form adapter class (that is, a descendant of the TAdapter nested class) as the AAdapter parameter to unregister the corresponding form adapter. An UnregisterRulesManagerDialog procedure call has no effect if the dialog provider has no specified reference to a form adapter class.

Note

The ShowRulesManagerDialog class procedure uses only the last registered form adapter to invoke a “Conditional Formatting Rules Manager“ dialog for container controls. You do not need to call the UnregisterRulesManagerDialog procedure to replace an existing “Conditional Formatting Rules Manager” dialog for container controls.

See Also