JVCL Help:TJvPreviewControl
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvPreviewControl Class
[+] JvPrvwDoc.pas Classes
[+] TJvPreviewControl Events
[+] TJvPreviewControl Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvCustomPreviewControl
TJvPreviewControl
run\JvPrvwDoc.pas
Summary
Control that can display a print preview.
Pascal
run\JvPrvwDoc.pas
TJvPreviewControl = class(TJvCustomPreviewControl);
Description
- 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.
About
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