PtrDevice:InPrint Access
<< Click to Display Table of Contents >> PtrDevice:InPrint Access |
![]() ![]() ![]() |
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