[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

TPrintRange

Enumerated type for range of pages to print.

Declaration

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.

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.