Logo

TmgFileListator

TmgFileListator is a non-visual component for your beloved Delphi. Simply place TmgFileListator onto your application form and your program will be able to perform multiple simulataneous multithreading searches over the computer of your end-user.

You'll have to set only few parameters:

  • Set optionally a Title for your search
  • Set a mask: this can be an extension ('*.txt'), an extensions group('*.txt;*.doc;*.pdf'), a filename ('Borland Delphi.*') or even a partial file name ('and Del*.*')
  • Set a beginning Path: this is the folder within to search
  • Set RecursiveSearch parameter: if True, all subfolders of Path will be scanned during search
  • Set OutputDevice (actually only TTreeView is supported): here will be displayed the searh results (you can set the same OutputDevice for many searches or set specific OutputDevice for each search)
  • Set ProgressDevice (actually only TLabel is supported) to display file names scanned during search operations
  • Optionally you can set an Animation that is a TAnimate component to inform your users that a search is actually running

Obviously, you can make this settings indifferently at design-time or at run-time. Then, you will be able to use search results as you wish, for nstance to make a backup copy of these files (tell you something this?)

TmgFileListator is free to try within Delphi IDE. If you wish to use it in your applications you have to purchase it at the low price of € 9.90.

Both Trial version and full version come with a complete html Reference Guide and a demo program. Full version is delivered with full source code also.

Compatible with Delphi 6, Delphi 7, Delphi 2006, Delphi 2007, Delphi 2009.


Try it!