Free Pascal Runtime Library: Difference between revisions

Content deleted Content added
Link added.
Bender the Bot (talk | contribs)
m External links: HTTP to HTTPS for SourceForge
 
(15 intermediate revisions by 11 users not shown)
Line 2:
The '''Free Pascal Runtime Library''', abbreviated ''RTL'', is [[Free Pascal]]'s [[runtime library]].
 
The LCLRTL 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.
 
== WeblinksFurther reading ==
* {{Citation
|publisher = Computer & Literatur Verlag GmbH
|isbn = 978-3936546729
|ol = 25421359M
|title = Free Pascal
|edition = Free Pascal 2
|date = 2012
|author1 = Michaël van Canneyt
|author2 = Florian Klämpfl
|id = 393654672X
}}
* {{Citation
|publisher = Packt Publishing
|isbn = 978-1782163404
|ol = 25426631M
|title = Getting Started with Lazarus IDE
|author = Roderick Person
|date = 2013
|id = 1782163409
}}
 
== 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]]