Folder Browser Dialog - Show Method

Show as a modal dialog

Member of Folder Browser Dialog (PRIM_APPL.ICommonDialogFolderBrowse)

Parameters

NameTypeData TypeDescription
FormOwner*Input (Optional)PRIM_FORMThe form to which this form belongs in a stack of modal forms
OKPressed*Result (Optional)BooleanReturns True if the OK button was pressed

Details

Use the Show method to show the dialog.

Example

Showing the Dialog as part of an IF statement.
 
If the OK button was pressed the code inside the IF will be executed
If (#Dialog.Show)
   * Use the selected folder...
Endif

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2