FMX.CalendarEdit.TCalendarEdit.OnMouseDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseDown: TMouseEvent read FOnMouseDown write FOnMouseDown;

C++

__property OnMouseDown _DEPRECATED_ATTRIBUTE0 ;

Properties

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

Description

Warning: OnMouseDown is deprecated.

Occurs when a mouse button is pressed over a control.

FMX.CalendarEdit.TCalendarEdit.OnMouseDown inherits from FMX.Controls.TControl.OnMouseDown. All content below this line refers to FMX.Controls.TControl.OnMouseDown.

Occurs when a mouse button is pressed over a control.

OnMouseDown also occurs when MouseDown is called.

Write an event handler for OnMouseDown to specify what happens when one of the mouse buttons is pressed over the control.

See Also