[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Set of options enabled when the print dialog is executed.
Source position: dialogs.pp line 564
public property TCustomPrintDialog.Options : TPrintDialogOptions |
Options is a TPrintDialogOptions property with the options enabled for the print dialog. It can contain 0 (zero) or more values from the TPrintDialogOption enumeration. When a value is included in the set, the corresponding option is enabled when the Execute method is called.
Values in the property are used to configure the TPrintDialog descendant before it is displayed and executed. The values control both the properties and printer flags used in the print dialog.
See TPrintDialogOption for the values allowed in the set and their meanings.
The default value for the property is an empty set ([]).
|
A set type used for the options in a print dialog. |
|
|
Enumerated type with available options for a print dialog. |
|
|
Displays the dialog and captures the result. |
Version 4.0 | Generated 2025-05-03 | Home |