|
|
|
| dcOpenDialog, dcSaveDialog and dcBrowseDialog components.
|
| function Execute: Boolean; // returns True when user clicks OK
|
| The Execute method opens the file-selection dialog, returning True when the user selects a file and clicks Open. If the user clicks Cancel, Execute returns False.
|