[multilanguage_switcher] Let’s call Typhon. Our IDE pops up. If we were working on another project, it will open it as default. Otherwise we should create orĀ open one. In this case we create one. At the menu select File | New… A form pops up listing all possible kinds of projects. By selecting one of these, the project is filled up with template code by the development environment. Select Project | Application and Ok. This creates an Application Project, with some already done code. To continue working on it we must…
Read MoreCategory: visual
Installing CodeTyphon Free Pascal IDE Environment on Debian
[multilanguage_switcher]
CodeTyphon is an Object Oriented Free Pascal Visual Programming Studio, for Cross-Platform Native Development, with Multi-OS, Multi-CPU, Multi-Platform and Cross-Build abilities.
For those with experience with Delphi Prog…
How to drag a captionless form in free pascal-lazarus-typhon
[multilanguage_switcher]
We are going to create a demonstration on how to make a captionless form that can be dragged by pulling from any place from its form. SomeĀ ideas were borrowed from this site Read More