GroupView
The GroupView class is a control that serves as a container for other Views, just like PanelView does, excepts the GroupView has a border and a caption.
Constructor:
constructor(parent: View)
Creates an instance of GroupView control.parent: the View containing the control itself.
Properties:
caption: string
The text to be displayed at the top of the Group View.