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:

StdCtrls.TGroupBox

A standard group box with a title

ExtCtrls.TRadioGroup

A simple group of radio buttons

ExtCtrls.TPanel

A more visually flexible group of controls

Forms.TScrollBox

A scrollable region containing controls

ComCtrls.TTabControl

A set of mutually exclusive notebook-style tabs

ComCtrls.TPageControl

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

ComCtrls.THeaderControl

Resizable column headers

Types of Grouping Controls


See Also

Personal tools
Newest Version: XE
In other languages