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