Vcl.DBLookup.TComboButton.MouseMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

DYNAMIC void __fastcall MouseMove(System::Classes::TShiftState Shift, int X, int Y);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbLookup.pas
Vcl.DBLookup.hpp
Vcl.DBLookup TComboButton

Description

Responds to mouse moving over the button.

The MouseMove method responds to mouse moving over a button control area. As the mouse cursor moves across a button, this method is called repeatedly. MouseMove generates an OnMouseMove event.

The Shift parameter indicates which keys (Shift, Ctrl, and Alt) were down when the mouse moved. X and Y indicate the new position of the mouse pointer.

See Also