G4nCB‖

6LvCD‖CreateUnoDialog Function

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

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

WbRvi‖See Examples.

FVEx2‖Syntax:

CreateUnoDialog( oDlgDesc )

bBBqF‖Return type:

Object

WADQ4‖Parameters:

Name

Type

Description

i5p7n‖oDlgDesc

Object

aAgiN‖The dialog object stored in a library.


EFSA4‖Example:


  4W3aw‖' Get dialog description from the dialog library
  oDlgDesc = DialogLibraries.Standard.Dialog1
  FwAPn‖' Generate "live" dialog
  oDlgControl = CreateUnoDialog( oDlgDesc )
  KxwFT‖' display "live" dialog
  oDlgControl.execute