PtrDevice:InPrint Access

<< Click to Display Table of Contents >>

Navigation:  RpPrinter & PtrDevice Class Overview > PtrDevice Class >

PtrDevice:InPrint Access

Previous pageReturn to chapter overviewNext page
Type        Logic

Purpose

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

Example

// Is this PtrDevice object in print to printer mode

if oPtrDevice:InPrint

         ...

endif