Class TWindowsList (unit WindowsListUnit)

Inherits from

TComponent

Public declarations

Constructors


Constructor Create(AOwner : TComponent);

Public declarations


Functions

Destructor Destroy;


Procedure GetAllWindows;

Procedure

Function GetHandle(Idx : Integer): HWND;

While there are still windows

Procedure GetInvisibleWindows;

Procedure

Procedure GetVisibleWindows;

Procedure

Procedure GetAllWindowsProc(WinHandle : HWND);

Protected declarations

Procedure GetInvisibleWindowsProc(WinHandle : HWND);

Procedure

Procedure GetVisibleWindowsProc(WinHandle : HWND);

While there are still windows

Properties

property AcceptEmptyNames : Boolean


property TheWindowsList : TStringList

Published declarations

Events

Variables

fAcceptEmptyNames : Boolean;


fWindowsList : TStringList;

Private declarations


Constructors


Constructor Create(AOwner : TComponent);

Public declarations


Functions


Destructor Destroy;


Procedure GetAllWindows;

Procedure


Function GetHandle(Idx : Integer): HWND;

While there are still windows


Procedure GetInvisibleWindows;

Procedure


Procedure GetVisibleWindows;

Procedure


Procedure GetAllWindowsProc(WinHandle : HWND);

Protected declarations


Procedure GetInvisibleWindowsProc(WinHandle : HWND);

Procedure


Procedure GetVisibleWindowsProc(WinHandle : HWND);

While there are still windows


Properties


property AcceptEmptyNames : Boolean


property TheWindowsList : TStringList

Published declarations


Events


Variables


fAcceptEmptyNames : Boolean;


fWindowsList : TStringList;

Private declarations