|
|
Top Previous Next |
|
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 RVPP; Syntax TRVPrintPreview = class(TCustomRVPrintPreview) Hierarchy TObject TPersistent TComponent TControl TWinControl TCustomControl Information 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. |