Free Pascal Runtime Library

From HandWiki
Revision as of 08:23, 15 June 2021 by imported>Steve Marsio (add)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Interaction of class libraries and widgetsets in Lazarus and Free Pascal

The Free Pascal Runtime Library, abbreviated RTL, is Free Pascal's runtime library.

The RTL consists of a collection of units that provide components and 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 LGPL with a static linking exception.

Further reading

  • Michaël van Canneyt; Florian Klämpfl (2012), Free Pascal (Free Pascal 2 ed.), Computer & Literatur Verlag GmbH, 393654672X, ISBN 978-3936546729 
  • Roderick Person (2013), Getting Started with Lazarus IDE, Packt Publishing, 1782163409, ISBN 978-1782163404 

External links