Difference between revisions of "Misc tab"

From Lazarus wiki
Jump to navigationJump to search
(Add links to Online Docs for components on Misc palette, add missing descriptions)
 
Line 10: Line 10:
 
|-
 
|-
 
| [[image:tcolorbutton.png]] || [[TColorButton]] || Button for selecting a color  
 
| [[image:tcolorbutton.png]] || [[TColorButton]] || Button for selecting a color  
|| [http://lazarus-ccr.sourceforge.net/index.php?wiki=DialogsTxt Link]
+
|| [[doc:lcl/dialogs/tcolorbutton.html| Link]]
 
|-
 
|-
 
| [[image:tspinedit.png]] || [[TSpinEdit]] || [[TEdit]] control with arrow buttons for simple incrementing/decrementing an integer number
 
| [[image:tspinedit.png]] || [[TSpinEdit]] || [[TEdit]] control with arrow buttons for simple incrementing/decrementing an integer number
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/spin/tspinedit.html Link]
+
|| [[doc:lcl/spin/tspinedit.html| Link]]
 
|-
 
|-
 
| [[image:tfloatspinedit.png]] || [[TFloatSpinEdit]] || [[TEdit]] control with arrow buttons for simple incrementing/decrementing a floating point number
 
| [[image:tfloatspinedit.png]] || [[TFloatSpinEdit]] || [[TEdit]] control with arrow buttons for simple incrementing/decrementing a floating point number
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/spin/tfloatspinedit.html Link]
+
|| [[doc:lcl/spin/tfloatspinedit.html| Link]]
 
|-
 
|-
 
| [[image:tarrow.png]] || [[TArrow]] || component with a graphic image of an arrow head pointing to one of the four x/y directions
 
| [[image:tarrow.png]] || [[TArrow]] || component with a graphic image of an arrow head pointing to one of the four x/y directions
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/arrow/tarrow.html Link]
+
|| [[doc:lcl/arrow/tarrow.html| Link]]
 
|-
 
|-
 
| [[image:tcalendar.png]] || [[TCalendar]] || displays a month calendar
 
| [[image:tcalendar.png]] || [[TCalendar]] || displays a month calendar
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/calendar/tcalendar.html Link]
+
|| [[doc:lcl/calendar/tcalendar.html| Link]]
 
|-
 
|-
 
| [[image:teditbutton.png]] || [[TEditButton]] || [[TEdit]] control with integrated button
 
| [[image:teditbutton.png]] || [[TEditButton]] || [[TEdit]] control with integrated button
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/editbtn/teditbutton.html Link]
+
|| [[doc:lcl/editbtn/teditbutton.html| Link]]
 
|-
 
|-
 
| [[image:tfilenameedit.png]] || [[TFileNameEdit]] || specialized [[TEdit]] control for entering a file name
 
| [[image:tfilenameedit.png]] || [[TFileNameEdit]] || specialized [[TEdit]] control for entering a file name
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/editbtn/tfilenameedit.html Link]
+
|| [[doc:lcl/editbtn/tfilenameedit.html| Link]]
 
|-
 
|-
 
| [[image:tdirectoryedit.png]] || [[TDirectoryEdit]] || specialized [[TEdit]] control for entering a directory name
 
| [[image:tdirectoryedit.png]] || [[TDirectoryEdit]] || specialized [[TEdit]] control for entering a directory name
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/editbtn/tdirectoryedit.html Link]
+
|| [[doc:lcl/editbtn/tdirectoryedit.html| Link]]
 
|-
 
|-
| [[image:tdateedit.png]] || [[TDateEdit]] || specialized [[TEdit]] with integrated button which pops up a month calendar for date seletion
+
| [[image:tdateedit.png]] || [[TDateEdit]] || specialized [[TEdit]] with integrated button which pops up a month calendar for date selection
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/editbtn/tdateedit.html Link]
+
|| [[doc:lcl/editbtn/tdateedit.html| Link]]
 
|-
 
|-
 
| [[image:ttimeedit.png]] || [[TTimeEdit]] || specialized [[TEdit]] with integrated button which displays a window for time selection
 
| [[image:ttimeedit.png]] || [[TTimeEdit]] || specialized [[TEdit]] with integrated button which displays a window for time selection
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/editbtn/ttimeedit.html Link]
+
|| [[doc:lcl/editbtn/ttimeedit.html| Link]]
 
|-
 
|-
 
| [[image:tcalcedit.png]] || [[TCalcEdit]] || specialized [[TEdit]] with integrated button which displays a pocket calculator
 
| [[image:tcalcedit.png]] || [[TCalcEdit]] || specialized [[TEdit]] with integrated button which displays a pocket calculator
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/editbtn/tcalcedit.html Link]
+
|| [[doc:lcl/editbtn/tcalcedit.html| Link]]
 
|-
 
|-
 
| [[image:tfilelistbox.png]] || [[TFileListBox]] || specialized [[TListBox]] displaying the names of files in a directory
 
| [[image:tfilelistbox.png]] || [[TFileListBox]] || specialized [[TListBox]] displaying the names of files in a directory
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/filectrl/tfilelistbox.html Link]
+
|| [[doc:lcl/filectrl/tfilelistbox.html| Link]]
 
|-
 
|-
 
| [[image:tfiltercombobox.png]] || [[TFilterComboBox]] || specialized [[TComboBox]] for selection of a filter for the files displayed in a [[TFileListBox]]
 
| [[image:tfiltercombobox.png]] || [[TFilterComboBox]] || specialized [[TComboBox]] for selection of a filter for the files displayed in a [[TFileListBox]]
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/filectrl/tfilelistbox.html Link]
+
|| [[doc:lcl/filectrl/tfilelistbox.html| Link]]
 
|-
 
|-
 
| [[image:tcomboboxex.png]] || [[TComboBoxEx]] || extended [[TComboBox]] supporting display a icons along with the text items
 
| [[image:tcomboboxex.png]] || [[TComboBoxEx]] || extended [[TComboBox]] supporting display a icons along with the text items
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/filectrl/tcomboboxex.html Link]
+
|| [[doc:lcl/filectrl/tcomboboxex.html| Link]]
 
|-
 
|-
 
| [[image:tcheckcombobox.png]] || [[TCheckComboBox]] || extended [[TComboBox]] in which every item can be checked/unchecked by using a [[TCheckBox]]
 
| [[image:tcheckcombobox.png]] || [[TCheckComboBox]] || extended [[TComboBox]] in which every item can be checked/unchecked by using a [[TCheckBox]]
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/filectrl/tcheckcombobox.html Link]
+
|| [[doc:lcl/filectrl/tcheckcombobox.html| Link]]
 
|-
 
|-
 
| [[image:tbuttonpanel.png]] || [[TButtonPanel]] || Panel containing a set of often-used [[TButton]]s, such as "OK", "Cancel" etc.
 
| [[image:tbuttonpanel.png]] || [[TButtonPanel]] || Panel containing a set of often-used [[TButton]]s, such as "OK", "Cancel" etc.
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/buttonpanel/tbuttonpanel.html Link]
+
|| [[doc:lcl/buttonpanel/tbuttonpanel.html| Link]]
 
|-
 
|-
 
| [[image:tshelltreeview.png]] || [[TShellTreeView]] || specialized [[TTreeView]] to display the hierarchical structure of file system directories
 
| [[image:tshelltreeview.png]] || [[TShellTreeView]] || specialized [[TTreeView]] to display the hierarchical structure of file system directories
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/buttonpanel/tshelltreeview.html Link]
+
|| [[doc:lcl/buttonpanel/tshelltreeview.html| Link]]
 
|-
 
|-
 
| [[image:tshelllistview.png]] || [[TShellListView]] || specialized [[TListView]] to display the files and some of their properties found in a directory
 
| [[image:tshelllistview.png]] || [[TShellListView]] || specialized [[TListView]] to display the files and some of their properties found in a directory
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/buttonpanel/tshelllistview.html Link]
+
|| [[doc:lcl/buttonpanel/tshelllistview.html| Link]]
 
|-
 
|-
| [[image:txmlpropstorage.png]] || [[TXMLPropStorage]] || stores/retrieves selected properties of a form or other controls in/from an xml file
+
| [[image:txmlpropstorage.png]] || [[TXMLPropStorage]] || stores/retrieves selected properties of a form or other controls in/from an [[XML]] file
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/xmlpropstorage/txmlpropstorage.html Link]
+
|| [[doc:lcl/xmlpropstorage/txmlpropstorage.html| Link]]
 
|-
 
|-
| [[image:tinipropstorage.png]] || [[TINIPropStorage]] || stores/retrieves selected properties of a form or other controls in/from an ini file
+
| [[image:tinipropstorage.png]] || [[TINIPropStorage]] || stores/retrieves selected properties of a form or other controls in/from an [[Using_INI_Files|ini]] file
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/xmlpropstorage/tinipropstorage.html Link]
+
|| [[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
+
| [[image:tjsonpropstorage.png]] || [[TJSONPropStorage]] || stores/retrieves selected properties of a form or other controls in/from a [[JSON]] file
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/xmlpropstorage/tjsonpropstorage.html Link]
+
|| [[doc:lcl/xmlpropstorage/tjsonpropstorage.html| Link]]
 
|-
 
|-
 
| [[image:tidedialoglayoutstorage.png]] || [[TIDEDialogLayoutStorage]] ||
 
| [[image:tidedialoglayoutstorage.png]] || [[TIDEDialogLayoutStorage]] ||

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