| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
List of options available when selecting a directory.
Source position: dialogs.pp line 1012
| type TSelectDirOpt = ( | ||
| sdAllowCreate, | 
 | Allows a new directory to be created in a select directory dialog. | 
| sdPerformCreate, | 
 | Indicates a directory that does not already exist should be created following execution of the dialog. | 
| sdPrompt | 
 | Indicates the dialog should prompt the user for confirmation of the selected action. | 
| ); | 
| Version 4.0 | Generated 2025-05-03 | Home |