Groupbox
Description:
This is an object that can serve as a container (a parent object) for other objects on the form. The panel is displayed to the user as a specific part of a form with its own layout controls and properties. Contrary to the Panel object, this object contains a caption but there is no property to change its borderstyle.
![]() |
![]() |
A group box | A group box containing other objects |
The location (Top & Left) of the layout items inside the Groupbox does not take the caption into account. This means that if a layout item with Top 0 and Left 0 is placed inside a Groupbox with a caption, it will overlap the caption.
Toolbar button icon:
Properties:
- Align
- Caption
- Color
- Enabled
- Font
- Height
- Left
- Name
- Parent
- ReadOnly
- TabNumber
- Top
- Visible
- Width
- ZOrder
Events:
There are no events for this layout object.
Dynamic properties:
- Caption
- Color
- Enabled
- FontBold
- FontColor
- FontItalic
- FontName
- FontSize
- FontUnderline
- Left
- ReadOnly
- Top
- Visible