![]() |
![]() ![]() ![]() |
dcBrowseDialog component.
|
type
|
TdcBrowseDialogSelected = procedure(Sender: TObject; Folder: String; var OKEnabled: ShortInt; var StatusText: String) of object;
|
|
property OnSelected: TdcBrowseDialogSelected;
|
The OnSelected event occurs when user selects the folder in the dialog box.
|
Folder | returns the path to selected folder;
|
OKEnabled | used to enable or disable "OK" button of dialog box (to allow or disallow user to confirm selection);
|
StatusText | used to retrieve or specify the status text (if soShowStatusText option is True).
|
OnChanged event and Options property.
|