FMX.ExtCtrls.TImageViewer.OnDragLeave
Delphi
property OnDragLeave: TNotifyEvent read FOnDragLeave write FOnDragLeave;
C++
__property OnDragLeave;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | published | FMX.ExtCtrls.pas FMX.ExtCtrls.hpp |
FMX.ExtCtrls | TImageViewer |
Description
Occurs when a dragged object leaves the area of the current control. {{#multireplace:FMX.ExtCtrls.TImageViewer.OnDragLeave|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.OnDragLeave|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.OnDragLeave|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Occurs when a dragged object leaves the area of the current control.
OnDragLeave also occurs when DragLeave is called.
Write an event handler for OnDragLeave to specify what happens when a dragged object leaves the area of the current control.