SYS(2801) - Event Tracking Support

Extends event tracking of mouse and keyboard events.

SYS(2081 [, 1 | 2 | 3 ] )

Parameters

  • 1
    Record only Visual FoxPro object events.
  • 2
    Record only Windows mouse and keyboard events
  • 3
    Record both Visual FoxPro and Windows events

Remarks

You can use SYS(2801) to specify which user events are tracked when your code is executed. You can set up event tracking in the Visual FoxPro debugger or use the SET EVENTTRACKING command.

See Also

SET EVENTLIST command | SYS(2800) | Tracking Event Sequences