PtrDevice:PrintDlgFlags Access/Assign
<< Click to Display Table of Contents >> PtrDevice:PrintDlgFlags Access/Assign |
![]() ![]() ![]() |
Type | DWord |
Purpose
The access returns the PRINTDLG.FLAGS member.
The assign sets the PRINTDLG.FLAGS structure member which governs how the Print Dialog Window looks and behaves.
The PRINTDLG structure is a standard Windows common dialog structure. Please refer to the Windows SDK reference for more information about this structure.
Example
// Is the collate button checked?
if _and(oPtrDevice:PrintDlgFlags, PD_COLLATE)
// collate has been set
endif