|
|
 |
| Compatibility with Delphi 2007! |
| Very simple MSAA tracking with specialized events |
| OnWinEvent event for easy working with raw MSAA data without any limitations |
| Many virtual methods for simple creating special descendant components |
|
 |
 |
|
WinEvent
MSAA (Microsoft Active Accessibility) Component
for Delphi 3,4,5,6,7,2005,2006,2007 and C++ Builder 3,4,5,6
version 1.0, May 14, 2007
WinEvent (TWinEvent component) supports most of MSAA (Microsoft Active Accessibility) possibilities which allow to monitor many system events. With TWinEvent you can track some low-level things which were available with global hooks and external DLLs before.
MSAA allows to track many system event, like foregound window switching, move/resize window, minimize/restore window, mouse capturing/releasing, menu start/end, changing selection in tree view, list view, list box, etc., window and control scrolling, changing value in edit boxes and many more... See the full list of TWinEvent's events:
-
OnWinEvent, OnSystemAlert, OnForegroundWindow, OnMenuStart, OnMenuEnd, OnMenuPopupStart, OnMenuPopupEnd, OnCaptureStart, OnCaptureEnd, OnMoveSizeStart, OnMoveSizeEnd, OnContextHelpStart, OnContextHelpEnd, OnScrollingStart, OnScrollingEnd, OnSwitchStart, OnSwitchEnd, OnMinimizeStart, OnMinimizeEnd, OnObjectCreate, OnObjectDestroy, OnObjectShow, OnObjectHide, OnObjectReorder, OnObjectFocus, OnObjectSelection, OnObjectSelectionAdd, OnObjectSelectionRemove, OnObjectSelectionWithin, OnObjectStateChange, OnObjectLocationChange, OnObjectNameChange, OnObjectValueChange
WinEvent suite includes demo project that demonstrates main features of TWinEvent component:
WinEvent can be ordered separately or as a part of Delphi Toys component pack.
|
|