FMX.Memo.Style.TStyledMemo.MouseMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MouseMove(Shift: TShiftState; X, Y: Single); override;

C++

virtual void __fastcall MouseMove(System::Classes::TShiftState Shift, float X, float Y);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Memo.Style.pas
FMX.Memo.Style.hpp
FMX.Memo.Style TStyledMemo

Description

Internally executed while the mouse is moved over the surface of the TMemo control.

The Shift parameter specifies which shift keys (SHIFT, CTRL or Alt) were down when the mouse is moved. The X and Y parameters specify the position of the mouse cursor on the screen.

MouseMove updates the selected area if the mouse is moved when the left mouse button is pressed.


See Also