FMX.Objects3D.TGrid3D.OnDragOver

From RAD Studio API Documentation

Delphi

property OnDragOver: TDragOverEvent3D read FOnDragOver write FOnDragOver;

C++

__property OnDragOver;

Properties

Type Visibility Source Unit Parent
event published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TGrid3D

Description

Occurs when a dragged object is over the area of the current 3D control. {{#multireplace:FMX.Objects3D.TGrid3D.OnDragOver|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls3D.TControl3D.OnDragOver|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls3D.TControl3D.OnDragOver|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs when a dragged object is over the area of the current 3D control.

OnDragOver also occurs when DragOver is called.

Write an event handler for OnDragOver to specify what happens when a dragged object is over the area of the current 3D control.

See Also