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

TcxCustomImageProperties.GraphicClassName Property

Specifies the name of the editor image container class.

#Declaration

Delphi
property GraphicClassName: string read; write;

#Property Value

Type Description
string

The image container class name.

Warning

An assigned name should match the name of any registered graphic class; otherwise, runtime errors may occur.

We recommend that you use the GraphicClass property to specify the required graphic class in code.

#Remarks

Warning

The GraphicClassName property is designed to store the name of the required image container class in a DFM file. If a name assigned to the GraphicClassName property in code does not match the name of any registered TGraphic class descendant, runtime errors may occur.

Since a RAD Studio® compiler cannot verify that a correct class name is assigned to the GraphicClassName property, we recommend that you use the GraphicClass property instead.

See Also