Vcl.ExtCtrls.TEndBandMoveEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TEndBandMoveEvent = procedure (Sender: TObject; Control: TControl) of object;

C++

typedef void __fastcall (__closure *TEndBandMoveEvent)(System::TObject* Sender, Vcl::Controls::TControl* Control);

Eigenschaften

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

Beschreibung

TEndBandMoveEvent ist der Typ der Ereignisbehandlungsroutinen Vcl.ExtCtrls.TControlBar.OnEndBandMove und Vcl.ExtCtrls.TCustomControlBar.OnEndBandMove.

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

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

Siehe auch