JVCL Help:TJvFindFilesDialog

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvFindFilesDialog
run\JvFindFiles.pas


Summary

Simplifies searching for files.

run\JvFindFiles.pas


Pascal

 run\JvFindFiles.pas
 TJvFindFilesDialog = class(TJvCommonDialogF);


Description

  1. JVCLInfo

Use a TJvFindFilesDialog to access the file search functionality built into Windows Explorer. If you are running Windows 95, 98 or NT, this component displays a dialog. If you are using Windows 2000 or XP, it displays a search panel inside Windows Explorer.

run\JvFindFiles.pas


About

Navigation

run\JvFindFiles.pas


Notes

This component doesn't give much control of the search. Specifically, you can't access the files found when the search has completed. If you need a file search engine with full control of options and return values, consider using the TJvSearchFiles component instead.

run\JvFindFiles.pas


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page