Desktop Group Box
From Xojo Documentation
Contents
A Group Box can be displayed with or without a caption.
Properties
- Used to get or set the text of the Group Box.
Usage
Change the Caption for a Group Box:
SettingsGroup.Caption = "Settings"
See Also
DesktopGroupBox class