FMX.Controls.TControl.IsDragOver

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsDragOver: Boolean read FIsDragOver;

C++

__property bool IsDragOver = {read=FIsDragOver, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Specifies whether a dragged object is over the area of the current control.

IsDragOver is True when the dragged object is over the current control.

For effect triggers, setting IsDragOver to True triggers the effect when the dragged object is over the current control.

See Also