Vcl.Controls.TMargins.SetBounds

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

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 メソッドを使用して,LeftTopRight,および Bottom プロパティの値をそれぞれ ALeft,ATop,ARight,および ABottom パラメータの値に指定します。