FMX.Printer.Win.TPrinterWin.GetPageWidth

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

Delphi

function GetPageWidth: Integer; override;

C++

virtual int __fastcall GetPageWidth();

プロパティ

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

説明

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

FMX.Printer.Win.TPrinterWin.GetPageWidth は FMX.Printer.TPrinter.GetPageWidth を継承しています。以下の内容はすべて FMX.Printer.TPrinter.GetPageWidth を参照しています。

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

関連項目