FMX.Printer.TPrintDialog.DoExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoExecute: Boolean; override;

C++

virtual bool __fastcall DoExecute();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrintDialog

Description

Displays the print dialog box.

DoExecute displays the print dialog box, returning True if the user clicks OK, and False otherwise.

Note: DoExecute is a protected member of TPrintDialog; therefore, to display the dialog box, use Execute.

See Also