FMX.Controls3D.TControl3D.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.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Indicates whether an object is dragged over the surface of the control.

IsDragOver is set to True whenever an object is dragged over the surface of the control, and to False when the dragged object leaves the surface of the control, or is dropped over the surface of the control.

The default value of the IsDragOver property is False.

See Also