Desktop Application Object - CreateFolderBrowseDialog Method

Create an instance of the Folder Browser dialog

Member of Desktop Application Object (PRIM_APPL)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)PRIM_APPL.ICommonDialogFolderBrowseReference to the newly created dialog

Details

System dialogs are abstract classes and can only be created using the provided methods.

Example

Creating a Folder Browse dialog instance.
Define_Com Class(#prim_Appl.ICommonDialogFolderBrowse) Name(#Dialog) Reference(*dynamic)
 
#Dialog <= #sys_appln.CreateFolderBrowseDialog
#Dialog.Show

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2