Standard Controls

From RAD Studio
Jump to: navigation, search

Go Up to VCL Components Categories Index

This topic lists all controls from the Delphi Standard tool-palette.

Control Description

TMainMenu

Menus.TMainMenu

Menus.TMainMenu encapsulates a menu bar and its accompanying drop-down menus for a form.

TPopupMenu

Menus.TPopupMenu

Menus.TPopupMenu encapsulates the properties, methods, and events of a pop-up menu.

TLabel

StdCtrls.TLabel

StdCtrls.TLabel is a nonwindowed control that displays text on a form.

TEdit

StdCtrls.TEdit

StdCtrls.TEdit is a wrapper for a Windows single-line edit control.

TMemo

StdCtrls.TMemo

StdCtrls.TMemo is a wrapper for a Windows multi-line edit control.

TButton

StdCtrls.TButton

StdCtrls.TButton is a push button control.

TCheckBox

StdCtrls.TCheckBox

StdCtrls.TCheckBox represents a check box that can be on (checked) or off (unchecked).

TRadioButton

StdCtrls.TRadioButton

StdCtrls.TRadioButton is a wrapper for a system radio button.

TListBox

StdCtrls.TListBox

StdCtrls.TListBox displays a collection of items in a scrollable list.

TComboBox

StdCtrls.TComboBox

StdCtrls.TComboBox combines an edit box with a scrollable list.

TScrollBar

StdCtrls.TScrollBar

StdCtrls.TScrollBar is a Windows scroll bar, which is used to scroll the contents of a window, form, or control.

TGroupBox

StdCtrls.TGroupBox

StdCtrls.TGroupBox represents a Windows group box.

TRadioGroup

ExtCtrls.TRadioGroup

ExtCtrls.TRadioGroup represents a group of radio buttons that function together.

TPanel

ExtCtrls.TPanel

ExtCtrls.TPanel implements a generic panel control.

TActionList

ActnList.TActionList

ActnList.TActionList maintains a list of actions that can be used by components and controls, such as menu items and buttons.



See Also

Personal tools
Newest Version: XE
In other languages