GetGraphicClassByName(string) Method
In This Article
Returns a reference to a registered graphic class by its name.
#Declaration
Delphi
function GetGraphicClassByName(const AClassName: string): TGraphicClass;
#Parameters
Name | Type | Description |
---|---|---|
AClass |
string | The target graphic class name. |
#Returns
Type | Description |
---|---|
TGraphic |
The reference to a TGraphic class descendant. |
#Remarks
To obtain a list populated with references to all registered graphic classes, call the GetRegisteredGraphicClasses function instead.
See Also