FMX.Forms.TCommonCustomForm.DragLeave

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DragLeave; virtual;

C++

virtual void __fastcall DragLeave();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

Executes when you drag an object while leaving the surface of this form.

Override DragLeave to add additional code that executes when you leave the surface of this form while dragging an object.

See Also