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

TPrintDialogOptions

A set of options for the print dialog

Declaration

Source position: dialogs.pp line 454

type TPrintDialogOptions = set of (

  poPrintToFile,

  

  poPageNums,

  

  poSelection,

  

  poWarning,

  

  poHelp,

  

  poDisablePrintToFile

  

);

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