|
![]() |
#1 |
MCTS
|
задается в момент создания далога в методе Dialog:
X++: protected Object dialog() { ; dialog = Dialog::newFormnameRunbase('', this); dialog.caption(this.caption()); dialog = super(dialog); dialog.addGroup("@SYS32327"); dfDistrId = dialog.addFieldValue(typeId(AclDistrId), this.parmDistrId(), "@ACL3", '', 'dfDistrId'); return dialog; } |
|