The control places an object which can be used as a container for grouping other controls, with an available caption.
Use group box controls to subdivide a form by function. For example, you may have an order form that specifies "Ship to" details within one group box and "Bill to" details in another. Gathering the items in a group box gives the user a logical visual cue. Any control placed within a container object (Enhanced Group Box, Enhanced Panel, etc.) will inherit the properties of container. The group box control is similar to the panel control; however, only group boxes displays a caption.
Tip! - A Group Box control can be converted to an Enhanced Group Box control. Within the Form Designer, right click on the Panel and select the "Convert to Enhanced Group Box " option.