Difference between revisions of "Common Controls tab"

From Lazarus wiki
Jump to navigationJump to search
(category)
Line 1: Line 1:
==TPopUpNotifier==
+
{{Common Controls tab}}
 +
 
 +
See also [[Lazarus Tutorial#The Component Palette | Lazarus Tutorial - The Component Palette]]
 +
 
 +
Component Palette Common Controls tab
 +
 
 +
 
 +
==[[doc:/lcl/comctrls/ttrackbar.html| TTrackBar ]]==
 +
 
 +
A TTrackBar contains a slider and sometimes tick marks.
 +
The TTrackBar is a scrollable control similar to the [[TScrollBar]].
 +
 
 +
==[[doc:/lcl/comctrls/tprogressbar.html| TProgressBar ]]==
 +
 
 +
A TProgressBar can be used to show the user the time when a long-term operation proceeds.
 +
 
 +
==[[doc:/lcl/comctrls/ttreeview.html| 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]]
 +
 
 +
==[[doc:/lcl/comctrls/tlistview.html| TListView ]]==
 +
 
 +
==[[doc:/lcl/comctrls/tstatusbar.html| TStatusBar ]]==
 +
 
 +
==[[doc:/lcl/comctrls/ttoolbar.html| TToolBar ]]==
 +
 
 +
Usage: [[TToolBar]]
 +
 
 +
==[[doc:/lcl/comctrls/tupdown.html| TUpDown ]]==
 +
 
 +
==[[doc:/lcl/comctrls/tpagecontrol.html| TPageControl ]]==
 +
 
 +
==[[doc:/lcl/comctrls/ttabcontrol.html| TTabControl ]]==
 +
 
 +
==[[doc:/lcl/comctrls/theadercontrol.html| THeaderControl ]]==
 +
 
 +
==[[doc:/lcl/comctrls/timagelist.html| TImageList ]]==
 +
 
 +
 
 +
Usage: [[TImageList]]
 +
 
 +
 
 +
==[[doc:/lcl/comctrls/ tpopupnotifier.html|  TPopUpNotifier ]]==
  
 
Read more about this component in the [[TPopupNotifier|TPopupNotifier wiki page]].
 
Read more about this component in the [[TPopupNotifier|TPopupNotifier wiki page]].
 +
 +
 +
== See also ==
 +
 +
* [[Standard tab]]
 +
* [[Additional tab]]
 +
* [[Dialogs tab]]
  
 
[[Category:Lazarus]]
 
[[Category:Lazarus]]

Revision as of 10:34, 25 May 2016

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