Free Pascal Runtime Library: Difference between revisions

Content deleted Content added
Yobot (talk | contribs)
m External links: WP:CHECKWIKI error fixes using AWB (9814)
Bender the Bot (talk | contribs)
m External links: HTTP to HTTPS for SourceForge
 
(7 intermediate revisions by 6 users not shown)
Line 2:
The '''Free Pascal Runtime Library''', abbreviated ''RTL'', is [[Free Pascal]]'s [[runtime library]].
 
The RTL consists of a collection of [[Unit (Software Development)|units]] that provide [[Component-based software engineering|components]] and [[Class (computer programming)|classes]] for general programming tasks. It acts as a basis for [[Free Pascal]]'s [[Free Component Library]] (FCL) and the [[Lazarus Component Library]] (LCL). The RTL is licensed under the [[GNU Lesser General Public License|LGPL]] with a static linking exception.
 
== Further reading ==
Line 8:
|publisher = Computer & Literatur Verlag GmbH
|isbn = 978-3936546729
|ol = 25421359M
|title = Free Pascal
|url = http://openlibrary.org/books/OL25421359M/Free_Pascal_2
|edition = Free Pascal 2
|publication-date = 2012
|author1 = Michaël van Canneyt
|author2 = Florian Klämpfl
Line 19:
|publisher = Packt Publishing
|isbn = 978-1782163404
|ol = 25426631M
|title = Getting Started with Lazarus IDE
|url = http://openlibrary.org/books/OL25426631M/Getting_Started_with_Lazarus_IDE
|author = Roderick Person
|publication-date = 2013
|id = 1782163409
}}
Line 28:
== External links ==
* [http://wiki.freepascal.org/RTL RTL documentation in the Free Pascal Wiki]
* [httphttps://lazarus-ccr.sourceforge.net/docs/rtl/ Complete online reference]
 
{{Widget toolkits}}
 
[[Category:Free Pascal]]
[[Category:Pascal (programming language) libraries]]
[[Category:Computer libraries]]
[[Category:Platform-sensitive development]]
[[Category:Software using the GNU Lesser General Public License]]