Win32 Controls

From RAD Studio
Jump to: navigation, search

Go Up to VCL Components Categories Index

This topic lists all the controls in the Delphi Win32 tool palette.

Control Description

TTabControl

Vcl.ComCtrls.TTabControl

TTabControl is a tab set that has the appearance of notebook dividers.

TPageControl

Vcl.ComCtrls.TPageControl

TPageControl is a set of pages used to make a multiple page dialog box.

TImageList

Vcl.Controls.TImageList

TImageList represents a collection of same-sized images, each of which can be referred to by its index.

TRichEdit

Vcl.ComCtrls.TRichEdit

TRichEdit is a wrapper for a Windows rich text edit control.

TTrackBar

Vcl.ComCtrls.TTrackBar

TTrackBar is a wrapper for a track bar control.

TProgressBar

Vcl.ComCtrls.TProgressBar

TProgressBar displays a simple progress bar.

TUpDown

Vcl.ComCtrls.TUpDown

TUpDown is a wrapper for a Windows up-down control.

THotKey

Vcl.ComCtrls.THotKey

THotKey is a wrapper for a Windows Common Control hot key.

TAnimate

Vcl.ComCtrls.TAnimate

TAnimate is an animation control.

TDateTimePicker

Vcl.ComCtrls.TDateTimePicker

TDateTimePicker displays a list box for entering dates or times.

TMonthCalendar

Vcl.ComCtrls.TMonthCalendar

TMonthCalendar is stand-alone calendar in which a user can select a date or range of dates.

TTreeView

Vcl.ComCtrls.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.

TListView

Vcl.ComCtrls.TListView

TListView displays a list of items in various ways.

THeaderControl

Vcl.ComCtrls.THeaderControl

THeaderControl is a container for Vcl.ComCtrls.THeaderSection objects. It provides a set of resizable column headers.

TStatusBar

Vcl.ComCtrls.TStatusBar

TStatusBar represents a status bar, which is a row of panels, usually aligned at the bottom of a form. The status bar displays information about an application as it runs.

TToolBar

Vcl.ComCtrls.TToolBar

TToolBar manages tool buttons and other controls, arranging them in rows and automatically adjusting their sizes and positions.

TCoolBar

Vcl.ComCtrls.TCoolBar

TCoolBar displays a collection of windowed controls within movable, resizable bands.

TPageScroller

Vcl.ComCtrls.TPageScroller

TPageScroller defines a display area for a narrow window, such as a toolbar.

TComboBoxEx

Vcl.ComCtrls.TComboBoxEx

TComboBoxEx represents a combo box that supports extended combo box features such as images on the list entries.

TXPManifest

Vcl.XPMan.TXPManifest

TXPManifest is a component used to enable run-time themes in the application.

TShellResources

Vcl.ShellAnimations.TShellResources

TShellResources is a component used to include shell resources in the application.



See Also