Common Controls tab

From Free Pascal wiki
Revision as of 10:34, 25 May 2016 by Djzepi (talk | contribs)
Jump to navigationJump to search

English (en) español (es) suomi (fi) français (fr) polski (pl) русский (ru)

See also Lazarus Tutorial - The Component Palette

Component Palette Common Controls tab


TTrackBar

A TTrackBar contains a slider and sometimes tick marks. The TTrackBar is a scrollable control similar to the TScrollBar.

TProgressBar

A TProgressBar can be used to show the user the time when a long-term operation proceeds.

TTreeView

A TTreeView is a graphical control element that presents a hierarchical view of information. Each item can have a number of subitems.

An item can be expanded to reveal subitems, if any exist, and collapsed to hide subitems.

Usage: TTreeView

TListView

TStatusBar

TToolBar

Usage: TToolBar

TUpDown

TPageControl

TTabControl

THeaderControl

TImageList

Usage: TImageList


TPopUpNotifier

Read more about this component in the TPopupNotifier wiki page.


See also