
How to use examples from GitHub in Delphi
More and more source examples can be found in public source repositories. GitHub has become quite popular as it allows for easy publication and hosting of open-source Git repositories. Still, the Delphi community primarily works with downloadable archives to exchange source code. I think the main reason for this is that Delphi developers have no idea how easy it has to become to work with Git repositories and GitHub never even leaving the Delphi IDE.
For this reason, TMS software decided to host a huge amount of their demo sources on GitHub. Further, I will also publish the source code from my tutorial videos on my GitHub page.
The following video shows how you can access any GitHub source repository using the RAD Studio IDE. Of course, you can access any other Git source repository local or hosted this way as well.