Vcl.ComCtrls.TCustomStatusBar.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomStatusBar

説明

Left,TopWidth,および Height プロパティを一度に設定します。

TCustomStatusBar はサイズグリップを更新するために,SetBounds をオーバーライドします。

ALeft,ATop,AWidth,および AHeight はそれぞれ,Left,TopWidth,および Height プロパティの新しい値を指定します。

関連項目