Difference between revisions of "Common Controls tab"

From Lazarus wiki
Jump to navigationJump to search
Line 1: Line 1:
The [[Common Controls tab]] of the [[Component Palette]] contains controls compatible to the old-fashioned windows controls.
+
{{Common Controls tab}}
 +
 
 +
See also [[Lazarus Tutorial#The Component Palette | Lazarus Tutorial - The Component Palette]]
 +
 
 +
Component Palette Common Controls tab
  
[[Image:Component_Palette_Common_Controls.png]]
 
  
 
==[[doc:/lcl/comctrls/ttrackbar.html| TTrackBar ]]==
 
==[[doc:/lcl/comctrls/ttrackbar.html| TTrackBar ]]==
Line 73: Line 76:
 
Read more about this component in the [[TPopupNotifier|TPopupNotifier wiki page]].
 
Read more about this component in the [[TPopupNotifier|TPopupNotifier wiki page]].
  
 +
{{ComponentPaletteTabs}}
 
== See also ==
 
== See also ==
 +
 
* [[Standard tab]]
 
* [[Standard tab]]
 
* [[Additional tab]]
 
* [[Additional tab]]
* [[Common Controls tab]]
 
 
* [[Dialogs tab]]
 
* [[Dialogs tab]]
* [[Data Controls tab]]
 
* [[Data Access tab]]
 
* [[System tab]]
 
* [[Misc tab]]
 
* [[LazControls tab]]
 
  
 
[[Category:Lazarus]]
 
[[Category:Lazarus]]

Revision as of 17:32, 16 July 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.

Template:ComponentPaletteTabs

See also