Vcl.ExtCtrls.TBeginBandMoveEvent
Delphi
TBeginBandMoveEvent = procedure (Sender: TObject; Control: TControl; var AllowMove: Boolean) of object;
C++
typedef void __fastcall (__closure *TBeginBandMoveEvent)(System::TObject* Sender, Vcl::Controls::TControl* Control, bool &AllowMove);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
type typedef |
public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
説明
TBeginBandMoveEvent は、Vcl.ExtCtrls.TControlBar.OnBeginBandMove イベントおよび Vcl.ExtCtrls.TCustomControlBar.OnBeginBandMove イベントのハンドラの型です。
Sender は、バンドが描画されようとしているコントロール バーです。
Control はバンド上のコントロールで、描画されようとしているものです。
AllowMove を使用すると、このイベント ハンドラで移動を無効にすることができます。