SYS(2801) - Event Tracking Support

Extends event tracking of mouse and keyboard events.

SYS(2801 [, 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

Reference

SET EVENTLIST Command
SYS(2800) - Accessibility Support
SYS( ) Functions Overview

Other Resources

Understanding the Event Model