| Standard | TButton | TButton is a Delphi component that represents a button control that can be clicked by the user to perform an action. | READ |
| Standard | TLabel | TLabel is a Delphi component that represents a label control that displays text on a form. | READ |
| Standard | TEdit | TEdit is a Delphi component that represents an edit control that allows the user to enter and edit text. | READ |
| Additional | TImage | TImage is a Delphi component that represents an image control that displays an image on a form. | READ |
| Standard | TComboBox | TComboBox is a Delphi component that represents a combo box control that allows the user to select an item from a list or enter a new value. | READ |
| Standard | TMemo | TMemo is a Delphi component that represents a memo control that allows the user to enter and edit multiple lines of text. | READ |
| Standard | TPanel | TPanel is a Delphi component that represents a panel control that can contain other controls and be used to group them together. | READ |
| Standard | TListBox | TListBox is a Delphi component that represents a list box control that displays a list of items from which the user can select one or more. | READ |
| Standard | TCheckBox | TCheckBox is a Delphi component that represents a check box control that allows the user to select one or more options from a list. | READ |
| Standard | TMainMenu | TMainMenu is a Delphi component that represents the main menu of an application and contains menu items and submenus. | READ |
| Standard | TForm | TForm is a Delphi component that represents the form/window of an application and contains other controls. | READ |
| Standard | TRadioButton | TRadioButton is a Delphi component that represents an option button control that allows the user to select one option from a group of options. | READ |
| Standard | TFrame | TFrame is a Delphi component that represents a container for other visual components. | READ |
| Standard | TGroupBox | TGroupBox is a Delphi component that represents a group box control that can be used to group related controls together. | READ |
| Standard | TPopupMenu | TPopupMenu is a Delphi component that represents a pop-up menu control that can be displayed when the user right-clicks on a control or form. | READ |
| Standard | TRadioGroup | TRadioGroup is a Delphi component that represents a group of radio buttons that are used to select one option from a list of options. | READ |
| Standard | TActionList | TActionList is a Delphi component that represents a collection of actions that can be used by other components. | READ |
| Win32 | TProgressBar | TProgressBar is a Delphi component that represents a progress bar control that can be used to display the progress of an operation. | READ |
| Standard | TScrollBar | TScrollBar is a Delphi component that represents a scroll bar control that allows the user to scroll through the contents of another control. | READ |
| Additional | TScrollBox | TScrollBox is a Delphi component that represents a scrollable container control that can contain other controls. | READ |
| Additional | TBitBtn | TExpander is a Delphi component that represents an expander control that can be used to expand or collapse content within a container. | READ |
| Win32 | TTrackBar | TTrackBar is a Delphi component that represents a track bar control that allows the user to select a value from a range of values by moving a slider. | READ |
| Windows 10 | TToggleSwitch | TToggleSwitch is a Delphi component that represents a toggle switch control that can be used to switch between two states (on/off, true/false, etc.). | READ |
| Additional | TSplitter | TSplitter is a Delphi component that represents a splitter control that can be used to resize two adjacent controls at runtime. | READ |
| Additional | TMaskEdit | TMaskEdit is a Delphi component that represents an edit control that restricts the input to match a specified format. | READ |
| Win32 | TStatusBar | TStatusBar is a Delphi component that represents a status bar control that displays information about the application’s state. | READ |
| Win32 | TToolBar | TToolBar is a Delphi component that represents a toolbar control that contains buttons and other controls. | READ |
| Win32 | TTreeView | TTreeView is a Delphi component that represents a tree view control that displays a hierarchical list of items. | READ |
| Win32 | TListView | TListView is a Delphi component that represents a list view control that displays a collection of items in a list. | READ |
| Win32 | TImageList | TImageList is a Delphi component that represents a collection of images that can be used by other components. | READ |
| Additional | TSpeedButton | TSpeedButton is a Delphi component that represents a button control that is used to execute commands or set modes. | READ |
| Additional | TStringGrid | TStringGrid is a Delphi component that represents a grid control that displays tabular data. | READ |
| Additional | TDrawGrid | TDrawGrid is a Delphi component that represents a grid control that allows the user to draw custom cells. | READ |
| Additional | TShape | TShape is a Delphi component that represents a shape control that can display various shapes such as rectangles, ellipses, and polygons. | READ |
| System | TMediaPlayer | TMediaPlayer is a Delphi component that represents a media player control that can play audio and video files. | READ |
| Additional | TBevel | TBevel is a Delphi component that represents a bevel control that can be used to create borders around other controls. | READ |
| Additional | TCheckListBox | TCheckListBox is a Delphi component that represents a list box control with check boxes next to each item. | READ |
| Samples | TCalendar | TCalendar is a Delphi component that represents a calendar control that allows the user to select dates. | READ |
| Additional | TStaticText | TStaticText is a Delphi component that represents a static text control that displays text without allowing the user to edit it. | READ |
| Additional | TLinkLabel | TLinkLabel is a Delphi component that represents a label control that can display hyperlinks. | READ |
| Additional | TControlBar | TControlBar is a Delphi component that represents a control bar that can contain other controls. | READ |
| Additional | TApplicationEvents | TApplicationEvents is a Delphi component that represents an application events object that can handle various application-level events. | READ |
| Windows 10 | TNumberBox | TNumberBox is a Delphi component that represents an edit control that allows the user to enter numeric values. | READ |
| Samples | TSpinEdit | TSpinEdit is a Delphi component that represents an edit control with up and down buttons that allow the user to increment or decrement the value. | READ |
| Standard | TComboEdit | TComboEdit is a Delphi component that represents an edit control with a drop-down list of items. | READ |
| Additional | TValueListEditor | TValueListEditor is a Delphi component that represents a grid control that allows the user to edit name-value pairs. | READ |
| Additional | TLabeledEdit | TLabeledEdit is a Delphi component that represents an edit control with a label. | READ |
| Additional | TButtonedEdit | TButtonedEdit is a Delphi component that represents an edit control with a button. | READ |
| System | TTimer | TTimer is a Delphi component that represents a timer object that can generate periodic events. | READ |
| Internet | TWebBrowser | TWebBrowser is a Delphi component that allows users to embed a web browser into their application. | READ |