Vcl.ComCtrls
From RAD Studio API Documentation
Contents |
Classes
| ECommonCalendarError | ECommonCalendarError is the exception class for invalid entries in a TCommonCalendar component. |
| EDateTimeError | EDateTimeError is the exception class for invalid date and time entries. |
| EMonthCalError | EMonthCalError is the exception class for invalid entries in a TMonthCalendar component. |
| ETreeViewError | ETreeViewError is the exception class for tree view errors. |
| ExceptClass | Vcl.ComCtrls.ExceptClass is an alias for System.SysUtils.ExceptClass. |
| TAnimate | TAnimate is an animation control. |
| TComboBoxEx | TComboBoxEx represents a combo box that supports extended combo box features such as images on the list entries. |
| TComboBoxExActionLink | |
| TComboBoxExStrings | TComboBoxExStrings is used to store strings in the combo box's drop-down list. |
| TComboBoxExStringsClass | |
| TComboBoxExStyleHook | |
| TComboExItem | TComboExItem represents an item in an extended combo box. |
| TComboExItemClass | |
| TComboExItems | TComboExItems manages a collection of TComboExItem objects. |
| TComboExItemsClass | |
| TCommonCalendar | TCommonCalendar is the base class for the controls TDateTimePicker and TMonthCalendar. |
| TConversion | TConversion converts rich text data from one encoding format to another. |
| TConversionClass | |
| TCoolBand | TCoolBand represents a band within a TCoolBar. |
| TCoolBands | TCoolBands is a container for TCoolBand objects. |
| TCoolBar | TCoolBar displays a collection of windowed controls within movable, resizable bands. |
| TCoolBarStyleHook | |
| TCustomComboBoxEx | TCustomComboBoxEx is the base class for combo box components that support extended combo box features such as images on the list entries. |
| TCustomHeaderControl | TCustomHeaderControl represents a spreadsheet-style header. |
| TCustomHotKey | TCustomHotKey is the base class for objects that wrap the Windows accelerator key Common Control. |
| TCustomListView | TCustomListView is the base type for all list view components, including TListView. |
| TCustomRichEdit | TCustomRichEdit is the base type for rich edit controls such as TRichEdit. |
| TCustomStatusBar | TCustomStatusBar is the base class for objects that represent status bars. |
| TCustomTabControl | TCustomTabControl is the base type for tab control components such as TTabControl and TPageControl. |
| TCustomTreeView | TCustomTreeView is the base type for tree-view components such as TTreeView. |
| TCustomUpDown | TCustomUpDown is the base type for up-down size controls such as TUpDown. |
| TDateTimeColors | TDateTimeColors specifies colors used in a calendar control. |
| TDateTimePicker | TDateTimePicker displays a list box for entering dates or times. |
| TDateTimePickerStyleHook | |
| THeaderControl | THeaderControl is a container for THeaderSection objects. It provides a set of resizable column headers. |
| THeaderSection | THeaderSection represents a section of a header control. |
| THeaderSectionClass | |
| THeaderSections | THeaderSections is a container for THeaderSection objects. |
| THeaderStyleHook | |
| THotKey | THotKey is a wrapper for a Windows Common Control hot key. |
| TIconOptions | TIconOptions describes how the icons in a list view should be arranged. |
| TListColumn | TListColumn represents a column in a report-style list view. |
| TListColumns | TListColumns is a collection of TListColumn objects. |
| TListGroup | Group for a list item. |
| TListGroups | Groups for a list view. |
| TListItem | TListItem is an individual item of a TListView control. |
| TListItemClass | |
| TListItems | TListItems maintains the collection of items that appear in a list view control. |
| TListItemsEnumerator | Enumerates the items of a TListItems instance. |
| TListView | TListView displays a list of items in various ways. |
| TListViewActionLink | |
| TListViewStyleHook | |
| TMonthCalColors | TMonthCalColors defines a color scheme for TDateTimePicker or TMonthCalendar's drop-down calendar. |
| TMonthCalendar | TMonthCalendar is stand-alone calendar in which a user can select a date or range of dates. |
| TPageControl | TPageControl is a set of pages used to make a multiple page dialog box. |
| TPageScroller | TPageScroller defines a display area for a narrow window, such as a toolbar. |
| TPageScrollerStyleHook | |
| TParaAttributes | TParaAttributes represents paragraph formatting properties for a rich edit control. |
| TProgressBar | TProgressBar displays a simple progress bar. |
| TProgressBarStyleHook | |
| TRichEdit | TRichEdit is a wrapper for a Windows rich text edit control. |
| TRichEditStyleHook | |
| TStatusBar | TStatusBar represents a status bar. |
| TStatusBarStyleHook | |
| TStatusPanel | TStatusPanel represents a single panel of a status bar. |
| TStatusPanelClass | TStatusPanelClass defines the metaclass for TStatusPanel. |
| TStatusPanels | TStatusPanels is a container for TStatusPanel objects. |
| TTabControl | TTabControl is a tab set that has the appearance of notebook dividers. |
| TTabControlStyleHook | |
| TTabSheet | TTabSheet is an individual page in a TPageControl object. |
| TTextAttributes | TTextAttributes represents the font characteristics of a section of text in a rich edit control. |
| TToolBar | TToolBar manages tool buttons and other controls, arranging them in rows and automatically adjusting their sizes and positions. |
| TToolBarDockObject | |
| TToolBarEnumerator | |
| TToolBarStyleHook | |
| TToolButton | TToolButton is a button control in a TToolBar object. |
| TToolButtonActionLink | TToolButtonActionLink is an action link designed for tool button control clients. |
| TToolButtonActionLinkClass | |
| TTrackBar | TTrackBar is a wrapper for a track bar control. |
| TTrackBarStyleHook | |
| TTreeNode | TTreeNode describes an individual node in a tree view control. |
| TTreeNodeClass | |
| TTreeNodes | TTreeNodes maintains a list of tree nodes in a tree view control. |
| TTreeNodesEnumerator | Enumerates through the nodes in a TTreeNode instance. |
| TTreeView | TTreeView represents a window that displays a hierarchical list of items, such as the headings in a document, the entries in an index, or the files and directories on a disk. |
| TTreeViewStyleHook | |
| TUpDown | TUpDown is a wrapper for a Windows up-down control. |
| TUpDownStyleHook | |
| TWorkArea | TWorkArea represents a rectangular subregion of a list view's client area. |
| TWorkAreas | TWorkAreas is a collection of TWorkArea objects. |
Routines
| CheckCommonControl | |
| CheckToolMenuDropdown (deprecated) | Displays a tool button's dropdown menu. |
| GetComCtlVersion | Indicates which version of ComCtl32.dll is installed. |
| InitCommonControl |
Types
Constants
| CN_BANDCHANGE | CN_BANDCHANGE: Integer = $1400; |
| CN_DROPDOWNCLOSED | CN_DROPDOWNCLOSED: Integer = $1400; |
| ColumnHeaderWidth | ColumnHeaderWidth: Integer = $FFFFFFFE; |
| ColumnTextWidth | ColumnTextWidth: Integer = $FFFFFFFF; |
| ComCtlVersionIE3 | ComCtlVersionIE3: Integer = $40046; |
| ComCtlVersionIE4 | ComCtlVersionIE4: Integer = $40047; |
| ComCtlVersionIE401 | ComCtlVersionIE401: Integer = $40048; |
| ComCtlVersionIE5 | ComCtlVersionIE5: Integer = $50050; |
| ComCtlVersionIE501 | ComCtlVersionIE501: Integer = $50051; |
| ComCtlVersionIE6 | ComCtlVersionIE6: Integer = $60000; |