AddTDirectoryTreeView and TFileListView C++ Builder: C1 C3 C4 C5 C6 C2006 C2007 C2009 C2010 Delphi: D1 D2 D3 D4 D5 D6 D7 D8 D2005 D2006 D2007 D2009 D2010 DPHP DPRISM Delphi/400 Kylix: K1 K3
Components for creating drive/folder/file selector like Windows Explorer. TDirectoryTreeView is a TreeView control that is aware of the drives and directory structure like Windows explorer. TFileListView is a specialized list view that lists all the files in a specified directory and the list automatically refreshes on any changes in this directory. All view styles (Report, Icon, SmallIcon, List) supported. The items are sorted in A->Z or Z->A order if the user clicks on any header. Component automatically determines how the items should be sorted, as letters or as numbers. Items will be sorted correctly (unlike Windows Explorer), even if filenames contain mixture of letters and numbers. Whenever a file is created or deleted in current directory, the FileListView automatically refreshes.
Related Information - LOAD FILE FROM TFILELISTVIEW? (2002-01-05 09:45:38)hello,
try something like this:
unit FList;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,...
- WICH FILENAME IS NEXT? (2002-01-06 09:16:30)I like your idea because it answers to 2 problems that could happen with the TFileListBox :
1. I'm not sure of the correct way of sorting items...
|