JVCL Help:TJvDirectoryEdit.InitialDir
From Project JEDI Wiki
JVCL Help: TJvDirectoryEdit.InitialDir Property
[+] TJvDirectoryEdit Fields
[+] TJvDirectoryEdit Methods
[+] TJvDirectoryEdit Properties
Search in JVCL Help
Search in all projectsContents |
[edit] Summary
Determines the selected directory when the dialog opens.
[edit] Pascal
propertyInitialDir: string;
[edit] Description
To make an item selected by default in the dialog’s box, assign a value to InitialDir in the Object Inspector or in program code. If the user selects a directory in the dialog and clicks OK, then InitialDir directory is set to that directory.
[edit] About
[edit] Notes
Only used if the edit text is empty when the dialog is shown. If the edit text is not empty then that text determines the directory to be selected.
[edit] 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
