Difference between revisions of "Lazarus Documentation"

From Free Pascal wiki
Jump to navigationJump to search
m (Reverted edits by NooBox (Talk); changed back to last version by Lainz)
Line 2: Line 2:
  
 
==Lazarus and Pascal Tutorials==
 
==Lazarus and Pascal Tutorials==
 +
 +
*[[More Lazarus/FPC Tutorials]] - These are only the main tutorials. This other page shows more Lazarus/FPC tutorials.
 +
*There are also other tutorials not hosted here in [[Lazarus Documentation#Lazarus related blogs and websites]]
 +
 +
=== Lazarus/FPC ===
 
*[[Overview of Free Pascal and Lazarus]] - A brief discussion of kinds of things you can develop with these general-purpose tools.
 
*[[Overview of Free Pascal and Lazarus]] - A brief discussion of kinds of things you can develop with these general-purpose tools.
 
*[[Lazarus Tutorial]] - A tutorial for beginners and a detailed description of the Lazarus IDE.
 
*[[Lazarus Tutorial]] - A tutorial for beginners and a detailed description of the Lazarus IDE.
 
*[[Lazarus IDE Tools]] - An intermediate level tutorial about code completion and other IDE tools.
 
*[[Lazarus IDE Tools]] - An intermediate level tutorial about code completion and other IDE tools.
*[[File Handling In Pascal]] - Basic explanations on the use of files, for beginners in pascal.
 
*[[Lazarus Database Tutorial]] - An introduction to using Lazarus with databases and links to other database articles.
 
*[[Developing with Graphics]] - Some basic examples on graphic programming.
 
 
*[[Object Oriented Programming with FreePascal and Lazarus|Object Oriented Programming with Free Pascal and Lazarus]] - Programming with Objects and Classes in FPC
 
*[[Object Oriented Programming with FreePascal and Lazarus|Object Oriented Programming with Free Pascal and Lazarus]] - Programming with Objects and Classes in FPC
 +
*[[Lazarus/FPC Libraries]] - How to create dynamic libraries (.so, .dll, .dylib) and how to use them
 +
*[[Creating bindings for C libraries]] - How to convert C header files (.h) to pascal units
 
*[[Console Mode Pascal]] - using the Lazarus IDE for writing Pascal programs for text-mode operation.
 
*[[Console Mode Pascal]] - using the Lazarus IDE for writing Pascal programs for text-mode operation.
 +
*[[Lazarus Inline Assembler]] - a getting started guide.
 +
*[[Lazarus Database Tutorial]] - An introduction to using Lazarus with databases and links to other database articles.
 +
 +
=== Misc ===
 +
*[[Translations / i18n / localizations for programs]] - How to provide localized versions of your programs and packages
 
*[[Executing External Programs]] - A short tutorial showing how to run external programs from inside your program.
 
*[[Executing External Programs]] - A short tutorial showing how to run external programs from inside your program.
 +
*[[Daemons and Services]] - How to write windows services and/or linux daemons.
 +
*[[VirtualTreeview Example for Lazarus]] - Using VirtualTreeview on Lazarus.
 +
 +
=== Hardware ===
 +
*[[Hardware Access]] - How to access hardware devices, such as ISA cards, PCI cards, parallel and serial ports and USB devices.
 +
*[[Multithreaded Application Tutorial]] - How to write multithreaded applications using Free Pascal and Lazarus.
 +
 +
=== Files ===
 +
*[[File Handling In Pascal]] - Basic explanations on the use of files, for beginners in pascal.
 
*[[TXMLPropStorage]] - Using TXMLPropStorage to save user preferences.
 
*[[TXMLPropStorage]] - Using TXMLPropStorage to save user preferences.
*[[Hardware Access]] - How to access hardware devices, such as ISA cards, PCI cards, parallel and serial ports and USB devices.
+
*[[XML Tutorial]] - Writing and reading XML files.
 +
*[[Using INI Files]] - How to work with INI files in pascal.
 +
 
 +
=== Web ===
 +
*[[Webbrowser]] - Webbrowser controls
 
*[[Networking|Web Programming and Networking]] - Tutorials about TCP/IP protocol, WebServices and links to web development articles.
 
*[[Networking|Web Programming and Networking]] - Tutorials about TCP/IP protocol, WebServices and links to web development articles.
*[[XML Tutorial]] - Writing and reading XML files
+
 
*[[Multithreaded Application Tutorial]] - How to write multithreaded applications using Free Pascal and Lazarus
+
=== Multimedia ===
*[[OpenGL Tutorial]] - How to use GLUT in Lazarus
+
*[[Developing with Graphics]] - Examples on 2D & 3D graphic programming.
*[[Creating bindings for C libraries]] - How to convert C header files (.h) to pascal units
+
*[[OpenGL Tutorial]] - How to use GLUT in Lazarus.
*[[Lazarus/FPC Libraries]] - How to create dynamic libraries (.so, .dll, .dylib) and how to use them
+
*[[Multimedia Programming]] - How to play videos and sounds.
*[[Translations / i18n / localizations for programs]] - How to provide localized versions of your programs and packages
+
 
*[[Daemons and Services]] - How to write windows services and/or linux daemons.
+
=== Windows ===
 
*[[Office Automation]] - How to interact with office software and create spreadsheets, text documents, presentations, etc.
 
*[[Office Automation]] - How to interact with office software and create spreadsheets, text documents, presentations, etc.
*[[Lazarus Inline Assembler]] - a getting started guide.
 
*[[VirtualTreeview Example for Lazarus]] - Using VirtualTreeview on Lazarus.
 
*[[Webbrowser]] - Webbrowser controls
 
*[[Multimedia Programming]] - How to play videos and sounds
 
*[[Using INI Files]] - How to work with INI files in pascal.
 
 
*[[High DPI]] -  How to make your application DPI-aware on Windows 7.
 
*[[High DPI]] -  How to make your application DPI-aware on Windows 7.
 
*[[Aero Glass]] -  How to apply Aero Glass effect in a Lazarus Form on Windows 7.
 
*[[Aero Glass]] -  How to apply Aero Glass effect in a Lazarus Form on Windows 7.
*[[More Lazarus/FPC Tutorials]] - These are only the main tutorials. This other page shows more Lazarus/FPC tutorials.
 
*There are also other tutorials not hosted here in [[Lazarus Documentation#Lazarus related blogs and websites]]
 
  
 
==The Lazarus User Guides==
 
==The Lazarus User Guides==

Revision as of 03:32, 14 March 2011

العربية (ar) Deutsch (de) English (en) español (es) suomi (fi) français (fr) magyar (hu) Bahasa Indonesia (id) italiano (it) 日本語 (ja) 한국어 (ko) Nederlands (nl) português (pt) русский (ru) slovenčina (sk) Türkçe (tr) 中文(中国大陆)‎ (zh_CN) 中文(台灣)‎ (zh_TW)

Lazarus and Pascal Tutorials

Lazarus/FPC

Misc

Hardware

Files

Web

Multimedia

Windows

  • Office Automation - How to interact with office software and create spreadsheets, text documents, presentations, etc.
  • High DPI - How to make your application DPI-aware on Windows 7.
  • Aero Glass - How to apply Aero Glass effect in a Lazarus Form on Windows 7.

The Lazarus User Guides

Installation

IDE

LCL

Developing

Platform specific Tips

Tools

Coming from Delphi

The Lazarus Developer Guides

LCL - Lazarus component library

Interfaces

Translations

  • Getting translation strings right A few notes for programmers on how to create and use translateable strings in your application. Quickly discusses general things about creating strings, offers a few hints on implementation issues and points out some things to consider when using English as base language in particular.
  • Localization Notes:
  • German - Notes and guidelines for translating the Lazarus IDE to German, including a small dictionary to look up often used translations.
  • Portuguese-Brazilian - Small dictionary containing common translations of terms used in the Lazarus IDE for the Portuguese-Brazilian translation.
  • Russian - Notes and guidelines for translating the Lazarus IDE into Russian.

Additional Components Documentation

Free Pascal Compiler Documentation

In addition to this site, the latest version of the documentation can also be found on-line and in a variety of downloadable formats on the main Free Pascal Compiler site.

Lazarus related blogs and websites

Blogs

Websites