 |
|
 |
 |
 |
| Components > Files and Drives > Search |
|
Companies News:
|
ATStreamSearch v.1.2.4 | FWS |
490 k |
27 Jan 2009 |
| By Alexey Torgashin. ATStreamSearch is a non-visual component which implements text searching functionality.
You set the FileName or Stream property and then call
FindFirst/FindNext methods to perform search with needed options.
Streams and files can be of unlimited size (Int64) - even for RegEx search.
Search options supported are:
- Case Sensitive
- Whole Words
- Backward Search (not for RegEx mode)
- RegEx (optional - DIRegEx library must be used)
Text encodings currently supported are:
- ANSI
- OEM
- EBCDIC
- KOI8
- ISO
- Mac
- Unicode (UCS-2) LE and BE
- plus many others
Fully functional Source: Included Exe-Demo Included
| | Download: CB2k6 CB2k7 CB2k9 CB5 CB6 D2005 D2006 D2007 D2009 D5 D6 D7 |
 |
|
|
BWFileFinder v.1.0 | FWS |
2 k |
24 Jun 2002 |
By BW. A component implementing "FindFirst" etc. Easy to use, and returns the result as a stringlist. Fully functional Source: Included
| | Download: D2 D3 D4 D5 D6 |
|
|
|
DIFileFinder v.4.2.1 | SW |
1242 k |
UPD 27 Jan 2010 |
| By The Delphi Inspiration. DIFileFinder is a Delphi Component to search the file system for files and or folders matching (or not matching.) particular attributes and / or name patterns. Pattern syntax includes standard wildcards as well as full regular expressions.
Unlike most file finder components, DIFileFinder does not use events nor does it build lengthy file lists. Instead it reports a single file or folder at a time. This new architecture guarantees a maximum of flexibility using a minimum of resources only. Simply call the "Next" method each time another file entry is required. "Next" returns True for each file found, and the component can then be queried about the file details.
Full folder recursion is provided, and directories can be skipped at any time to avoid recursion if not required. DIFileFinder features filters for files, folders, all file attributes (include and exclude) plus full path and file name filters. Descendant components may easily implement their own filtering mechanism by simply overwriting the "Validate" method. Fully functional Source: On purchase/registration Price: $40 Source Price: $75
| | Download: D2005 D2006 D2007 D2009 D2010 D4 D5 D6 D7 |
  |
|
|
FileFind v.1.1 | FWS |
11 k |
08 Jun 1998 |
By Jem Ahmed. This is invisible component performing file search with or without recursing subfolders, with events generated on file match and on change scanning folder. Fully functional Source: Included
| | Download: D3 |
|
|
|
FileFind v.1.00 | FWS |
4 k |
15 Jun 1998 |
By na Demian. A component to search for files in drives A to Z. Works both at design time and run time. Fully functional Source: Included
| | Download: D1 D2 D3 |
|
|
|
FileFind v.1.01 | FWS |
14 k |
30 Jul 2001 |
By A. Hua. Returns filenames which matching directory name and file extension. Fully functional Source: Included
| | Download: D6 |
|
|
|
FindFile v.1.01 | FWS |
7 k |
24 Oct 1997 |
By Ott & Hoppe GbR. This is a little utility component, which allows you to search a directory for any file or folder. It wraps the FindFirst/ FindNext/ FindClose functions, and supplies the ability to recurse directories. Search recursively through directories. Returns a list of matching files. Fully functional Source: Included
| | Download: D2 D3 |
 |
|
|
FindFile v.1.0 | FWS |
7 k |
23 Dec 1998 |
By Stephan Marais. Finds a list of matching files using recursive function calls. Give the name and drive letter, and the component will search the drive and subdirectories for the specified file. Wildcards can be used. Fully functional Source: Included
| | Download: D4 |
 |
|
|
Improved TFindFile. | FWS |
219 k |
20 Jan 2010 |
| By Armin Taghavizad. TFind file is a suitable component for searching files.
Features:
- Select file attributes.
- Search for a file or more than one file (will separate files with comma).
- Search in sub-folders.
- In most of search components, it will show you a list of matched files at the end of search and thats all. Here you can choose a label for displaying each file matched during search and at last you have list too.
This is improved version of TFindFile written by Zarco. Fully functional Source: Included Exe-Demo Included
| | Download: D7 |
|
|
|
MTFisear v.1.2 | FWS |
16 k |
28 Oct 1998 |
By Martin Waldenburg. A very fast file search engine, about twice as fast as Boyer-Moore, based on an article in the German magazine (8/97). However "Look_at" isn't implemented. Fully functional Source: Included
| | Download: CB1 CB3 D1 D2 D3 D4 |
|
|
|
Resplendent Filefind Component v.2.00 | SW |
138 k |
16 Dec 1998 |
By Replendence SP. The Resplendent Filefind component is a simple but effective component that allows you to search specified drives,paths and/or files for a text string using a separate thread.The component allows you to limit a search to a set of files (or directories). This makes it possible to narrow a list of previously found matches by searching again on other criteria. Fully functional Source: On purchase/registration Price: $39
| | Download: CB1 D2 D3 |
  |
|
|
Search Folders v.1.0 | FWS |
10 k |
21 Jan 1999 |
By Digital Dreams Software. Find files on drives FAST using wildcards within search criteria. Easy and fully customizable. Just drop the component on the form, give it a filename and a drive and you can search for it. Fully functional Source: Included
| | Download: D3 D4 |
 |
|
|
TBaseScanner And TContextScanner v.2.01 | FWS |
13 k |
30 Jul 1999 |
By Technisoft. Two components for smart searching for files through your disk drives. It scans user specified drives or paths for files selected by file mask. File mask can contain multiple masks (for example: *.exe,*.dll,*.ocx,*.vxd). Thread based search algorithm saves system resources for best background performance. You can tune Priority of the searching process manually. TBaseScanner component scans for filenames only, but TContextScanner can scan for filenames and specified context (plain text string or any characters set). Fully functional Source: Included
| | Download: D3 D4 |
 |
|
|
TDADirScan v.1.1 | FWS |
103 k |
20 Feb 2001 |
By Diego Amicabile. These components will scan a given dir and generate an event each time a new file or directory is found or added.
- TDADirScan will just scan the directory
- TDADirScanTreeView will fill a treeview with its content
- TDADirScanListView will fill a listview.
You can subclass TDaDirScan if you want other components to be filled. This component will allow you to separate the content (in this case: file system) from the way it is represented (treeview, listview or other). Fully functional Source: Included
| | Download: D3 D4 D5 |
 |
|
|
TEasyFileSearch v.1.02 | FWS |
245 k |
25 Nov 2002 |
| By Alexandre Gambier. TEasyFileSearch is a component which enable you to search file or folder in directory and subdirectory, using filter mask (*.*, *.exe, ...).
You define some search criteria:
- look in subfolder,
- look for readonly file,
- look for hidden file,
- look for system file,
- look for archile file,
- look for directory file,
- look for anyfile file.
You can filter your research
- look for files that is smaller or equal to a size,
- ook for files that is bigger or equal to a size,
- look for file than date is between two date, younger, older or the same than a date,
- look for created, modified or opened files.
TEasyFileSearch don't use recursive function (no stack error). Fully functional Source: Included
| | Download: CB5 D5 D7 |
|
|
|
TFileFinder v.1.25 | FWS |
22 k |
18 Mar 1998 |
By William Yang. A thread like File Search Tool with OnFileFound and OnStop event. Fully functional Source: Included
| | Download: D1 D2 |
|
|
|
TFileIterator v.1.0 | FWS |
33 k |
04 Jul 1996 |
By Glen Why. TFileIterator Component - an easy way to enumarate/find files on drive/in folder(s). Plus, TFileIteratorThread class and TDriveList helper component. Fully functional Source: Included
| | Download: D2 |
|
|
|
TFileSearch v.1.0 | FWS |
2 k |
20 Feb 2001 |
By Nicola {MSX} Lugato. TFileSearch is a simple component that incapsulates FindFirst, FindNext and FindClose procedures. It also enables you to perform an action (defined on OnPerformeAction method) on each file that responds to a search criteria. It supports sub-directory search. Fully functional Source: Included
| | Download: D3 D4 D5 |
 |
|
|
TScanDir v.1.0 | FW |
144 k |
04 Dec 1998 |
By Rosin Datentechnik. TScanDir is a component for scanning directories and subdirectories for files matching a certain file mask. An event is fired for every file or folder that is found. Fully functional Source: On purchase/registration Source Price: $10
| | Download: CB3 |
 |
|
|
TmFileScan v.3.0 | FWS |
6 k |
05 Nov 2002 |
| By MASoft. TmFileScan scans a whole device or part of it, and outputs the fullpath filenames, corresponding to the search filter settings. Multiple paths and filters can be set. The search runs in a separate thread, which can be Paused/Resumed.
TmFileScan is considerable faster than Explorer. Fully functional Source: Included
| | Download: D2 D3 D4 D5 D6 D7 |
 |
|
|
TsFileFind v.1.0 | FWS |
9 k |
10 Oct 2001 |
By Tcxbalage. This component allows you to find files or folders on your local or network drives. Fully functional Source: Included
| | Download: D2005 D2006 D2007 D3 D4 D5 D6 D7 |
 |
|
| News from our Sponsors |
Complete Database Tools for SQL Server, Oracle, MySQL, Firebird and other DBMS SQL Maestro Group is engaged in developing powerful
database administration and management tools for MySQL,
Oracle, MS SQL Server,
PostgreSQL, SQLite,
Firebird and MaxDB providing the highest
performance, scalability and reliability to meet the requirements of today's
database applications. SQL Maestro provides support in your database
management activities.
Download fully functional trial versions today and try them directly in your
environment. There are also some freeware tools. more...
Develop and debug service applications easy then ever SvCom is an integrated package of classes and tools for development of service applications and use of NT Security framework. Currently SvCom components work under all flavours of Windows.
- Deploy NT Service applications under Windows 9x/ME and NT/2000 (Unique feature!!!)
- Develop and debug NT services using either Windows 95/98 or NT/2000/XP/2003 - using the same classes and the same function calls (!!!)
- Advanced service debugging (Extremely useful, when you service is not just "Hello, World!")
- Many more features...
more...
Free Stuff Free Stuff at http://www.freakyfreddies.com more...
Advanced Application Controls - save 10% The Advanced Application Controls (AppControls) is the set of over 83 top quality multipurpose components for all 32-bit versions of Delphi and C++ Builder. The package contains everything you need to add neat and, more important, truly professional appearance for your software, making development of great interfaces and internal utilities trully rapid. All components are highly integrated each other and extremely easy to use.
Order now and save 10% - only for Torry's visitors! more... |
| |
Advertising on Torry's Delphi Pages
|
 |
 |
 |
Advertising on Torry's Delphi Pages




 Guest Book
|
 |