Skip to content
Daniel Kamil Kozar edited this page May 22, 2023 · 2 revisions

Welcome to the transgui wiki!

This will probably be more of a developer-oriented notebook than actual documentation.

You're probably not a Pascal developer and I'm not one either, but I found this to be a very useful resource if you know a programming language already and just need help with Pascal's syntax.

The codebase is not the easiest to get into, and the fact that main.pas is 8K lines should at least say something. However, this is the style that Lazarus/Delphi seems to promote, as assigning an event handler to any form element automagically puts the function definition in the associated .pas file.

Clone this wiki locally