<< Click to display table of contents >> TRVPrintPreview |
This component displays a print preview for TRichView, TRichViewEdit, TDBRichView, or TDBRichViewEdit.
TRVPrintPreview control can display preview only if it is linked to RVPrint, and RVPrint is ready (it has a document assigned and pages formatted)
Unit [VCL/FMX] RVPP / fmxRVPP.
Syntax
TRVPrintPreview = class(TCustomRVPrintPreview)
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
See more info in the topic about the ancestor of TRVPrintPreview, TCustomRVPrintPreview.
The main property of this component is RVPrint, allowing to link it with TRVPrint object.