FMX.ComboEdit.TComboEdit.OnMouseMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnMouseMove: TMouseMoveEvent read FOnMouseMove write FOnMouseMove;

C++

__property OnMouseMove;

Properties

Type Visibility Source Unit Parent
event published
FMX.ComboEdit.pas
FMX.ComboEdit.hpp
FMX.ComboEdit TComboEdit

Description

Occurs when the mouse cursor moves while over the control area.

FMX.ComboEdit.TComboEdit.OnMouseMove inherits from FMX.Controls.TControl.OnMouseMove. All content below this line refers to FMX.Controls.TControl.OnMouseMove.

Occurs when the mouse cursor moves while over the control area.

OnMouseMove also occurs when MouseMove is called.

Write an event handler for OnMouseMove to specify what happens when the mouse cursor is moved while over the control area.

See Also