Grouping Controls

From RAD Studio
Jump to: navigation, search

Go Up to Types of Controls Index

A graphical interface is easier to use when related controls and information are presented in groups. Components for grouping components include:

Use this component: When you want this:

Vcl.StdCtrls.TGroupBox

A standard group box with a title

Vcl.ExtCtrls.TRadioGroup

A simple group of radio buttons

Vcl.ExtCtrls.TPanel

A more visually flexible group of controls

Vcl.Forms.TScrollBox

A scrollable region containing controls

Vcl.ComCtrls.TTabControl

A set of mutually exclusive notebook-style tabs

Vcl.ComCtrls.TPageControl

A set of mutually exclusive notebook-style tabs with corresponding pages, each of which may contain other controls

Vcl.ComCtrls.THeaderControl

Resizable column headers

Types of Grouping Controls


See Also