FMX.Printer.TPrinterDevice.Title

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Title: string read GetTitle;

C++

__property System::UnicodeString Title = {read=GetTitle};

Properties

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

Description

Read Title to obtain the name of this printer device.

See Also