Материал из Module developer
| Popup | type: DialogItemObject Popup object |
| Parent | type: DialogItemObject List object |
| Data | type: Object Object with data written via .SetData |
| RadioGroup | type: Number Radio group |
| Selected | type: Boolean Flag of a selected item |
| CustomID | type: String User ID |
| Index | type: Number Index of list item |
| Context | type: Object pointer to an object that services a function in the method .SetReleaseAction |
| Deleted | type: Boolean Flag of a deleted list item |
var l_oList = module.GetPopup("Popup 1").GetItem("list"); //getting a list object var l_oItem_1 = l_oList.GetItemByIndex(1); // getting a list item
