Vcl.ExtCtrls.TBeginBandMoveEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls

Beschreibung

TBeginBandMoveEvent ist der Typ der Ereignisbehandlungsroutinen Vcl.ExtCtrls.TControlBar.OnBeginBandMove und Vcl.ExtCtrls.TCustomControlBar.OnBeginBandMove.

Sender ist die Steuerleiste, in der ein Abschnitt gezeichnet werden soll.

Control ist das Steuerelement auf dem Abschnitt, das gezeichnet werden soll.

AllowMove ermöglicht der Ereignisbehandlungsroutine das Verschieben zu verhindern.

Siehe auch