RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Classes

The following table lists classes in this documentation.

 
Name 
Description 
 
TButton is a push button control. 
 
TButtonActionLink is an action link designed specifically for button control clients. 
 
TButtonControl is the base class for objects that represent Windows button controls. 
 
TCheckBox represents a check box that can be on (checked) or off (unchecked) 
 
TComboBox combines an edit box with a scrollable list. 
 
TCustomCheckBox is the ancestor of all check-box components. 
 
TCustomCombo is the base class for all combo boxes. 
 
TCustomComboBox is the base class for combobox components. 
 
TCustomComboBoxStrings represents the strings in the drop-down list of a combo box. 
 
TCustomEdit is the base class from which all edit-box and memo controls are derived. 
 
TCustomGroupBox is the base class for all group-box components. 
 
TCustomLabel is the base class for non-windowed controls that display text on a form. 
 
TCustomListBox is the base class for listbox objects that are wrappers for list box controls. 
 
TCustomMemo is the base type for memo components, which are multiline edit boxes, including TMemo and TDBMemo. 
 
TCustomStaticText is the base class for TStaticText
 
TEdit is a wrapper for a Windows single-line edit control. 
 
TGroupBox represents a Windows group box. 
 
TLabel is a nonwindowed control that displays text on a form. 
 
TListBox displays a collection of items in a scrollable list. 
 
TMemo is a wrapper for a Windows multiline edit control. 
 
TRadioButton is a wrapper for a system radio button. 
 
TScrollBar is a Windows scroll bar, which is used to scroll the contents of a window, form, or control. 
 
TStaticText is a windowed control that displays text on a form. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!