Back to Devexpress

TcxCustomImageProperties.GraphicClassName Property

vcl-cximage-dot-tcxcustomimageproperties-e5b0902d.md

latest1.6 KB
Original Source

TcxCustomImageProperties.GraphicClassName Property

Specifies the name of the editor image container class.

Declaration

delphi
property GraphicClassName: string read; write;

Property Value

TypeDescription
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

RegisterGraphicClass Procedure

UnRegisterGraphicClass Procedure

TcxCustomImageProperties Class

TcxCustomImageProperties Members

cxImage Unit