JVCL Help:TJvSpecialFolder
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSpecialFolder type
Search in JVCL Help
Search in all projectsSummary
Defines the different special system folders available in Windows.
Pascal
run\JvFindFiles.pas
TJvSpecialFolder = (
sfRecycleBin,
sfControlPanel,
sfDesktop,
sfDesktopDirectory,
sfMyComputer,
sfFonts,
sfNetHood,
sfNetwork,
sfPersonal,
sfPrinters,
sfPrograms,
sfRecent,
sfSendTo,
sfStartMenu,
stStartUp,
sfTemplates
);
Members
Members | Description |
sfRecycleBin | The folder is the recycle bin folder. |
sfControlPanel | The folder is the control panel folder. |
sfDesktop | The folder is the user's desktop folder. |
sfDesktopDirectory | The folder is the user's root folder. |
sfMyComputer | The folder is the user's "My Computer" folder. |
sfFonts | The folder is the user's font folder. |
sfNetHood | The folder is the user's "Network Neighborhood" folder. |
sfNetwork | The folder is the user's network connections folder. |
sfPersonal | The folder is the user's personal folder. |
sfPrinters | The folder is the computers printers folder. |
sfPrograms | The folder is the user's programs folder. |
sfRecent | The folder is the user's recent documents folder. |
sfSendTo | The folder is the user's "Send To" folder. |
sfStartMenu | The folder is the user's start menu folder. |
stStartUp | The folder is the user's start up folder. |
sfTemplates | The folder is the user's templates folder. |
Description
TJvSpecialFolder is the type for the SpecialFolder property of the TJvFindFilesDialog component. It defines all allowable special folders on the system.
About
no pages or subcategories
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