JVCL Help:TFileLocation
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TFileLocation type
Search in JVCL Help
Search in all projectsSummary
File-Location Type
Pascal
run\JvAppStorage.pas
TFileLocation = (
flCustom,
flWindows,
flTemp,
flExeFile,
flUserFolder
);
Members
Members | Description |
flCustom | Filename must contain a directory |
flWindows | File is placed in the windows directory |
flTemp | File is placed in the temp directory |
flExeFile | File is placed in the directory of the Exe-File |
flUserFolder | File is placed in the user directory |
Description
Defines the location of a file.
See Also
TJvAppIniFileStorage, TJvAppXMLFileStorage
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