Skip to content
Member Filters
Show Inherited
Show Protected
Show abstract
GR32_Image🞂TCustomImage32🞂OnMouseMoveEvent

TCustomImage32.OnMouseMove

Fired when mouse moves over control or layer.

Declaration ​

pascal
property OnMouseMove: TImgMouseMoveEvent read FOnMouseMove write FOnMouseMove;

Description ​

OnMouseMove occurs when the mouse cursor moves across the control, supplying the target TCustomLayer located under the cursor.

See also ​