Vcl.Controls.TControl.DoEndDock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoEndDock(Target: TObject; X, Y: Integer); dynamic;

C++

DYNAMIC void __fastcall DoEndDock(System::TObject* Target, int X, int Y);

Properties

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

Description

Is an OnEndDock event dispatcher.

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

See Also