Difference between revisions of "Lazarus IDE"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(→‎Reference: components)
(→‎Reference: other libraries)
Line 16: Line 16:
 
* {{wikipedia|Lazarus (IDE)}}
 
* {{wikipedia|Lazarus (IDE)}}
 
* [http://wiki.lazarus.freepascal.org/Lazarus_Documentation Lazarus Documentation]
 
* [http://wiki.lazarus.freepascal.org/Lazarus_Documentation Lazarus Documentation]
** [http://lazarus-ccr.sourceforge.net/docs/lcl/ Reference for package 'lcl'] (components)
+
** '''default library packages''':
 +
*** '''FCL''': Free Component Library
 +
**** [http://lazarus-ccr.sourceforge.net/docs/fcl/index.html Reference for package 'fcl']
 +
**** [http://lazarus-ccr.sourceforge.net/docs/fcl/index-8.html Index of all identifiers in package 'fcl']
 +
*** '''LCL''': Lazarus Component Library
 +
**** [http://lazarus-ccr.sourceforge.net/docs/lcl/ Reference for package 'lcl'] (hierarchical)
 +
**** [http://lazarus-ccr.sourceforge.net/docs/lcl/index-8.html Index of all identifiers in package 'lcl'] (alphabetic)
 +
*** '''RTL''': Free Pascal Run-Time Library
 +
**** [http://lazarus-ccr.sourceforge.net/docs/rtl/index.html Reference for package 'rtl']
 +
**** [http://lazarus-ccr.sourceforge.net/docs/rtl/index-8.html Index of all identifiers in package 'rtl']
  
 
===Tutorials===
 
===Tutorials===
 
* [http://sheepdogguides.com/lut/ Lazarus Programming Tutorials] (at Sheep Dog Guides)
 
* [http://sheepdogguides.com/lut/ Lazarus Programming Tutorials] (at Sheep Dog Guides)
 
* [http://schoolfreeware.com/Free_Pascal_Tutorials.html Free Pascal Tutorials - Lazarus Program Example Code] (at SchoolFreeware)
 
* [http://schoolfreeware.com/Free_Pascal_Tutorials.html Free Pascal Tutorials - Lazarus Program Example Code] (at SchoolFreeware)

Revision as of 17:48, 5 August 2016

About

Lazarus IDE is a free/open source Integrated Development Environment for Free Pascal.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

For information about the language, see Free Pascal

Errors

Links

Reference

Tutorials