Difference between revisions of "Misc tab"

From Lazarus wiki
Jump to navigationJump to search
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Misc_tab}}
 +
 
The '''Misc tab''' of the [[Component Palette]] lists various (non related) components of the [[LCL|Lazarus Component Library]]
 
The '''Misc tab''' of the [[Component Palette]] lists various (non related) components of the [[LCL|Lazarus Component Library]]
  
Line 5: Line 7:
 
{| class="wikitable sortable"
 
{| class="wikitable sortable"
 
|-
 
|-
! Icon || Component || Description  
+
! Icon !! Component !! Description !! Online Docs
 
|-
 
|-
| [[image:tcolorbutton.png]] || [[TColorButton]] ||
+
| [[image:tcolorbutton.png]] || [[TColorButton]] || Button for selecting a color
 +
|| [[doc:lcl/dialogs/tcolorbutton.html| Link]]
 
|-
 
|-
| [[image:tspinedit.png]] || [[TSpinEdit]] ||
+
| [[image:tspinedit.png]] || [[TSpinEdit]] || [[TEdit]] control with arrow buttons for simple incrementing/decrementing an integer number
 +
|| [[doc:lcl/spin/tspinedit.html| Link]]
 
|-
 
|-
| [[image:tfloatspinedit.png]] || [[TFloatSpinEdit]] ||
+
| [[image:tfloatspinedit.png]] || [[TFloatSpinEdit]] || [[TEdit]] control with arrow buttons for simple incrementing/decrementing a floating point number
 +
|| [[doc:lcl/spin/tfloatspinedit.html| Link]]
 
|-
 
|-
| [[image:tarrow.png]] || [[TArrow]] ||
+
| [[image:tarrow.png]] || [[TArrow]] || component with a graphic image of an arrow head pointing to one of the four x/y directions
 +
|| [[doc:lcl/arrow/tarrow.html| Link]]
 
|-
 
|-
| [[image:tcalendar.png]] || [[TCalendar]] ||
+
| [[image:tcalendar.png]] || [[TCalendar]] || displays a month calendar
 +
|| [[doc:lcl/calendar/tcalendar.html| Link]]
 
|-
 
|-
| [[image:teditbutton.png]] || [[TEditButton]] ||
+
| [[image:teditbutton.png]] || [[TEditButton]] || [[TEdit]] control with integrated button
 +
|| [[doc:lcl/editbtn/teditbutton.html| Link]]
 
|-
 
|-
| [[image:tfilenameedit.png]] || [[TFileNameEdit]] ||
+
| [[image:tfilenameedit.png]] || [[TFileNameEdit]] || specialized [[TEdit]] control for entering a file name
 +
|| [[doc:lcl/editbtn/tfilenameedit.html| Link]]
 
|-
 
|-
| [[image:tdirectoryedit.png]] || [[TDirectoryEdit]] ||
+
| [[image:tdirectoryedit.png]] || [[TDirectoryEdit]] || specialized [[TEdit]] control for entering a directory name
 +
|| [[doc:lcl/editbtn/tdirectoryedit.html| Link]]
 
|-
 
|-
| [[image:tdateedit.png]] || [[TDateEdit]] ||
+
| [[image:tdateedit.png]] || [[TDateEdit]] || specialized [[TEdit]] with integrated button which pops up a month calendar for date selection
 +
|| [[doc:lcl/editbtn/tdateedit.html| Link]]
 
|-
 
|-
| [[image:ttimeedit.png]] || [[TTimeEdit]] ||
+
| [[image:ttimeedit.png]] || [[TTimeEdit]] || specialized [[TEdit]] with integrated button which displays a window for time selection
 +
|| [[doc:lcl/editbtn/ttimeedit.html| Link]]
 
|-
 
|-
| [[image:tcalcedit.png]] || [[TCalcEdit]] ||
+
| [[image:tcalcedit.png]] || [[TCalcEdit]] || specialized [[TEdit]] with integrated button which displays a pocket calculator
 +
|| [[doc:lcl/editbtn/tcalcedit.html| Link]]
 
|-
 
|-
| [[image:tfilelistbox.png]] || [[TFileListBox]] ||
+
| [[image:tfilelistbox.png]] || [[TFileListBox]] || specialized [[TListBox]] displaying the names of files in a directory
 +
|| [[doc:lcl/filectrl/tfilelistbox.html| Link]]
 
|-
 
|-
| [[image:tfiltercombobox.png]] || [[TFilterComboBox]] ||
+
| [[image:tfiltercombobox.png]] || [[TFilterComboBox]] || specialized [[TComboBox]] for selection of a filter for the files displayed in a [[TFileListBox]]
 +
|| [[doc:lcl/filectrl/tfilelistbox.html| Link]]
 
|-
 
|-
| [[image:tcomboboxex.png]] || [[TComboBoxEx]] ||
+
| [[image:tcomboboxex.png]] || [[TComboBoxEx]] || extended [[TComboBox]] supporting display a icons along with the text items
 +
|| [[doc:lcl/filectrl/tcomboboxex.html| Link]]
 
|-
 
|-
| [[image:tcheckcombobox.png]] || [[TCheckComboBox]] ||
+
| [[image:tcheckcombobox.png]] || [[TCheckComboBox]] || extended [[TComboBox]] in which every item can be checked/unchecked by using a [[TCheckBox]]
 +
|| [[doc:lcl/filectrl/tcheckcombobox.html| Link]]
 
|-
 
|-
| [[image:tbuttonpanel.png]] || [[TButtonPanel]] ||
+
| [[image:tbuttonpanel.png]] || [[TButtonPanel]] || Panel containing a set of often-used [[TButton]]s, such as "OK", "Cancel" etc.
 +
|| [[doc:lcl/buttonpanel/tbuttonpanel.html| Link]]
 
|-
 
|-
| [[image:tshelltreeview.png]] || [[TShellTreeView]] ||
+
| [[image:tshelltreeview.png]] || [[TShellTreeView]] || specialized [[TTreeView]] to display the hierarchical structure of file system directories
 +
|| [[doc:lcl/buttonpanel/tshelltreeview.html| Link]]
 
|-
 
|-
| [[image:tshelllistview.png]] || [[TShellListView]] ||
+
| [[image:tshelllistview.png]] || [[TShellListView]] || specialized [[TListView]] to display the files and some of their properties found in a directory
 +
|| [[doc:lcl/buttonpanel/tshelllistview.html| Link]]
 
|-
 
|-
| [[image:txmlpropstorage.png]] || [[TXMLPropStorage]] ||
+
| [[image:txmlpropstorage.png]] || [[TXMLPropStorage]] || stores/retrieves selected properties of a form or other controls in/from an [[XML]] file
 +
|| [[doc:lcl/xmlpropstorage/txmlpropstorage.html| Link]]
 
|-
 
|-
| [[image:tinipropstorage.png]] || [[TINIPropStorage]] ||
+
| [[image:tinipropstorage.png]] || [[TINIPropStorage]] || stores/retrieves selected properties of a form or other controls in/from an [[Using_INI_Files|ini]] file
 +
|| [[doc:lcl/xmlpropstorage/tinipropstorage.html| Link]]
 +
|-
 +
| [[image:tjsonpropstorage.png]] || [[TJSONPropStorage]] || stores/retrieves selected properties of a form or other controls in/from a [[JSON]] file
 +
|| [[doc:lcl/xmlpropstorage/tjsonpropstorage.html| Link]]
 
|-
 
|-
 
| [[image:tidedialoglayoutstorage.png]] || [[TIDEDialogLayoutStorage]] ||
 
| [[image:tidedialoglayoutstorage.png]] || [[TIDEDialogLayoutStorage]] ||
|-
+
||
| [[image:tmrumanager.png]] || [[TMRUManager]] ||
 
|-
 
| [[image:tstrholder.png]] || [[TStrHolder]] ||
 
 
|}
 
|}
  
 
{{NavComponentPalette}}
 
{{NavComponentPalette}}
 
+
<br/>
[[Category:Component Palette]]
 

Latest revision as of 17:41, 9 March 2019

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

The Misc tab of the Component Palette lists various (non related) components of the Lazarus Component Library

Component Palette Misc.png

Icon Component Description Online Docs
tcolorbutton.png TColorButton Button for selecting a color Link
tspinedit.png TSpinEdit TEdit control with arrow buttons for simple incrementing/decrementing an integer number Link
tfloatspinedit.png TFloatSpinEdit TEdit control with arrow buttons for simple incrementing/decrementing a floating point number Link
tarrow.png TArrow component with a graphic image of an arrow head pointing to one of the four x/y directions Link
tcalendar.png TCalendar displays a month calendar Link
teditbutton.png TEditButton TEdit control with integrated button Link
tfilenameedit.png TFileNameEdit specialized TEdit control for entering a file name Link
tdirectoryedit.png TDirectoryEdit specialized TEdit control for entering a directory name Link
tdateedit.png TDateEdit specialized TEdit with integrated button which pops up a month calendar for date selection Link
ttimeedit.png TTimeEdit specialized TEdit with integrated button which displays a window for time selection Link
tcalcedit.png TCalcEdit specialized TEdit with integrated button which displays a pocket calculator Link
tfilelistbox.png TFileListBox specialized TListBox displaying the names of files in a directory Link
tfiltercombobox.png TFilterComboBox specialized TComboBox for selection of a filter for the files displayed in a TFileListBox Link
tcomboboxex.png TComboBoxEx extended TComboBox supporting display a icons along with the text items Link
tcheckcombobox.png TCheckComboBox extended TComboBox in which every item can be checked/unchecked by using a TCheckBox Link
tbuttonpanel.png TButtonPanel Panel containing a set of often-used TButtons, such as "OK", "Cancel" etc. Link
tshelltreeview.png TShellTreeView specialized TTreeView to display the hierarchical structure of file system directories Link
tshelllistview.png TShellListView specialized TListView to display the files and some of their properties found in a directory Link
txmlpropstorage.png TXMLPropStorage stores/retrieves selected properties of a form or other controls in/from an XML file Link
tinipropstorage.png TINIPropStorage stores/retrieves selected properties of a form or other controls in/from an ini file Link
tjsonpropstorage.png TJSONPropStorage stores/retrieves selected properties of a form or other controls in/from a JSON file Link
tidedialoglayoutstorage.png TIDEDialogLayoutStorage
Component Palette
Standard - Additional - Common Controls - Dialogs - Data Controls - Data Access - System - Misc - LazControls - RTTI - SQLdb - Pascal Script - SynEdit - Chart - IPro