FMX.Objects3D.TStrokeCube.OnDragEnter

From RAD Studio API Documentation
Jump to: navigation, search

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 TStrokeCube

Description

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

FMX.Objects3D.TStrokeCube.OnDragEnter inherits from FMX.Controls3D.TControl3D.OnDragEnter. All content below this line refers to FMX.Controls3D.TControl3D.OnDragEnter.

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