JVCL Help:TJvPreviewControl.DeviceInfo

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

Search in JVCL Help

 
Search in all projects
 

Summary

Provides information about the output device the preview is simulating.


Pascal

 propertyDeviceInfo: TJvDeviceInfo;


Description

Use DeviceInfo to access information about the device that the preview is simulating. Change the ReferenceHandle property to change the device the preview is simulating. For example, to preview how a document would look on the currently selected printer, you could write: JvPrintPreview1.DeviceInfo.ReferenceHandle := Printer.Handle;
// Update the rich edit preview
JvPreviewRenderRichEdit1.CreatePreview(false);


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