Unit FListWin3

Renamed from FListWin.pas 6/8/1998 Paul Rice to avoid conflicts with Delphi 2 version.} { Date: 17.12.97 Time: 17:30:40 } { Copyright (c)1996-1997 } { © by Dr.Plass TFindWin3.0 } { } { for DELPHI 3, Win95 (Not NT!)} { feel free to contact me: } { Peter.Plass@FH-Zwickau.de } { http://www.fh-zwickau.de/~pp/tm.htm } { } { All Rights Reserved. } { This component can be freely used and distributed in commercial and } { private environments, provided this notice is not modified in any way. } { } { based on Jerome Tremblay's component TWindowsList v1.0 } { --> jerome@infose.com } { } { } {***************************************************************************} // // // Methods: // procedure Execute; // function GetWinHandle (Idx : Integer): HWND; // function GetWinParent (Idx : Integer): HWND; // function GetThreadID (Idx : Integer): HTask; // function GetProcessID (Idx : Integer): DWORD; // function GetWinStyle (Idx : Integer): LongInt; // function GetWinExStyl (Idx : Integer): LongInt; // function GetIconHandle(Idx : Integer): HIcon; // function GetWinExePath(Idx : Integer): String; // function GetWnClasName(Idx : Integer): String; // function GetParentName(Idx : Integer): String; // // e.g.: whdl := WinList1.GetWinHandle(ListBox1.ItemIndex); // // Properties: // Property WhatDoFind : TFind_ID; // Property WindowList : TStringList; // Property EmptyNames : Boolean; // Property TaskBarSty : Boolean; // Property TimerIntval: Integer; // Property EnableTimer: Boolean; // Property OnChanged : TNotifyEvent; // //

Classes

TForm1 -

Functions

Types

Constants

Variables

Form1
ico


Functions


Types


Constants


Variables

Form1 : TForm1

Public-Deklarationen

ico : TIcon