JVCL Help:FindFilesDlg
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: FindFilesDlg function
[+] JvFindFiles.pas Functions
Search in JVCL Help
Search in all projectsSummary
Displays Windows' built-in search files dialog.
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. |
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.
See Also
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