Class TForm1 (unit tree)

Inherits from

TForm

Constructors



Functions

procedure FormCreate(Sender: TObject);


function Ftw1ProcessFile(Path: string; Info: TSearchRec): Action;

Ftw1 := TFtw.

procedure goClick(Sender: TObject);


Properties

Events

Variables

Edit1 : TEdit;


Ftw1 : TFtw;


go : TButton;


Label1 : TLabel;


ListBox1 : TListBox;



Constructors


Functions


procedure FormCreate(Sender: TObject);


function Ftw1ProcessFile(Path: string; Info: TSearchRec): Action;

Ftw1 := TFtw.Create(Self); *component debug


procedure goClick(Sender: TObject);


Properties


Events


Variables


Edit1 : TEdit;


Ftw1 : TFtw;


go : TButton;


Label1 : TLabel;


ListBox1 : TListBox;