Vcl.DBLookup.TDBLookupCombo.MouseMove
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 | TDBLookupCombo |
Description
Responds to the mouse moving over the lookup combo.
The MouseMove method responds to the mouse moving over the lookup combo. As the mouse cursor moves across the lookup combo, this method is called repeatedly. MouseMove generates an OnMouseMove event.
The Shift parameter indicates which keys (Shift, Ctrl, and Alt) were pressed when the mouse moved. X and Y indicate the new position of the mouse pointer.