![]() |
![]() ![]() ![]() |
dcBrowseDialog, dcOpenDialog and dcSaveDialog components.
|
function Execute: Boolean; // returns True when user clicks OK
|
The Execute method opens the "Browse for Folder" dialog, to let user to select the shell object from the list. The Execute returns True when user selects the folder and clicks "Ok" or, if user if user clicks "Cancel" it returns False.
|