TcxCustomBlobEditProperties.PictureGraphicClass Property
In This Article
Specifies the active image container class.
#Declaration
Delphi
property PictureGraphicClass: TGraphicClass read; write;
#Property Value
Type | Description |
---|---|
TGraphic |
The reference to the active image container class. |
#Remarks
Assign a reference to a TGraphic class descendant to the PictureGraphicClass
property to use an instance of the corresponding class as the editor’s image container.
See Also