Difference between revisions of "Lazarus Components Directory"

From Lazarus wiki
Jump to navigationJump to search
(CHM Help details)
 
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
The "components" directory of the Lazarus source tree comes with a number of very useful components, and they are described bellow. Note that there are also other components which can be downloaded separetely from the [[Components_and_Code_examples#Lazarus-CCR_Released_Components|Lazarus Code and Component Repository]].
+
{{Lazarus Components Directory}}
 +
 
 +
The "components" directory of the Lazarus source tree comes with a number of very useful components, and they are described below. Note that there are also other components which can be downloaded separately from the [[Components_and_Code_examples#Lazarus-CCR_Released_Components|Lazarus Code and Component Repository]].
  
 
==List of Components==
 
==List of Components==
Line 5: Line 7:
 
*aggpas
 
*aggpas
 
*cgi
 
*cgi
*chmhelp - Provides context-sensitive help for the IDE using CHM files. See [[chmhelp]]
+
*[[chmhelp|chmhelp]] - Provides context-sensitive help for the IDE using CHM files.
 
*codetools
 
*codetools
 
*compilers
 
*compilers
Line 13: Line 15:
 
*[[Daemons and Services|daemon]] - Creating background applications
 
*[[Daemons and Services|daemon]] - Creating background applications
 
*datadict
 
*datadict
*dbexport
+
* [[DateTimeCtrls Package|datetimectrls]] - This package contains [[DateTimeCtrls Package#TDateTimePicker|TDateTimePicker]] control and [[DateTimeCtrls Package#TDBDateTimePicker|TDBDateTimePicker]] (a data aware version of TDateTimePicker).
 +
*dbexport - Components that allow exporting datasets to RTF, simple XML, TeX, DBF, JSON, SQL statements, fixed format text files, CSV files, and more formats:
 +
** includes/see [[fpXMLXSDExport]]: other XML formats (Delphi clientdataset format, Excel, MS Access, and ADO.Net)
 +
** includes/see [[fpdbfexport]]: export to DBF/(Visual) FoxPro formats
 
*editortoolbar
 
*editortoolbar
 
*[[Lazarus for education|education]] - How to setup the IDE for courses and beginners
 
*[[Lazarus for education|education]] - How to setup the IDE for courses and beginners
 
*externhelp
 
*externhelp
 
*filebrowser
 
*filebrowser
*fpcunit
+
*fpcunit - unit testing support. See also [[fpcunit]]
 
*[[fcl-web|fpweb]] - Creating web applications with the fpWeb framework, which allows to use a same source to deploy a web application as CGI, FastCGI or as an Apache Module
 
*[[fcl-web|fpweb]] - Creating web applications with the fpWeb framework, which allows to use a same source to deploy a web application as CGI, FastCGI or as an Apache Module
 +
*[[Fractions|fractions]]: A unit for doing arithmatics with fractions
 
*h2pas
 
*h2pas
 
*images
 
*images
 +
*industrial - Components that emulate industrial controls/plant controls like LEDs, arrows etc. Present since at least Lazarus 1.2.0
 
*jcf2
 
*jcf2
*[[lazcontrols]]
+
*[[LazControls|lazcontrols]]
 
*lazreport
 
*lazreport
 
*lazsvnpkg
 
*lazsvnpkg
 
*lazthread
 
*lazthread
*leakview
+
*[[leakview]]
 
*macfiles
 
*macfiles
*memds
+
*memds - A simple in-memory dataset; see also [[How to write in-memory database applications in Lazarus/FPC]]
 
*messagecomposer
 
*messagecomposer
 
*mouseandkeyinput
 
*mouseandkeyinput
 
*mpaslex
 
*mpaslex
 
*[[OpenGL|opengl]] - A windowed-control which provides an OpenGL surface
 
*[[OpenGL|opengl]] - A windowed-control which provides an OpenGL surface
*paradox
+
*paradox - Database support for Paradox files.
 
*plotfunction
 
*plotfunction
 
*prettyformat
 
*prettyformat
Line 42: Line 49:
 
*rtticontrols
 
*rtticontrols
 
*rx
 
*rx
*sdf
+
*sdf - CSV (delimited text) dataset support
 
*simpleideintf
 
*simpleideintf
*sqldb
+
*sqldb - SQL database support
 
*sqlite
 
*sqlite
 
*[[SynEdit|synedit]] - SynEdit is an advanced multi-line edit control, which is integrated into the Lazarus.
 
*[[SynEdit|synedit]] - SynEdit is an advanced multi-line edit control, which is integrated into the Lazarus.
 
*synunihighlighter
 
*synunihighlighter
*tachart
+
*[[TAChart|tachart]] - charting component
*tdbf
+
*tdbf - Database support for DBase/Foxpro/Visual Foxpro .dbf files. See also [[Lazarus_Tdbf_Tutorial]]
 
*todolist
 
*todolist
 
*turbopower_ipro
 
*turbopower_ipro
Line 56: Line 63:
  
 
*[[Lazarus_Tutorial#The_Component_Palette|LCL Components]] - A description of the main LCL controls which come installed with Lazarus, such as TMainMenu, TButton, TComboBox, TTimer, etc.
 
*[[Lazarus_Tutorial#The_Component_Palette|LCL Components]] - A description of the main LCL controls which come installed with Lazarus, such as TMainMenu, TButton, TComboBox, TTimer, etc.
 +
*[[Components_and_Code_examples#Lazarus-CCR_Released_Components|More components are available at the Lazarus Code and Component Repository]]
  
  
 
[[Category:Lazarus]]
 
[[Category:Lazarus]]
 
[[Category:Components]]
 
[[Category:Components]]

Latest revision as of 09:33, 7 March 2016

Deutsch (de) English (en)

The "components" directory of the Lazarus source tree comes with a number of very useful components, and they are described below. Note that there are also other components which can be downloaded separately from the Lazarus Code and Component Repository.

List of Components

  • aggpas
  • cgi
  • chmhelp - Provides context-sensitive help for the IDE using CHM files.
  • codetools
  • compilers
  • custom
  • customdrawn - An under construction package containing all kinds of custom drawn components for Lazarus.
  • customform
  • daemon - Creating background applications
  • datadict
  • datetimectrls - This package contains TDateTimePicker control and TDBDateTimePicker (a data aware version of TDateTimePicker).
  • dbexport - Components that allow exporting datasets to RTF, simple XML, TeX, DBF, JSON, SQL statements, fixed format text files, CSV files, and more formats:
    • includes/see fpXMLXSDExport: other XML formats (Delphi clientdataset format, Excel, MS Access, and ADO.Net)
    • includes/see fpdbfexport: export to DBF/(Visual) FoxPro formats
  • editortoolbar
  • education - How to setup the IDE for courses and beginners
  • externhelp
  • filebrowser
  • fpcunit - unit testing support. See also fpcunit
  • fpweb - Creating web applications with the fpWeb framework, which allows to use a same source to deploy a web application as CGI, FastCGI or as an Apache Module
  • fractions: A unit for doing arithmatics with fractions
  • h2pas
  • images
  • industrial - Components that emulate industrial controls/plant controls like LEDs, arrows etc. Present since at least Lazarus 1.2.0
  • jcf2
  • lazcontrols
  • lazreport
  • lazsvnpkg
  • lazthread
  • leakview
  • macfiles
  • memds - A simple in-memory dataset; see also How to write in-memory database applications in Lazarus/FPC
  • messagecomposer
  • mouseandkeyinput
  • mpaslex
  • opengl - A windowed-control which provides an OpenGL surface
  • paradox - Database support for Paradox files.
  • plotfunction
  • prettyformat
  • prettymessages
  • printers
  • projecttemplates
  • rtticontrols
  • rx
  • sdf - CSV (delimited text) dataset support
  • simpleideintf
  • sqldb - SQL database support
  • sqlite
  • synedit - SynEdit is an advanced multi-line edit control, which is integrated into the Lazarus.
  • synunihighlighter
  • tachart - charting component
  • tdbf - Database support for DBase/Foxpro/Visual Foxpro .dbf files. See also Lazarus_Tdbf_Tutorial
  • todolist
  • turbopower_ipro

See Also