TCustomdxComponentPrinter.PreviewWindowDesigner Property
Provides access to the preview window designer at design time.
Declaration
property PreviewWindowDesigner: TAbstractdxPreviewWindowDesigner read;
Property Value
Type |
---|
TAbstractdxPreviewWindowDesigner |
Remarks
This property is viable only at design time. At runtime, this property returns nil.
See Also