Vcl.ExtCtrls.TBandMoveEvent

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

Delphi

TBandMoveEvent = procedure (Sender: TObject; Control: TControl;
var ARect: TRect) of object;

C++

typedef void __fastcall (__closure *TBandMoveEvent)(System::TObject* Sender, Vcl::Controls::TControl* Control, System::Types::TRect &ARect);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

説明

TBandMoveEvent は、Vcl.ExtCtrls.TControlBar.OnBandMove イベントおよび Vcl.ExtCtrls.TCustomControlBar.OnBandMove イベントのハンドラの型です。


Sender は、バンドが移動されようとしているコントロール バーです。

Control はバンド上のコントロールで、移動されようとしているもの(通常は TToolBar オブジェクト)です。

ARect は、コントロールの移動先となる領域です。この値はイベント ハンドラ内で調整できます。

関連項目