Skip to content

EnumerateWindows

function

Delphi
function EnumerateWindows: Boolean;
C++Builder
bool __fastcall EnumerateWindows();
C#
public bool EnumerateWindows();
VB.NET
Public Function EnumerateWindows() As Boolean
C++/Qt
BOOL EnumerateWindows ();

Helper function that can be used for the screen recording of a window.

Immediately after Invoking EnumerateWindows, information about all the visible windows will be returned by the OnEnumerateWindows event, that will occur for each visible window.

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