Skip to main content

RegisterGraphicClass(TGraphicClass) Method

Registers a TGraphic class descendant for all DevExpress editors that can work with images.

Declaration

procedure RegisterGraphicClass(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 image container classes (such as TdxSmartImage, TdxOfficeImage, TdxPNGImage, etc.) To obtain the full list of registered [TGraphic] class descendants, call the GetRegisteredGraphicClasses function.

See Also