JVCL Help:FindFilesDlg

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

Search in JVCL Help

 
Search in all projects
 

Summary

Displays Windows' built-in search files dialog.

run\JvFindFiles.pas


Pascal

 run\JvFindFiles.pas
 functionFindFilesDlg(constStartIn: string; SpecialFolder: TJvSpecialFolder; UseFolder: Boolean): Boolean;


Parameters

Parameters Description
const StartIn: string The start folder if the folder is a file system directory.
SpecialFolder: TJvSpecialFolder The start folder if the folder is one of the special folders available in Windows.
UseFolder: Boolean Controls whether StartIn or SpecialFolder is used. Set to true to use SpecialFolder, to false to use Directory.

run\JvFindFiles.pas


Description

Call FindFilesDlg to access the file search functionality built into Windows Explorer. If you are running Windows 95, 98 or NT, this function displays a dialog. If you are using Windows 2000 or XP, this function displays a search panel inside Windows Explorer.
This function is a wrapper for the TJvFindFilesDialog component so you don't need to create an instance of the component at run-time.

run\JvFindFiles.pas


See Also

TJvFindFilesDialog

run\JvFindFiles.pas


About

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