Borland Delphi Custom Component - TFile32
========================================
Author: Paul K.F. Leung
Email:  cs_paul@ug.cs.ust.hk


- TFile32 is a FileListBox component (though it is derived from 
  TListBox) which displays *long* filename supported in Windows 95.

- It is, of course, tested in Windows 95!

- It is a freeware, and you can freely distributed provided that
  the contents of the archives are not changed.

- Source code is included so that you can make any change to 
  enhance the functionality of this component.

- This component can be used as if it was a TFileListBox since
  it covers most of the functionality of a FileListBox component.


BUGS:

- You can only have one single mask in property "Mask".  Unlike
  TFileListBox which supports something like "*.txt;*.wav", 
  TFile32 accepts "*.*", "*.mid", ... and other single masks.


Acknowledgement:

Thanks Christian Ghisler for his Win32Nt unit which is important
for this component.

Suggestion:

Any comment and suggestion are highly appreciated!

Cheers!

Dec 19, 95