FMX.CalendarEdit.TCalendarEdit.OnMouseUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseUp: TMouseEvent read FOnMouseUp write FOnMouseUp;

C++

__property OnMouseUp _DEPRECATED_ATTRIBUTE0 ;

Properties

Type Visibility Source Unit Parent
event published
FMX.CalendarEdit.pas
FMX.CalendarEdit.hpp
FMX.CalendarEdit TCalendarEdit

Description

Warning: OnMouseUp is deprecated.

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

FMX.CalendarEdit.TCalendarEdit.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