FMX.Printer.TPrinterDeviceDocument.GetTitle

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetTitle: string; override;

C++

virtual System::UnicodeString __fastcall GetTitle();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Printer.pas
FMX.Printer.hpp
FMX.Printer TPrinterDeviceDocument

説明

Title プロパティを操作するための protected 取得メソッドの実装です。

FMX.Printer.TPrinterDeviceDocument.GetTitle は FMX.Printer.TPrinterDevice.GetTitle を継承しています。以下の内容はすべて FMX.Printer.TPrinterDevice.GetTitle を参照しています。

Title プロパティを操作するための protected 取得メソッドの実装です。

関連項目