Vcl.Dialogs.TPageSetupDialog.MarginRight

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

Delphi

property MarginRight: Integer read FMarginRight write FMarginRight;

C++

__property int MarginRight = {read=FMarginRight, write=FMarginRight, nodefault};

プロパティ

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

説明

右マージンを指定します。

Options が psoMargins を含む場合,MarginRight は右マージンとしてユーザーに提示される初期値です。ユーザーが[OK]ボタンをクリックする(Execute が true を返す)と,MarginRight にはユーザーが指定した右マージン値が割り当てられます。

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

関連項目