TcxCustomBlobEditProperties.PictureGraphicClassName Property
In This Article
Specifies the name of the editor image container class.
#Declaration
Delphi
property PictureGraphicClassName: string read; write;
#Property Value
Type | Description |
---|---|
string | The image container class. |
#Remarks
The PictureGraphicClassName
property accepts only registered graphic class names. To use any image container class, assign a reference to it to the PictureGraphicClass property.
See Also