Skip to main content

UnRegisterGraphicClass(TGraphicClass) Method

Removes a class from the list of registered graphic classes.

Declaration

procedure UnRegisterGraphicClass(AGraphicClass: TGraphicClass);

Parameters

Name Type Description
AGraphicClass TGraphicClass

The reference to the target TGraphic class descendant.

Remarks

Call RegisterGraphicClass and UnRegisterGraphicClass procedures to manage the list of registered graphic classes.

Unregistered TGraphic class descendants are no longer available to DevExpress editors.

See Also