FMX.Printer.TPrinterDevice.ShowDeviceOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ShowDeviceOptions; virtual;

C++

virtual void __fastcall ShowDeviceOptions();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinterDevice

Description

To be implemented in descendants in order to display the options dialog box for this printer device.

See Also