FMX.Objects3D.TCylinder.OnMouseUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseUp: TMouseEvent3D read FOnMouseUp write FOnMouseUp;

C++

__property OnMouseUp;

Properties

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

Description


Occurs when the mouse button that was pressed over the 3D control is released.

FMX.Objects3D.TCylinder.OnMouseUp inherits from FMX.Controls3D.TControl3D.OnMouseUp. All content below this line refers to FMX.Controls3D.TControl3D.OnMouseUp.

Occurs when the mouse button that was pressed over the 3D control is released.

OnMouseUp also occurs when MouseUp is called.

Write an event handler for OnMouseUp to specify what happens when the button of the mouse that was pressed over the 3D control is released.

See Also