Adds a sub-dialog of the INPUT ARRAY FROM type to an existing ui.Dialog dynamic dialog (created with ui.Dialog.createMultipleDialog).
ui.Dialog.addInputArrayFrom(
fields DYNAMIC ARRAY OF RECORD
name STRING,
type STRING
END RECORD,
screenRecord STRING )
fields is a DYNAMIC ARRAY OF RECORD, the list of form fields controlled by the dialog, with name and type members of a STRING data type.
screenRecord is the name of the screen array (the one defined with the SCREEN RECORD instruction in form files) that groups the fields together for the list view. It will identify the sub-dialog in dialog events and API calls.