[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Enumerated type for range of pages to print.
Source position: dialogs.pp line 451
type TPrintRange = ( |
||
prAllPages, |
|
Print all pages. |
prSelection, |
|
Print the selected range of pages. |
prPageNums, |
|
Print the selection of individual pages. |
prCurrentPage |
|
Print the current page. |
); |
lazarus-ccr.sourceforge.net |