You can use the following action statements with group box objects:
| Action | Description | 
| add | Creates a group box object at runtime. | 
| change text | Changes the text displayed in the top of the box. | 
| clear | Clears out all text currently in the group box. (This does not affect any objects displayed within the box, only the text drawn on the top of the box.) | 
| disable | Causes the group box to be grayed. | 
| enable | Causes the group box to be drawn in normal color. | 
| make helpid | Changes the help ID of the group box. | 
| make parameter | Change parameter string associated with the group box. |