ISDBApplication::SelectFolder: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
Shows a dialog for selection of a folder. | Shows a dialog for selection of a folder. | ||
Returns selected folder or an empty string if user canceled the action. | |||
[[Category:Scripting|{{PAGENAME}}]] | [[Category:Scripting|{{PAGENAME}}]] |
Latest revision as of 12:55, 22 March 2007
CoClass SDBApplication, Interface ISDBApplication
Function SelectFolder(Folder As String, ShowText As String) As String
Parameters
Name | Type | Description |
---|---|---|
Folder | String | The initial value for the folder to be selected. |
ShowText | String | Text to be shown to user. |
Method description
Shows a dialog for selection of a folder.
Returns selected folder or an empty string if user canceled the action.