Window Information 1.03

Publisher's description
"Window Information Component"
Published by Greatis Software on 27 Feb 2010
Window Information (TWindowInformation component) allows you to find any window in the system and analyze it with VCL-friendly TWindow class which allow to access any window data with simple VCL-friendly properties, like Left, Top, Width, Height, BoundsRect, Text, Icon, WindowState, StayOnTop, etc.

All you need to find the window is to set the search parameters (SearchText, SearchClass and SearchKind properties) and to call the Refrech method. The OnAllowAdd and OnAdd events will be fired for each found window. After finishing the search process all the found windows will be present in the Windows array-type property as TWindow objects.

Forget about WinAPI calls to obtain low-level information about the window present by its handle - now you can create single TWindow object with the window handle passed to constructor and access any information by properties of this class in clear VCL style:

uses WinInfo;
...
with TWindow.Create($D0260) do
try
if Visible and Enabled then WindowState := wsMaximized;
finally
Free;
end;

Controlling the non-VCL windows never was so simple!

Window Information suite includes demo project that demonstrates main features of TWinInfo component

Requirements: 5MB of free space on hard drive

What's new in this version: Compatibility with Delphi 2010

Antivirus information

Download3K has downloaded and tested Window Information on 31 Dec 1969 with some of Today's best antivirus engines and you can find below, for your convenience, the scan results:
  • Bitdefender:

    Clean
  • NOD 32:

    Clean
  • Avira:

    Clean
  • Kaspersky:

    Clean
Window Information Antivirus Report

Notifications

Your email:
Friends email:

Related press releases

User rating
0/5
(0 votes)
Your opinion