Inherits from
TForm
procedure FormCreate(Sender: TObject);
function Ftw1ProcessFile(Path: string; Info: TSearchRec): Action;
Ftw1 := TFtw.
procedure goClick(Sender: TObject);
Edit1 : TEdit;
Ftw1 : TFtw;
go : TButton;
Label1 : TLabel;
ListBox1 : TListBox;
procedure FormCreate(Sender: TObject);
function Ftw1ProcessFile(Path: string; Info: TSearchRec): Action;
Ftw1 := TFtw.Create(Self); *component debug
procedure goClick(Sender: TObject);
Edit1 : TEdit;
Ftw1 : TFtw;
go : TButton;
Label1 : TLabel;
ListBox1 : TListBox;