FMX.Controls3D.TControl3D.OnMouseUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseUp: TMouseEvent3D read FOnMouseUp write FOnMouseUp;

C++

__property TMouseEvent3D OnMouseUp = {read=FOnMouseUp, write=FOnMouseUp};

Properties

Type Visibility Source Unit Parent
event public
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

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