DelphiVCLΒΆ
TObject is the ultimate ancestor of all objects and components. |
|
Handles styles-related operations. |
|
TStream is the base class type for stream objects that can read from or write to various kinds of storage media, such as disk files, dynamic memory, and so on. |
|
TMonitor represents a monitor on which an application runs. |
|
TCustomStyleServices is a class that provides access to style functionality. |
|
TPersistent is the ancestor for all objects that have assignment and streaming capabilities. |
|
TStrings is the base class for objects that represent a list of strings. |
|
TPicture contains a bitmap, icon, metafile graphic, or user-defined graphic. |
|
TCollection is a container for TCollectionItem objects. |
|
TCanvas provides an abstract drawing space for objects that must render their own images. |
|
TGraphic is the abstract base class type for objects such as icons, bitmaps, and metafiles that can store and display visual images. |
|
TBitmap is an encapsulation of a Windows bitmap (HBITMAP), including its palette (HPALETTE). |
|
TIcon is an encapsulation of a Windows icon. |
|
TMetafile is an encapsulation of the Win32 Enhanced metafile. |
|
TComponent is the common ancestor of all component classes. |
|
TTimer encapsulates the Windows API timer functions. |
|
TOpenDialog displays a file-selection dialog. |
|
TMenuItem describes the properties of an item in a menu. |
|
TMenu is the base type for menu components such as TMainMenu and TPopupMenu. |
|
Class for Vista and newer Windows operating systems style file open dialogs. |
|
The base class for list of actions, without the published properties. |
|
TControl is the base class for all components that are visible at run time. |
|
Represents the base class for the binding list. |
|
Wrapper for Pascal class TBasicBindComponent |
|
TBasicAction is the ancestor class for all action objects. |
|
Base class for the binding scope component. |
|
Base class for scope with supports linking |
|
TContainedAction is the base class for actions that can be grouped by category and that can appear in action lists. |
|
Implements the bindings list component. |
|
TBoundLabel is the type of a labeled edit control's label. |
|
Base class for controls that wrap Windows screen objects but perform their own rendering. |
|
TLabel is a nonwindowed control that displays text on a form. |
|
TWinControl is the base class for all controls that are wrappers for Microsoft Windows screen objects. |
|
The usual list of actions (without published properties) in VCL |
|
TMainMenu encapsulates a menu bar and its accompanying drop-down menus for a form. |
|
TPopupMenu encapsulates the properties, methods, and events of a pop-up menu. |
|
TSaveDialog displays a "Save As" dialog for saving files. |
|
TActionList maintains a list of actions that can be used by components and controls such as menu items and buttons. |
|
TMediaPlayer controls devices that provide a Media Control Interface (MCI) driver. |
|
The base class for TToggleSwitch. |
|
The base class for TActivityIndicator. |
|
TCustomAction is the base class for VCL actions intended to be used with menu items and controls. |
|
TAction is the base class for VCL action objects. |
|
Is a bind source that supports adapters to connect to different types of data. |
|
Is a base class that implements a bind source for creating sample data. |
|
An animated rotating display indicating that the application is performing some activity. |
|
A clickable control that allows a user to toggle between an On state and an Off state. |
|
Is a bind source for creating sample data. |
|
Base class for all common binding components descending from it. |
|
Is a binding component that wraps one or more other binding components. |
|
Is a binding component that wraps another binding component and references a component property, data source, and field name. |
|
Is a binding component that wraps another binding component and references a control. |
|
Represents the base class for linking a property of a component to a field. |
|
Is a binding component that wraps another binding component and references a control, data source, and field. |
|
Links the property of a component to a field. |
|
Represents the base class for linking a control to a field. |
|
Represents the base class for linking a list control to a field. |
|
Links a list control to a field. |
|
Links a list control to a field. |
|
TBitBtn is a push button control that can include a bitmap on its face. |
|
TButton is a push button control. |
|
TCheckBox represents a check box that can be on (checked) or off (unchecked). |
|
TColorBox represents a combo box that lets users select a color. |
|
TComboBox combines an edit box with a scrollable list. |
|
TControlBar manages the layout of toolbar components. |
|
TCustomGrid is the base type for all components that present information in a two-dimensional grid. |
|
TCustomEdit is the base class from which all edit-box and memo controls are derived. |
|
TCustomForm is the base class from which to derive a window such as a form or dialog. |
|
TCustomStatusBar is the base class for objects that represent status bars. |
|
TCustomTabControl is the base type for tab control components such as TTabControl and TPageControl. |
|
TDateTimePicker displays a list box for entering dates or times. |
|
TGroupBox represents a Windows group box. |
|
THeader is a sectioned visual control that displays text and allows each section to be resized with the mouse. |
|
TLabeledEdit is an edit control that has an associated label. |
|
TListBox displays a collection of items in a scrollable list. |
|
TNotebook displays multiple pages, each with its own set of controls. |
|
Specifies a page in a TNotebook control. |
|
TPageControl is a set of pages used to make a multiple page dialog box. |
|
Wrapper for Pascal class TPanel |
|
TRadioButton is a wrapper for a system radio button. |
|
TRadioGroup represents a group of radio buttons that function together. |
|
Wrapper for Pascal class TScrollBar |
|
TSpinButton allows the user to navigate through a range of values using the arrow buttons. |
|
TStaticText is a windowed control that displays text on a form. |
|
TTabSheet is an individual page in a TPageControl object. |
|
TToolBar manages tool buttons and other controls, arranging them in rows and automatically adjusting their sizes and positions. |
|
TTrackBar is a wrapper for a track bar control. |
|
TCustomDrawGrid is the base class for grids that publish events for painting and manipulating the cells in the grid. |
|
TCustomMemo is the base type for memo components, which are multiline edit boxes, including TMemo and TDBMemo. |
|
TCustomEdit is the base class from which all edit-box and memo controls are derived. |
|
TEdit is a wrapper for a Windows single-line edit control. |
|
TSpinEdit combines a TEdit box with a TSpinButton. |
|
TForm represents a standard application window (form). |
|
TStatusBar represents a status bar. |
|
TTabControl is a tab set that has the appearance of notebook dividers. |
|
TDrawGrid represents a grid control that displays information in column and row format. |
|
TMemo is a wrapper for a Windows multiline edit control. |
|
TNumberBox is a numeric input control that supports the input of integer numbers, floating point numbers with a given set of decimal digits and proper formatting, and currency values. |
|
TStringGrid represents a grid control designed to simplify the handling of strings and associated objects. |
|
TCustomMemoryStream is an abstract base class used as the common ancestor for memory streams. |
|
THandleStream enables applications to read from and write to communications resources identified by a handle. |
|
TMemoryStream is a stream that stores its data in dynamic memory. |
|
TResourceStream is a memory stream that provides access to the compiled resources in an application. |
|
TFileStream enables applications to read from and write to a file on disk. |
|
TBytesStream is a stream that stores its data in bytes. |
|
TBufferedFileStream adds buffering support to TFileStream. |
|
TStringStream provides file-like access to information stored as a long string. |