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