Back to Devexpress

GetRegisteredGraphicClasses Method

vcl-cximage-05c8e327.md

latest1.2 KB
Original Source

GetRegisteredGraphicClasses Method

Returns a list populated with references to all registered graphic classes.

Declaration

delphi
function GetRegisteredGraphicClasses: TList;

Returns

TypeDescription
TList

The list populated with references to all registered TGraphic class descendants.

|

Remarks

Call the GetRegisteredGraphicClasses function to obtain a list of TGraphic class descendants available to all DevExpress editors that can display images. To obtain an individual registered class reference by its name, call the GetGraphicClassByName function instead.

See Also

RegisterGraphicClass Procedure

UnRegisterGraphicClass Procedure

cxImage Unit