FMX.TabControl.TTabControl.OnMouseUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseUp: TMouseEvent read FOnMouseUp write FOnMouseUp;

C++

__property OnMouseUp;

Properties

Type Visibility Source Unit Parent
event published
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabControl

Description

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

FMX.TabControl.TTabControl.OnMouseUp inherits from FMX.Controls.TControl.OnMouseUp. All content below this line refers to FMX.Controls.TControl.OnMouseUp.

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