 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Paul Thanner Guest
|
Posted: Wed Jun 07, 2006 8:12 am Post subject: VirtualListView |
|
|
I have virtualListview setup syncronized with virtualtreeView, similar
to the chechbox example that comes with it when you downlad these
components.
do anyone know a smart way of entering a folder and then check each file
in it, but not other folders ?
-- |
|
| Back to top |
|
 |
Liz Guest
|
Posted: Wed Jun 07, 2006 8:12 am Post subject: Re: VirtualListView |
|
|
Paul Thanner wrote:
| Quote: | I have virtualListview setup syncronized with virtualtreeView, similar
to the chechbox example that comes with it when you downlad these
components.
do anyone know a smart way of entering a folder and then check each
file in it, but not other folders ?
|
if FindFirst(txtDirName + IdentifyingFile, faHidden + faarchive +
faReadOnly,
ff) = 0 then
begin
repeat
DisplayFile(txtDirName, ff)
until FindNext(ff) <> 0;
sysutils.FindClose(ff);
Will get files only
--
Liz the Brit
Delphi things I have released: http://www.xcalibur.co.uk/DelphiThings |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|