Standard Controls
Go Up to VCL Components Categories Index
This topic lists all controls from the Delphi Standard tool-palette.
Control | Description | |
---|---|---|
Vcl.Menus.TMainMenu encapsulates a menu bar and its accompanying drop-down menus for a form. | ||
Vcl.Menus.TPopupMenu encapsulates the properties, methods, and events of a pop-up menu. | ||
Vcl.StdCtrls.TLabel is a nonwindowed control that displays text on a form. | ||
Vcl.StdCtrls.TEdit is a wrapper for a Windows single-line edit control. | ||
Vcl.StdCtrls.TMemo is a wrapper for a Windows multi-line edit control. | ||
Vcl.StdCtrls.TButton is a push button control. | ||
Vcl.StdCtrls.TCheckBox represents a check box that can be on (checked) or off (unchecked). | ||
Vcl.StdCtrls.TRadioButton is a wrapper for a system radio button. | ||
Vcl.StdCtrls.TListBox displays a collection of items in a scrollable list. | ||
Vcl.StdCtrls.TComboBox combines an edit box with a scrollable list. | ||
Vcl.StdCtrls.TScrollBar is a Windows scroll bar, which is used to scroll the contents of a window, form, or control. | ||
Vcl.StdCtrls.TGroupBox represents a Windows group box. | ||
Vcl.ExtCtrls.TRadioGroup represents a group of radio buttons that function together. | ||
Vcl.ExtCtrls.TPanel implements a generic panel control. | ||
Vcl.ActnList.TActionList maintains a list of actions that can be used by components and controls, such as menu items and buttons. |