Class TForm1 (unit Textfilf)

Inherits from

TForm

Constructors



Functions

procedure CopyBtnClick(Sender: TObject);

Empty the memo and read the file.

procedure NumBtnClick(Sender: TObject);

Close the output file to save what was written.

procedure OpenBtnClick(Sender: TObject);


Properties

Events

Variables

CopyBtn : TButton;


DirectoryListBox1 : TDirectoryListBox;


DriveComboBox1 : TDriveComboBox;


FileListBox1 : TFileListBox;


FilterComboBox1 : TFilterComboBox;


Label1 : TLabel;


Memo1 : TMemo;


NumBtn : TButton;


OpenBtn : TButton;



Constructors


Functions


procedure CopyBtnClick(Sender: TObject);

Empty the memo and read the file.


procedure NumBtnClick(Sender: TObject);

Close the output file to save what was written.


procedure OpenBtnClick(Sender: TObject);


Properties


Events


Variables


CopyBtn : TButton;


DirectoryListBox1 : TDirectoryListBox;


DriveComboBox1 : TDriveComboBox;


FileListBox1 : TFileListBox;


FilterComboBox1 : TFilterComboBox;


Label1 : TLabel;


Memo1 : TMemo;


NumBtn : TButton;


OpenBtn : TButton;