Vcl.Controls.TMargins.SetBounds
Delphi
procedure SetBounds(ALeft, ATop, ARight, ABottom: Integer);
C++
void __fastcall SetBounds(int ALeft, int ATop, int ARight, int ABottom);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 | 
|---|---|---|---|---|
procedure function  | 
		public | Vcl.Controls.pas Vcl.Controls.hpp  | 
        Vcl.Controls | TMargins | 
説明
上,下,左,右のすべてのマージンのプロパティを一度に設定します。
SetBounds メソッドを使用して,Left,Top,Right,および Bottom プロパティの値をそれぞれ ALeft,ATop,ARight,および ABottom パラメータの値に指定します。