TVideoGrabber.OnEnumerateWindows

Prev

Next

TVideoGrabber

Events

 




































































































Return information about the visible windows.


Declaration
property OnEnumerateWindows: T OnEnumerateWindows read FOnEnumerateWindows write FOnEnumerateWindows;


__property TOnEnumerateWindows OnEnumerateWindows==FOnEnumerateWindows, write=FOnEnumerateWindows;


Event OnEnumerateWindow (WindowHandle as Long, WindowName as String, WindowClass as string)

Description

Can be used in the screen recording of a window, to retrieve the name, class and handle of the visible windows.

This lets you retrieve the identifier of a window to perform the screen recording on this window.

See the "Recording a window" chapter for more information.