FMX.Printer.TPrinterDeviceDocument.GetTitle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetTitle: string; override;

C++

virtual System::UnicodeString __fastcall GetTitle();

Properties

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

Description

Protected getter implementation for the Title property.

FMX.Printer.TPrinterDeviceDocument.GetTitle inherits from FMX.Printer.TPrinterDevice.GetTitle. All content below this line refers to FMX.Printer.TPrinterDevice.GetTitle.

Protected getter implementation for the Title property.

See Also