Skip to main content

GetRegisteredGraphicClasses

Returns the list of registered graphic classes.

Unit

cxImage

function GetRegisteredGraphicClasses: TList;

Call this function to obtain the list of graphic classes registered via the RegisterGraphicClass global function. These classes are used with ExpressEditors capable of displaying graphic data (BLOB, Image, etc.) and DevExpress controls built with these ExpressEditors. To obtain a specific graphic class by its name, call the GetGraphicClassByName global function.