JVCL Help:TJvPreviewControl

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvCustomPreviewControl
TJvPreviewControl
run\JvPrvwDoc.pas


Summary

Control that can display a print preview.

run\JvPrvwDoc.pas


Pascal

 run\JvPrvwDoc.pas
 TJvPreviewControl = class(TJvCustomPreviewControl);


Description

  1. JVCLInfo

TJvPreviewControl is derived from TJvCustomPreviewControl and publishes most of its properties but does not add any new functionality.
To use a print preview on a form, you must:

  • Drop a TJvPreviewControl on the form
  • Drop one or more renderers derived from TJvCustomPreviewRenderer
  • Connect the PrintPreview with the TJvPreviewControl
  • Set the properties of the preview control to your liking
  • At runtime, call CreatePreview to display the preview in the TJvPreviewControl.

run\JvPrvwDoc.pas


About

Navigation

run\JvPrvwDoc.pas



Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page