Difference between revisions of "LazControls tab"

From Free Pascal wiki
Jump to navigationJump to search
(Some more descriptions)
(Add descriptions for TSpinEditEx and TFloatSpinEditEx)
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
| [[image:tcheckboxthemed.png]] || [[TCheckBoxThemed]]  || Rewritten checkbox needed by the Object Inspector
 
| [[image:tcheckboxthemed.png]] || [[TCheckBoxThemed]]  || Rewritten checkbox needed by the Object Inspector
 
|-
 
|-
| [[image:tdividerbevel.png]] || [[TDividerBevel]]  ||  
+
| [[image:tdividerbevel.png]] || [[TDividerBevel]]  || Caption with beveled line (used by the IDE configurations dialogs).
 
|-
 
|-
 
| [[image:textendednotebook.png]] || [[TExtendedNotebook]] ||  
 
| [[image:textendednotebook.png]] || [[TExtendedNotebook]] ||  
Line 23: Line 23:
 
| [[image:tshortpathedit.png]] || [[TShortPathEdit]] ||  
 
| [[image:tshortpathedit.png]] || [[TShortPathEdit]] ||  
 
|-
 
|-
| [[image:tspineditex.png]] || [[TSpinEditEx]] ||  
+
| [[image:tspineditex.png]] || [[TSpinEditEx]] || Similar to [[TSpinEdit]] but with consistent behaviour across widgetsets
 
|-
 
|-
| [[image:tfloatspineditex.png]] || [[TFloatSpinEditEx]] ||  
+
| [[image:tfloatspineditex.png]] || [[TFloatSpinEditEx]] || Similar to [[TSpinEditEx]] but with consistent behaviour across widgetsets
 
|-
 
|-
 
| [[image:ttreefilteredit.png]] || [[LazControls#TTreeFilterEdit|TTreeFilterEdit]] || Can filter a [[TTreeView]]
 
| [[image:ttreefilteredit.png]] || [[LazControls#TTreeFilterEdit|TTreeFilterEdit]] || Can filter a [[TTreeView]]

Latest revision as of 19:31, 10 September 2018

English (en) français (fr) русский (ru)

The LazControls tab of the Component Palette lists various (non related) Lazarus-specific components of the Lazarus Component Library

Component Palette LazControls.png

Icon Component Description
tcheckboxthemed.png TCheckBoxThemed Rewritten checkbox needed by the Object Inspector
tdividerbevel.png TDividerBevel Caption with beveled line (used by the IDE configurations dialogs).
textendednotebook.png TExtendedNotebook
tlistfilteredit.png TListFilterEdit Can filter a TListBox
tlistviewfilteredit.png TListViewFilterEdit Can filter a TListView
tlvlgraphcontrol.png TLvlGraphControl Displays a graph of the hierchical relation of objects, e.g. the inheritance of classes.
tshortpathedit.png TShortPathEdit
tspineditex.png TSpinEditEx Similar to TSpinEdit but with consistent behaviour across widgetsets
tfloatspineditex.png TFloatSpinEditEx Similar to TSpinEditEx but with consistent behaviour across widgetsets
ttreefilteredit.png TTreeFilterEdit Can filter a TTreeView
textendedtabcontrol.png TExtendedTabControl

See also

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