I'm calling a TSelectDirectoryDialog with a button click.
I'm hoping to assign the chosen Dir to a global variable drName.
This will then be used with known subdirectories to create a full path.
How do I get the chosen directory from the dialog and what event do I use to do so ?
Thanks for any guidance.