Back to Devexpress

GetGraphicClassByName(string) Method

vcl-cximage-dot-getgraphicclassbyname-x28-203445d9-x29.md

latest1.1 KB
Original Source

GetGraphicClassByName(string) Method

Returns a reference to a registered graphic class by its name.

Declaration

delphi
function GetGraphicClassByName(const AClassName: string): TGraphicClass;

Parameters

NameTypeDescription
AClassNamestring

The target graphic class name.

|

Returns

TypeDescription
TGraphicClass

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

RegisterGraphicClass Procedure

UnRegisterGraphicClass Procedure

cxImage Unit