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<GroupBox caption="Time">
2  <Item name="stime" caption="Start Time">
3    <Definition valueType="real" />
4  </Item>
5  <Item name="etime" caption="End Time">
6    <Definition valueType="real" />
7  </Item>
8</GroupBox>

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

Attributes

Table 39 Attributes of GroupBox

Name

Value

Required

Description

caption

String

Yes

String to be displayed

Child elements

Table 40 Child elements of GroupBox

Name

Required

Description

Item, VBoxLayout etc.

Definitions of elements of child layouts