Vcl.OleCtrls.TOleControl.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.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TOleControl

説明

ActiveX コントロールの境界を設定します。

SetBounds メソッドを呼び出すと,ActiveX コントロールの境界を設定できます。

ALeft,ATop,AWidth,および AHeight は ActiveX コントロールの左上隅の x 座標,左上隅の y 座標,幅,および高さです。