Vcl.Samples.Spin.TSpinButton.SetBounds

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

Delphi

procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer); override;

C++

virtual void __fastcall SetBounds(int ALeft, int ATop, int AWidth, int AHeight);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.Samples.Spin.pas
Vcl.Samples.Spin.hpp
Vcl.Samples.Spin TSpinButton


説明

1 つのオペレーション内で、Left、Top、Width、および Height の各プロパティを設定します。

SetBounds は、1 つのオペレーション内で、Left、Top、Width、および Height の各プロパティを設定します。 Left、Top、Width、および Height の各プロパティを、順次 ALeftATopAWidth、および AHeight の各パラメータの値で設定します。これは、Left、Top、Width、および Height の各プロパティを、個別に設定するのと同じ結果になります。

SetBounds は、SetBounds 継承メソッドを呼び出します。

関連項目