Adds a sub-dialog of the INPUT BY NAME type to an existing ui.Dialog dynamic dialog (created with the ui.Dialog.createMultipleDialog method).
You also can specify the dialog attributes using the setDialogAttribute() method.
ui.Dialog.addInputByName(
f DYNAMIC ARRAY OF RECORD
name STRING,
type STRING
END RECORD,
name STRING
)
f is the list of form fields controlled by the dialog. Is must be a DYNAMIC ARRAY OF RECORD structure.
name and type are the sub-dialog identifier for dialog events and API calls of the STRING data.