Back to Devexpress

UnRegisterGraphicClass(TGraphicClass) Method

vcl-cximage-dot-unregistergraphicclass-x28-6bb0c1ea-x29.md

latest1.0 KB
Original Source

UnRegisterGraphicClass(TGraphicClass) Method

Removes a class from the list of registered graphic classes.

Declaration

delphi
procedure UnRegisterGraphicClass(AGraphicClass: TGraphicClass);

Parameters

NameTypeDescription
AGraphicClassTGraphicClass

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

GetGraphicClassByName Function

GetRegisteredGraphicClasses Function

cxImage Unit