FMX.Objects.TPath.OnMouseUp

From RAD Studio API Documentation

Delphi

property OnMouseUp: TMouseEvent read FOnMouseUp write FOnMouseUp;

C++

__property OnMouseUp;

Properties

Type Visibility Source Unit Parent
event published
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TPath

Description

Occurs when the mouse button that was pressed over the control is released. {{#multireplace:FMX.Objects.TPath.OnMouseUp|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.OnMouseUp|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.OnMouseUp|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Occurs when the mouse button that was pressed over the 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 control is released.

See Also