Difference between revisions of "Misc tab"

From Free Pascal wiki
Jump to navigationJump to search
(Add links to Online Docs for components on Misc palette, add missing descriptions)
Line 7: 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
 +
|| [http://lazarus-ccr.sourceforge.net/index.php?wiki=DialogsTxt Link]
 
|-
 
|-
| [[image:tspinedit.png]] || [[TSpinEdit]] ||
+
| [[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]
 
|-
 
|-
| [[image:tfloatspinedit.png]] || [[TFloatSpinEdit]] ||
+
| [[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]
 
|-
 
|-
| [[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
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/arrow/tarrow.html Link]
 
|-
 
|-
| [[image:tcalendar.png]] || [[TCalendar]] ||
+
| [[image:tcalendar.png]] || [[TCalendar]] || displays a month calendar
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/calendar/tcalendar.html Link]
 
|-
 
|-
| [[image:teditbutton.png]] || [[TEditButton]] ||
+
| [[image:teditbutton.png]] || [[TEditButton]] || [[TEdit]] control with integrated button
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/editbtn/teditbutton.html Link]
 
|-
 
|-
| [[image:tfilenameedit.png]] || [[TFileNameEdit]] ||
+
| [[image:tfilenameedit.png]] || [[TFileNameEdit]] || specialized [[TEdit]] control for entering a file name
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/editbtn/tfilenameedit.html Link]
 
|-
 
|-
| [[image:tdirectoryedit.png]] || [[TDirectoryEdit]] ||
+
| [[image:tdirectoryedit.png]] || [[TDirectoryEdit]] || specialized [[TEdit]] control for entering a directory name
 +
|| [http://lazarus-ccr.sourceforge.net/docs/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 seletion
 +
|| [http://lazarus-ccr.sourceforge.net/docs/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
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/editbtn/ttimeedit.html Link]
 
|-
 
|-
| [[image:tcalcedit.png]] || [[TCalcEdit]] ||
+
| [[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]
 
|-
 
|-
| [[image:tfilelistbox.png]] || [[TFileListBox]] ||
+
| [[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]
 
|-
 
|-
| [[image:tfiltercombobox.png]] || [[TFilterComboBox]] ||
+
| [[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]
 
|-
 
|-
| [[image:tcomboboxex.png]] || [[TComboBoxEx]] ||
+
| [[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]
 
|-
 
|-
| [[image:tcheckcombobox.png]] || [[TCheckComboBox]] ||
+
| [[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]
 
|-
 
|-
| [[image:tbuttonpanel.png]] || [[TButtonPanel]] ||
+
| [[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]
 
|-
 
|-
| [[image:tshelltreeview.png]] || [[TShellTreeView]] ||
+
| [[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]
 
|-
 
|-
| [[image:tshelllistview.png]] || [[TShellListView]] ||
+
| [[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]
 
|-
 
|-
| [[image:txmlpropstorage.png]] || [[TXMLPropStorage]] ||
+
| [[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]
 
|-
 
|-
| [[image:tinipropstorage.png]] || [[TINIPropStorage]] ||
+
| [[image:tinipropstorage.png]] || [[TINIPropStorage]] || stores/retrieves selected properties of a form or other controls in/from an ini file
 +
|| [http://lazarus-ccr.sourceforge.net/docs/lcl/xmlpropstorage/tinipropstorage.html Link]
 
|-
 
|-
| [[image:tjsonpropstorage.png]] || [[TJSONPropStorage]] ||
+
| [[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]
 
|-
 
|-
 
| [[image:tidedialoglayoutstorage.png]] || [[TIDEDialogLayoutStorage]] ||
 
| [[image:tidedialoglayoutstorage.png]] || [[TIDEDialogLayoutStorage]] ||
|-
+
||
| [[image:tmrumanager.png]] || [[TMRUManager]] ||
 
|-
 
| [[image:tstrholder.png]] || [[TStrHolder]] ||
 
 
|}
 
|}
  
 
{{NavComponentPalette}}
 
{{NavComponentPalette}}
 
<br/>
 
<br/>

Revision as of 21:48, 9 September 2018

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 seletion 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