TcxCustomImageProperties.GraphicClassName Property
Specifies the name of the editor image container class.
#Declaration
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 Graphic |
#Remarks
Warning
The Graphic
property is designed to store the name of the required image container class in a DFM file. If a name assigned to the Graphic
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 Graphic
property, we recommend that you use the Graphic