Vcl.DBCtrls.TDBRadioGroup.OnEndDock

From RAD Studio API Documentation

Delphi

property OnEndDock: TEndDragEvent read FOnEndDock write FOnEndDock;

C++

__property OnEndDock;

Properties

Type Visibility Source Unit Parent
event published
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TDBRadioGroup

Description

Occurs when the dragging of an object ends, either by docking the object or by canceling the dragging. {{#multireplace:Vcl.DBCtrls.TDBRadioGroup.OnEndDock|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TControl.OnEndDock|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TControl.OnEndDock|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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