Vcl.Controls.TControl.DoStartDock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoStartDock(var DragObject: TDragObject); dynamic;

C++

DYNAMIC void __fastcall DoStartDock(TDragObject* &DragObject);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Is an OnStartDockevent dispatcher.

DoStartDock calls any event handler attached to the OnStartDock event. When creating a component that descends from TControl, override DoStartDock to provide other responses in addition to the inherited event-handler call when the user starts a drag-and-dock operation.

See Also