GetRegisteredGraphicClasses Method
Returns a list populated with references to all registered graphic classes.
Declaration
function GetRegisteredGraphicClasses: TList;
Returns
| Type | Description |
|---|---|
| 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