Vcl.ShadowWnd.TShadowWindow.SetBounds

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

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.ShadowWnd.pas
Vcl.ShadowWnd.hpp
Vcl.ShadowWnd TShadowWindow

説明

Left 、 Top 、Width 、および Height プロパティをすべて一度に設定します。

SetBounds は、SetBounds メソッドをオーバーライドすると同時に影ウィンドウの境界を変更します。

関連項目