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 the Free Pascal documentation site and the GitLab FPC Documentation repository.

These guides were written by experienced contributors and can feel technical at first, but they contain valuable detail.

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