[fpc-pascal]directory tree in memory
Michael Van Canneyt
michael.vancanneyt at wisa.be
Tue Oct 16 13:55:04 CEST 2001
On Tue, 16 Oct 2001, Ivan Montes wrote:
> > Use a TStringList object instead of a Tlist.
> > Store the name in the string, and in the Object, store
> >
> > TMyFileObject
> > Into : TFileInfo;
> > Sub : TStringList;
> > end;
> >
> > If the stringlist object is sorted (Sorted:=True) then any search will use
> a binary search,
> > thus speeding up the search quite a lot.
> >
>
> fist thanks to everybody who've answered me,
>
> And now following Michael's advice I'm using tStringList but I found that
> the property CaseSensitive is not declared in the class.
There is no such property. Where did you find that ?
Michael.
More information about the fpc-pascal
mailing list