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 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.