FMX.Printer.TPrintDialog
Delphi
TPrintDialog = class(TCommonDialog)
C++
class PASCALIMPLEMENTATION TPrintDialog : public Fmx::Dialogs::TCommonDialog
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Printer.pas FMX.Printer.hpp |
FMX.Printer | FMX.Printer |
Description
TPrintDialog represents a class used to display a print dialog.
Use TPrintDialog to display a dialog box for configuring a print job.
Note: The dialog does not appear at run time until it is activated by a call to the Execute method.