|
![]() |
#1 |
Участник
|
можно еще короче:
X++: void clicked() { FormControl c; int i; FormRun formRun; ; super(); formRun = element; for (i=0; i<formRun.design().controlCount(); i++) { c = formRun.design().controlNum(i); info("Объект " + c.name() + " имеет тип Form" + sysformrun::controltypestr(classidget(c))+"Control"); } } |
|
|
|