Skip to content

Relevant Documents and Sites

More Snippets!

  • Gitlab lazarus/examples. There are more snippets (gems) in the example folder of Lazarus installation. You can access them online too.
  • Github gcarreno/TestThreading. Example of how to use the Class TThread and all of the threading tools available with Free Pascal.

Articles and eBooks - suitable for beginners

Articles for experienced

The Official Free Pascal Resources

The latest documents are available from Free Pascal site and GitLab FPC Documentation repo.

These were prepared and written by experienced folks. Hence, it might be a bit too technicals for some readers. Do make efforts and you will find gems in them.

The Official Lazarus IDE Resources

Documentation is converted to html from xml files - xml files are created using FPDoc Editor: https://wiki.freepascal.org/FPDoc_Editor. All xml files with documentation can be found here: https://gitlab.com/freepascal.org/lazarus/lazarus/-/tree/main/docs/xml

If you want to modify the conversion to html start with: https://gitlab.com/freepascal.org/lazarus/lazarus/-/tree/main/docs/html

Quoted from paweld 🇵🇱 — 19/11/2023 21:53