JVCL Help:TJvDirectoryEdit.InitialDir

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines the selected directory when the dialog opens.


Pascal

 propertyInitialDir: string;


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.


About

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.


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