JVCL Help:TJvDirectoryEdit.DialogOptions
From Project JEDI Wiki
JVCL Help: TJvDirectoryEdit.DialogOptions Property
[+] TJvDirectoryEdit Fields
[+] TJvDirectoryEdit Methods
[+] TJvDirectoryEdit Properties
Search in JVCL Help
Search in all projectsContents |
[edit] Summary
Determines the appearance and behavior of the directory selection dialog box.
[edit] Pascal
propertyDialogOptions: TSelectDirOpts;
[edit] Description
The Options parameter is a set of values. If Options is the empty set, the user can only select a directory that already exists. No edit box is provided for the user to enter a new directory name. If Options is not empty, the included values determine how the dialog responds when the user types a nonexistent directory name.
[edit] See Also
TJvDirectoryEdit.DialogKind, TJvDirectoryEdit.DialogText
[edit] About
[edit] Notes
Only used if DialogKind is dkVCL.
[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
