Vcl.Dialogs.TPageSetupDialog.PageWidth

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

Delphi

property PageWidth: Integer read FPageWidth write FPageWidth;

C++

__property int PageWidth = {read=FPageWidth, write=FPageWidth, nodefault};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TPageSetupDialog

説明

ページの高さを指定します。

PageWidth は,ユーザーが選択したページの種類の幅を含まれます。

ユーザーが値をインチで入力する場合,PageWidth はページの幅を 1/1000 インチで表します。ユーザーが値をミリメートルで入力する場合,PageWidth はページの幅を 1/100 ミリメートルで表します。

関連項目