Vcl.ComCtrls.TTabSheet.OnEndDrag

From RAD Studio API Documentation

Delphi

property OnEndDrag: TEndDragEvent read FOnEndDrag write FOnEndDrag;

C++

__property OnEndDrag;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTabSheet

Description

Occurs when the dragging of an object ends, either by dropping the object or by canceling the dragging. {{#multireplace:Vcl.ComCtrls.TTabSheet.OnEndDrag|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TControl.OnEndDrag|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.OnEndDrag|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

Use the OnEndDrag event handler to specify any special processing that occurs when dragging stops.

OnEndDrag is an event handler of type Vcl.Controls.TEndDragEvent.

See Also

Code Examples