- Getting Started with the Lazarus IDE
- Roderick Person
- 116字
- 2021-07-29 16:57:07
Preface
Lazarus is an open-source integrated development environment for the Free Pascal compiler. Lazarus provides a code editor with syntax-highlighting, a visual form designer, and the Lazarus Component Library (LCL). Lazarus is very similar to Delphi, making it ideal for Delphi programmers to utilize. Because the LCL is highly compatible with Delphi's VCL, existing Delphi projects can be easily converted to Lazarus projects.
Lazarus is cross-platform and runs on many platforms, including Linux, BSD, and Mac OS X. Lazarus applications can be created on one platform and compiled on other supporting platforms, making it suitable for many programming tasks. Besides graphical user interface and console applications, Lazarus can also support web-based applications, Android, and iOS applications.
- C語言程序設計實踐教程
- Securing WebLogic Server 12c
- 用Flutter極速構建原生應用
- Learning Network Forensics
- Learning Apache Cassandra
- Mobile Device Exploitation Cookbook
- Beginning C++ Game Programming
- Ext JS 4 Plugin and Extension Development
- C語言王者歸來
- JSP大學實用教程
- ArcGIS Blueprints
- 快速搞定Spring Boot+Vue全棧開發
- HTML 5+CSS 3+jQuery Mobile移動網站與APP開發實戰
- 趣學Python游戲編程
- 零基礎輕松學Java