Skip to main content

TdxLayoutLookAndFeelDefs.Unregister(TdxCustomLayoutLookAndFeelClass) Method

Removes a look & feel class from the list of registered classes.

Declaration

procedure Unregister(AClass: TdxCustomLayoutLookAndFeelClass);

Parameters

Name Type Description
AClass TdxCustomLayoutLookAndFeelClass

The reference to the target registered look & feel class.

See Also