RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
StdCtrls Namespace

This is namespace StdCtrls.

Name 
Description 
The following table lists classes in this documentation. 
The following table lists structs, records, enums in this documentation. 
The following table lists types 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. 
 
Base class for a push button control. 
 
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. 
 
Margins of image on button. 
 
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. 
 
TPushButtonActionLink is an action link designed specifically for button control clients. 
 
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. 
 
Name 
Description 
 
TCheckBoxState indicates the state of a check box control. 
 
TComboBoxStyle is the type for the Style property of combo box controls that are defined in the StdCtrls unit. 
 
TEditCharCase indicates how a control forces the case of characters, if at all. 
 
Specifies how ellipsis is placed in text not fitting in allocated rectangle. 
 
Alignment of image on TButton
 
TListBoxStyle specifies the way a listbox control gets its data and how it is drawn. 
 
TScrollCode indicates what action the user performed on a scroll bar. 
 
Identifies a set of scrollbars by their orientation. 
 
TSelection definese the start and position of a selection. 
 
TStaticBorderStyle determines the appearance of the border on a static text control. 
 
TTextLayout indicates where text appears within the client area of a control. 
Name 
Description 
TButtonActionLinkClass defines the metaclass for TButtonActionLink
TCustomComboBoxStringsClass describes a descendant of TCustomComboBoxStrings
TDrawItemEvent is the type of an OnDrawItem event handler. 
TFNDrawText represents the procedure type for the events that specify the details of the Text property of a control. 
TLBFindDataEvent is the type of the list box OnDataFind event handler. 
TLBGetDataEvent is the type of the list box OnData event handler. 
TLBGetDataObjectEvent is the type of the list box OnDataObject event handler. 
TMeasureItemEvent is the type for the OnMeasureItem event handler. 
Indicates state information that can influence how an item is drawn. 
TPushButtonActionLinkClass defines the metaclass for TPushButtonActionLink
TScrollEvent is the type of an OnScroll event handler. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!