TcxCustomBlobEditProperties.PictureGraphicClass Property
Specifies the active image container class.
Declaration
property PictureGraphicClass: TGraphicClass read; write;
Property Value
Type | Description |
---|---|
TGraphicClass | 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