Vcl.Controls.TControl.UpdateBoundsRect

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

Delphi

procedure UpdateBoundsRect(const R: TRect);

C++

void __fastcall UpdateBoundsRect(const System::Types::TRect &R);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

説明

コントロールの Left,Top,Width,Height の各プロパティを変更しますが,画面イメージは更新せず,すべてのサイズ変更イベントをバイパスします。

UpdateBoundsRect メソッドは,基底の Windows 画面オブジェクトによって加えられた変更と同期をとるためにコントロールの内部で使用されます。UpdateBoundsRect は R パラメータで渡された長方形に合わせてプロパティを変更します。

関連項目