Skip to main content

TcxCustomImageProperties.GraphicClass Property

Specifies the active image container class.

Declaration

property GraphicClass: 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 GraphicClass property to use an instance of the corresponding class as the editor’s image container.

See Also