Vcl.StdCtrls.TStaticText.OnEndDock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnEndDock;

C++

__property OnEndDock;

Properties

Type Visibility Source Unit Parent
event published
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TStaticText

Description

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

Vcl.StdCtrls.TStaticText.OnEndDock inherits from Vcl.Controls.TControl.OnEndDock. All content below this line refers to Vcl.Controls.TControl.OnEndDock.

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