我想通过代码创建一组字段。
create group
set the name of it to "myGroup"
create field
set the name of it to "myField"
set the top of field "myField" to 10
set the width of field "myField" to 100
set the left of field "myField" to 20
-- add myField to myGroup
-- ??
set the backgroundBehavior of group "myGroup" to true
问题
- 如何将字段“myField”添加到组“myGroup”?
- 以及如何将组添加到当前卡?
- 如何测试卡是否包含组“myGroup”?