FMX.Types.IControl.DragLeave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragLeave;

C++

virtual void __fastcall DragLeave() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Provides a response when a dragged object leaves the control area.

Implement DragLeave to provide a certain behavior when a dragged object leaves the control area.

TControl implements this procedure as an OnDragLeave event dispatcher.

See Also