Difference between revisions of "Common Controls tab"

From Free Pascal wiki
Jump to navigationJump to search
(category)
m
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==TPopUpNotifier==
+
{{Common Controls tab}}
  
Read more about this component in the [[TPopupNotifier|TPopupNotifier wiki page]].
+
The '''Common Controls tab''' of the [[Component Palette]] contains visible components like progress bars and viewers.
  
[[Category:Lazarus]]
+
[[File:Component_Palette_Common_Controls.png|size="100%"]]
 +
 
 +
{| class = "wikitable sortable"
 +
|-
 +
! Icon !! Component !! Description !! Online Docs
 +
|-
 +
| [[image:ttrackbar.png]]  || [[TTrackBar]] || a slider with optional tick marks
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/comctrls/ttrackbar.html Link]
 +
|-
 +
| [[image:tprogressbar.png]]  ||  [[TProgressBar]] || used to show the user the time when a long-term operation proceeds.
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/comctrls/tprogressbar.html Link]
 +
|-
 +
| [[image:ttreeview.png]]  || [[TTreeView]] || a hierarchical view of information
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/comctrls/ttreeview.html Link]
 +
|-
 +
| [[image:tlistview.png]]  || [[TListView]] || a useful view of items with icons.
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/comctrls/tlistview.html Link]
 +
|-
 +
| [[image:tstatusbar.png]]  || [[TStatusBar]] || a bar (at bottom of the form) that shows the program's status information
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/comctrls/tstatusbar.html Link]
 +
|-
 +
| [[image:ttoolbar.png]]  || [[TToolBar]] ||  a container that manages tool buttons with images from a [[TImageList]]
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/comctrls/ttoolbar.html Link]
 +
|-
 +
| [[image:tcoolbar.png]]  || [[TCoolBar]] ||  a container that manages tool buttons with images from a TImageList (or actions from a TActionList), arranging them in rows and automatically adjusting their sizes and positions.
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/comctrls/tcoolbar.html Link]
 +
|-
 +
| [[image:tupdown.png]]  || [[TUpDown]] || two buttons that can be used to increase/decrease some other value
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/comctrls/tupdown.html Link]
 +
|-
 +
| [[image:tpagecontrol.png]]  || [[TPageControl]] || a container to hold pages, much like a real-world notebook
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/comctrls/tpagecontrol.html Link]
 +
|-
 +
| [[image:ttabcontrol.png]]  || [[TTabControl]] ||  a container to hold named tabs
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/comctrls/ttabcontrol.html Link]
 +
|-
 +
| [[image:theadercontrol.png]]  || [[THeaderControl]] || a list of headers with associated text and image
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/comctrls/theadercontrol.html Link]
 +
|-
 +
| [[image:timagelist.png]]  || [[TImageList]] || a collection of images that may be connected to other components
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/controls/timagelist.html Link]
 +
|-
 +
| [[image:tpopupnotifier.png]]  || [[TPopupNotifier]] || a platform independent 'balloon help' component
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/popupnotifier/index.html Link]
 +
|-
 +
| [[image:tdatetimepicker.png]]  || [[TDateTimePicker]] ||  a control that assists in picking a correct date and/or time ||
 +
|}
 +
 
 +
{{NavComponentPalette}}

Latest revision as of 19:07, 9 September 2018

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

The Common Controls tab of the Component Palette contains visible components like progress bars and viewers.

size="100%"

Icon Component Description Online Docs
ttrackbar.png TTrackBar a slider with optional tick marks Link
tprogressbar.png TProgressBar used to show the user the time when a long-term operation proceeds. Link
ttreeview.png TTreeView a hierarchical view of information Link
tlistview.png TListView a useful view of items with icons. Link
tstatusbar.png TStatusBar a bar (at bottom of the form) that shows the program's status information Link
ttoolbar.png TToolBar a container that manages tool buttons with images from a TImageList Link
tcoolbar.png TCoolBar a container that manages tool buttons with images from a TImageList (or actions from a TActionList), arranging them in rows and automatically adjusting their sizes and positions. Link
tupdown.png TUpDown two buttons that can be used to increase/decrease some other value Link
tpagecontrol.png TPageControl a container to hold pages, much like a real-world notebook Link
ttabcontrol.png TTabControl a container to hold named tabs Link
theadercontrol.png THeaderControl a list of headers with associated text and image Link
timagelist.png TImageList a collection of images that may be connected to other components Link
tpopupnotifier.png TPopupNotifier a platform independent 'balloon help' component Link
tdatetimepicker.png TDateTimePicker a control that assists in picking a correct date and/or time
Component Palette
Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro