FMX.Objects3D.TRoundCube.OnDragEnter

From RAD Studio API Documentation

Delphi

property OnDragEnter: TDragEnterEvent3D read FOnDragEnter write FOnDragEnter;

C++

__property OnDragEnter;

Properties

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

Description

Occurs when a dragged object enters the area of the current 3D control. {{#multireplace:FMX.Objects3D.TRoundCube.OnDragEnter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls3D.TControl3D.OnDragEnter|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.OnDragEnter|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

OnDragEnter also occurs when DragEnter is called.

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

See Also