CreateUnoDialog Function

Creates a Basic Uno object that represents a Uno dialog control during Basic runtime.

Dialogs are defined in the dialog libraries. To display a dialog, a "live" dialog must be created from the library.

See also āļ‹āļ¯āˇāˇ„āļģāļĢ.

āļšāˇāļģāļš āļģ⎓āļ­āˇ’āļē:

CreateUnoDialog( oDlgDesc )

āļ‹āļ¯āˇāˇ„āļģāļĢāļē:

' Get dialog description from the dialog library

oDlgDesc = DialogLibraries.Standard.Dialog1

' Generate "live" dialog

oDlgControl = CreateUnoDialog( oDlgDesc )

' display "live" dialog

oDlgControl.execute