FMX.Printer.TPrinterDevice.Driver

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Driver: string read FDriver;

C++

__property System::UnicodeString Driver = {read=FDriver};

Properties

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

Description

Read Driver to obtain the name of the driver this printer device makes use of.

See Also