TCnFolderBrowserDialog.ShowDialog(TWinControl) Method
Runs a common dialog box with the specified owner.
public function ShowDialog(AParentWnd: TWinControl): TDialogResult; overload;
Parameters
- AParentWnd
- Type: TWinControl
Any object that implements TWinControl that represents the top-level window that will own the modal dialog box.
This version of the ShowDialog method allows you to specify a specific form or
control that will own the dialog box that is shown. If you use the
version of this method that has no parameters, the dialog box being
shown would be owned automatically by the currently active window of
your application.