PtrDevice:PromptForFile Access/Assign

<< Click to Display Table of Contents >>

Navigation:  RpPrinter & PtrDevice Class Overview > PtrDevice Class >

PtrDevice:PromptForFile Access/Assign

Previous pageReturn to chapter overviewNext page
Type        Logic

Purpose

This access/assign determines whether the user will be prompted for a file name when printing to file.  If set TRUE, a dialog window is displayed when printing is initiated and the PtrDevice:PrintToFile option is set to true.  The default value is TRUE.

Example

// If the user chooses to print to file, don't prompt

// for a file name

oPtrDevice:PromptForFile := False