PtrDevice:InPreview Access

<< Click to Display Table of Contents >>

Navigation:  RpPrinter & PtrDevice Class Overview > PtrDevice Class >

PtrDevice:InPreview Access

Previous pageReturn to chapter overviewNext page
Type        Logic

Purpose

Returns TRUE if the PtrDevice is currently in the PrintPreview() mode; FALSE, otherwise.

Example

// Is this PtrDevice currently in a Print Preview mode?

if oPtrDevice:InPreview

         ...

endif