Difference between revisions of "Common Controls tab"

From Free Pascal wiki
Jump to navigationJump to search
Line 7: Line 7:
  
 
==[[doc:/lcl/comctrls/ttrackbar.html| TTrackBar ]]==
 
==[[doc:/lcl/comctrls/ttrackbar.html| TTrackBar ]]==
 +
 +
[[Image:ttrackbar.png]]
  
 
A TTrackBar contains a slider and sometimes tick marks.
 
A TTrackBar contains a slider and sometimes tick marks.
Line 12: Line 14:
  
 
==[[doc:/lcl/comctrls/tprogressbar.html| TProgressBar ]]==
 
==[[doc:/lcl/comctrls/tprogressbar.html| TProgressBar ]]==
 +
 +
[[Image:tprogressbar.png]]
  
 
A TProgressBar can be used to show the user the time when a long-term operation proceeds.
 
A TProgressBar can be used to show the user the time when a long-term operation proceeds.
  
 
==[[doc:/lcl/comctrls/ttreeview.html| TTreeView ]]==
 
==[[doc:/lcl/comctrls/ttreeview.html| TTreeView ]]==
 +
 +
[[Image:ttreeview.png]]
  
 
A TTreeView is a graphical control element that presents a hierarchical view of information. Each item can have a number of subitems.
 
A TTreeView is a graphical control element that presents a hierarchical view of information. Each item can have a number of subitems.
Line 24: Line 30:
  
 
==[[doc:/lcl/comctrls/tlistview.html| TListView ]]==
 
==[[doc:/lcl/comctrls/tlistview.html| TListView ]]==
 +
 +
[[Image:tlistview.png]]
 +
 +
A TListView provides a useful view of items with icons.
  
 
==[[doc:/lcl/comctrls/tstatusbar.html| TStatusBar ]]==
 
==[[doc:/lcl/comctrls/tstatusbar.html| TStatusBar ]]==
 +
 +
[[Image:tstatusbar.png]]
 +
 +
A TStatusBar displays information about the current situation.
  
 
==[[doc:/lcl/comctrls/ttoolbar.html| TToolBar ]]==
 
==[[doc:/lcl/comctrls/ttoolbar.html| TToolBar ]]==
 +
 +
[[Image:ttoolbar.png]]
  
 
Usage: [[TToolBar]]
 
Usage: [[TToolBar]]
  
 
==[[doc:/lcl/comctrls/tupdown.html| TUpDown ]]==
 
==[[doc:/lcl/comctrls/tupdown.html| TUpDown ]]==
 +
 +
[[Image:tupdown.png]]
  
 
==[[doc:/lcl/comctrls/tpagecontrol.html| TPageControl ]]==
 
==[[doc:/lcl/comctrls/tpagecontrol.html| TPageControl ]]==
 +
 +
[[Image:tpagecontrol.png]]
  
 
==[[doc:/lcl/comctrls/ttabcontrol.html| TTabControl ]]==
 
==[[doc:/lcl/comctrls/ttabcontrol.html| TTabControl ]]==
 +
 +
[[Image:ttabcontrol.png]]
  
 
==[[doc:/lcl/comctrls/theadercontrol.html| THeaderControl ]]==
 
==[[doc:/lcl/comctrls/theadercontrol.html| THeaderControl ]]==
 +
 +
[[Image:theadercontrol.png]]
  
 
==[[doc:/lcl/comctrls/timagelist.html| TImageList ]]==
 
==[[doc:/lcl/comctrls/timagelist.html| TImageList ]]==
  
 +
[[Image:timagelist.png]]
  
 
Usage: [[TImageList]]
 
Usage: [[TImageList]]
Line 46: Line 71:
  
 
==[[doc:/lcl/comctrls/ tpopupnotifier.html|  TPopUpNotifier ]]==
 
==[[doc:/lcl/comctrls/ tpopupnotifier.html|  TPopUpNotifier ]]==
 +
 +
[[Image:tpopupnotifier.png]]
  
 
Read more about this component in the [[TPopupNotifier|TPopupNotifier wiki page]].
 
Read more about this component in the [[TPopupNotifier|TPopupNotifier wiki page]].

Revision as of 07:50, 26 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

ttrackbar.png

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

TProgressBar

tprogressbar.png

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

TTreeView

ttreeview.png

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

tlistview.png

A TListView provides a useful view of items with icons.

TStatusBar

tstatusbar.png

A TStatusBar displays information about the current situation.

TToolBar

ttoolbar.png

Usage: TToolBar

TUpDown

tupdown.png

TPageControl

tpagecontrol.png

TTabControl

ttabcontrol.png

THeaderControl

theadercontrol.png

TImageList

timagelist.png

Usage: TImageList


TPopUpNotifier

tpopupnotifier.png

Read more about this component in the TPopupNotifier wiki page.


See also