Материал из Module developer
| Popup | type: DialogItemObject Popup object |
| Parent | type: DialogItemObject List object |
| Data | type: Object Object with data written via .SetData |
| RadioGroup | type: Number Радио группа |
| 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 objecy that services a function in the method.SetReleaseAction |
| Deleted | type: Boolean Flag of an item deletd from a list |
var l_oList = module.GetPopup("Popup 1").GetItem("list"); //getting the list object var l_oItem_1 = l_oList.GetItemByIndex(1); // getting a list item
