Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GetGraphicClassByName(string) Method

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

#Declaration

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

#Parameters

Name Type Description
AClassName string

The target graphic class name.

#Returns

Type Description
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