RAD Studio VCL Reference
|
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. | |
|
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. |
|
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. | |
|
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 |
This is type StdCtrls.TButtonActionLinkClass. | |
TCustomComboBoxStringsClass describes a descendant of TCustomComboBoxStrings. | |
TScrollEvent is the type of an OnScroll event handler. | |
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. | |
This is type StdCtrls.TScrollEvent. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|