PtrDevice:NoSelection Assign

<< Click to Display Table of Contents >>

Navigation:  RpPrinter & PtrDevice Class Overview > PtrDevice Class >

PtrDevice:NoSelection Assign

Previous pageReturn to chapter overviewNext page
Type        Logic

Purpose

This assign sets (TRUE) or clears (FALSE) the PRINTDLG.FLAGS member NOSELECTION bit which disables (TRUE) or enables (FALSE) the Selection radio button in the Print Dialog Window.

Example

// Do not let the user choose to print

// the current selection

oPtrDevice:NoSelection := True