Vcl.Controls.TStartDockEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TStartDockEvent = procedure(Sender: TObject;
var DragObject: TDragDockObject) of object;

C++

typedef void __fastcall (__closure *TStartDockEvent)(System::TObject* Sender, TDragDockObject* &DragObject);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls Vcl.Controls

Description

TStartDockEvent is the type of the OnStartDock event handler.

Sender is the object on which a control is being docked.

DragObject is information about the control that is being docked.

See Also