Vcl.Controls.TControl.OnEndDock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEndDock: TEndDragEvent read FOnEndDock write FOnEndDock;

C++

__property TEndDragEvent OnEndDock = {read=FOnEndDock, write=FOnEndDock};

Properties

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

Description

Occurs when the dragging of an object ends, either by docking the object or by canceling the dragging.

Use OnEndDock to specify actions or special processing that happen when a drag-and-dock operation stops.

See Also