GroupBox

GroupBox element contains information that defines a group box to be displayed in the calculation condition input dialog or grid generating condition input dialog.

Example

List 73 Example of GroupBox definition
1
2
3
4
5
6
7
8
<GroupBox caption="Time">
  <Item name="stime" caption="Start Time">
    <Definition valueType="real" />
  </Item>
  <Item name="etime" caption="End Time">
    <Definition valueType="real" />
  </Item>
</GroupBox>

Refer to Layout that uses Group boxes for an example of GroupBox element definition.

Attributes

Table 38 Attributes of GroupBox
Name Value Required Description
caption String Yes String to be displayed

Child elements

Table 39 Child elements of GroupBox
Name Required Description
Item, VBoxLayout etc.   Definitions of elements of child layouts