[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
A set of options for the print dialog
Source position: dialogs.pp line 454
type TPrintDialogOptions = set of ( |
||
poPrintToFile, |
|
|
poPageNums, |
|
|
poSelection, |
|
|
poWarning, |
|
|
poHelp, |
|
|
poDisablePrintToFile |
|
|
); |
lazarus-ccr.sourceforge.net |