FMX.Printer.TPageSetupDialog.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 TPageSetupDialog

Description

Displays the page setup dialog.

DoExecute displays a dialog box containing page setup properties. DoExecute returns True if the user completed the page setup operation, or False if the user canceled it.

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

See Also