Bcc.GetDialogBoxData
Bcc.GetDialogBoxData()
Description
Retrieves the active dialog control data. This function can be used while a dialog is displayed and you need to retrieve the dialog information during events such as; state changes in your control's callback function or when a button is pressed without closing the active dialog.
Return
Returns a table with the ControlID as the Key to each subtable to retrieve the data from each control.
Example
-- Get the current data from all dialog controls
retData = Bcc.GetDialogBoxData()