Show: Delphi C++
Display Preferences

FMX.Types.TControl.OnMouseUp

From XE3 API Documentation
Jump to: navigation, search

Delphi

property OnMouseUp: TMouseEvent read FOnMouseUp write FOnMouseUp;

C++

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

Contents

Properties

Type Visibility Source Unit Parent
event public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControl

Description

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

OnMouseUp also occurs when the 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


Code Examples

Personal tools
Translations