FMX.Printer.TPrinterDevice.GetTitle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTitle: string; virtual;

C++

virtual System::UnicodeString __fastcall GetTitle();

Properties

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

Description

Protected getter implementation for the Title property.

See Also