Index >> Development >> Delphi >> Window Information
Report SpywareWindow Information 1.03
Software Description:
Window Information allows you to find any window in the system and analyze it
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
What's New: Compatibility with Delphi 2010
Limitations: Limited functionality
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
What's New: Compatibility with Delphi 2010
Limitations: Limited functionality
100% Clean:
Window Information 1.03 is 100% clean
This download (delphitoysdemo.zip) was tested thoroughly and was found 100% clean. Click "Report Spyware" link on the top if you found this software contains any form of malware, including but not limited to: spyware, viruses, trojans and backdoors.
This download (delphitoysdemo.zip) was tested thoroughly and was found 100% clean. Click "Report Spyware" link on the top if you found this software contains any form of malware, including but not limited to: spyware, viruses, trojans and backdoors.
Related Software:
- Clipboard History 1.03 - Clipboard History allows you to monitor text clipboard changes
- Commented Image 1.14 - Commented Image allows you to add frame'n'text comments onto any image
- Delphi Toys 2013.10 - WinAPI and Low-Level VCL Components
- Desktop Settings 1.03 - System Colors, Wallpaper and Screen Saver Control Component
- File Version 1.03 - File Version allows you to access any VERINFO values of any executable file
- Folder Monitor 1.03 - Folder Monitor allows you to monitor any disk folder content.
- Form Designer 3.89 - Form Designer allows you to move and/or resize any control on your form
- Form Saver 1.03 - Form Saver allows you to save and load entire form or any component
- File Search 1.03 - File Search allows you find any file or folder on your disks
- Hot Keys 1.03 - Hot Keys allows you to register and use system wide hot key with unusual easy
top 10 most downloaded
recommended software
-
- HelpSmith
- HelpSmith is an innovative help authoring tool which allows you to create CHM Help files, Web Help , Word RTF, and Manuals from a single source. The r...
-
- EditPlus
- EditPlus is a text editor, HTML editor, PHP editor and Java editor for Windows. While it can serve as a good Notepad replacement, it also offers many ...