vcl-cximage-dot-tcxcustomimageproperties-e5b0902d.md
Specifies the name of the editor image container class.
property GraphicClassName: string read; write;
| 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.
|
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