Difference between revisions of "Common Controls tab"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 
The '''Common Controls tab''' of the [[Component Palette]] contains visible components like progress bars and viewers.   
 
The '''Common Controls tab''' of the [[Component Palette]] contains visible components like progress bars and viewers.   
 +
 +
[[File:Component_Palette_Common_Controls.png]]
 +
 
* [[image:ttrackbar.png]] [[TTrackBar]]
 
* [[image:ttrackbar.png]] [[TTrackBar]]
 
* [[image:tprogressbar.png]] [[TProgressBar]]
 
* [[image:tprogressbar.png]] [[TProgressBar]]

Revision as of 23:50, 21 July 2016

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

Component Palette Common Controls.png


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.

Component Palette
Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro