FMX.Platform.IFMXDialogService.DialogPrinterSetup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DialogPrinterSetup: Boolean;

C++

virtual bool __fastcall DialogPrinterSetup(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXDialogService

Description

In descendants, DialogPrinterSetup implements functionality to display and execute a printer setup (options) dialog box.

DialogPrinterSetup returns True if the print dialog box was executed correctly, False otherwise.

See Also