![]() Sub-properties |
![]() ![]() ![]() |
dcBrowseDialog and dcFolderEdit components.
|
type
|
TdcNewFolderBtn = class
|
published
|
property Caption: String;
|
property Prompt: String;
|
property Visible: Boolean;
|
end;
|
The NewFolder structure used to add the "New folder..." button to the browse-for-folder dialog and specify it's caption and prompt line for input box.
|
|
To add button to the dialog box - just set Visible property to True.
|
![]() |