API:FMX.Printer.TPrintDialog

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Dialogs.TCommonDialogFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTPrintDialog

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

TCommonDialog is the ancestor of all components that represent common dialog boxes.

FMX.Printer.TPrintDialog inherits from FMX.Dialogs.TCommonDialog. All content below this line refers to FMX.Dialogs.TCommonDialog.

TCommonDialog is the ancestor of all components that represent common dialog boxes.

TCommonDialog is an abstract class that represents common dialog boxes. TCommonDialog descendants provide an easy, interactive way to select or browse through files, set page or printer properties, or print pages. The dialog boxes will not appear until the Execute method is called. TCommonDialog descendants override DoExecute in order to customize the dialog that appears when the Execute method is called.

See Also