Occurs when the mouse button is moved upon the object.
Object.OnMouseMove()
The OnMouseMove event syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
APanel |
APanel object |
Procedure MyPanel.OnMouseMove(): Void Public
{
sbr.Panes(3).Text=GetLinePos()
}