Difference between revisions of "Lazarus Documentation/nl"

From Free Pascal wiki
Jump to navigationJump to search
m (Text replacement - "Object Pascal Tutorial" to "Basic Pascal Tutorial")
(10 intermediate revisions by 3 users not shown)
Line 10: Line 10:
 
*[[Lazarus Database Tutorial/nl| Lazarus Database lessen]] - Een inleiding op het gebruik van databases in Lazarus.  
 
*[[Lazarus Database Tutorial/nl| Lazarus Database lessen]] - Een inleiding op het gebruik van databases in Lazarus.  
  
*[[Pascal Tutorial]] - [http://www.taoyue.com/ Tao Yue's] [http://www.taoyue.com/tutorials/pascal/ Pascal Tutorial]  (reposted with permission).
+
*[[Basic Pascal Tutorial]] - [http://www.taoyue.com/ Tao Yue's] [http://www.taoyue.com/tutorials/pascal/ Pascal Tutorial]  (reposted with permission).
 +
 
 +
*[[Free Pascal videos|Pascal video tutorials]]
  
 
*[[Executing External Programs/nl|Extern programma uitvoeren]] - Een korte uitleg over hoe je een extern programma kunt uitvoeren vanuit je eigen programma.
 
*[[Executing External Programs/nl|Extern programma uitvoeren]] - Een korte uitleg over hoe je een extern programma kunt uitvoeren vanuit je eigen programma.
  
 
==De Lazarus Gebruikers handleidingen==
 
==De Lazarus Gebruikers handleidingen==
*[[Installing Lazarus]] - Een installatie handleiding (onvolledig!)
+
*[[Installing Lazarus|Lazarus installeren]] - Een installatie handleiding (onvolledig!)
  
 
*[[Lazarus For Delphi Users]] - Voor Delphi gebruikers
 
*[[Lazarus For Delphi Users]] - Voor Delphi gebruikers
Line 21: Line 23:
 
*[[Lazarus Faq]] - Algemene Lazarus informatie en details voor Linux en Windows gebruikers.
 
*[[Lazarus Faq]] - Algemene Lazarus informatie en details voor Linux en Windows gebruikers.
  
==The Lazarus Developer Guides==
+
==De Lazarus Ontwikkelaar handleidingen==
*[[How To Help Developing Lazarus]] - A guide to help newbies start improving Lazarus
+
*[[How To Help Developing Lazarus]] - Een handleiding voor nieuwelingen om Lazarus te verbeteren
*[[Creating A Patch| Creating a Patch]] - A guide to making a patch with changes made to Lazarus
+
*[[Creating A Patch| Creating a Patch]] - Handleiding om een patch te maken
*[[Creating a Backtrace with GDB]] - A guide to making a backtrace to help you debug a program
+
*[[Creating a Backtrace with GDB]] - Handleiding om een Backtrace te maken
*[[How To Make Lazarus Docs]] - A guide to creating Documentation Files
+
*[[How To Make Lazarus Docs]] - Handleiding om een Lazarus doc te maken
*[[DesignGuidelines|Design Guide Lines]] - A guide about how to procede when changing Lazarus Source Code.
+
*[[DesignGuidelines|Design Guide Lines]] - Handleiding betreffende het veranderen van de broncode
*[[LCL Messages]] - Guide related to LCL Messages.
+
*[[LCL Messages]] - Gerelateerd aan LCL berichten
*[[LCL Internals]] - Some info about the inner workings of the LCL.
+
*[[LCL Internals]] - Informatie over de werking van het binnenste van de LCL  
  
===Translations===
+
===Vertalingen===
* [[German localization notes]] - A howto for translating in German.
+
* [[German localization notes]] - In Duits vertalen.
 
* [[Portuguese-Brazilian Localization Notes]]
 
* [[Portuguese-Brazilian Localization Notes]]
<!-- *[[TO-DO]] Remaining Tasks -->
+
<!-- *[[TO-DO]] -->
 +
 
 +
==Code Conversie Gidsen==
 +
 
 +
* [[Code Conversion Guide]] - Converteren van bestaande code en componenten
  
==Code Conversion Guides==
+
==IDE Documentatie==
 +
*[[Getting Lazarus]] - Downloaden van een CVS versie van Lazarus
  
* [[Code Conversion Guide]] - How to convert existing code and components
+
*[[Lazarus Packages]] - Het creeren van een pakket in Lazarus
  
==IDE Documentation==
+
*[[Install Packages]] - Installeren van pakketten
*[[Getting Lazarus]] - Instructions on how to download a released or CVS version of Lazarus **
 
  
*[[Lazarus Packages]] - A guide for creating a package under Lazarus
+
*[[Cross compiling for Win32 under Linux]] - Cross-compileren voor Win32 in Linux
  
*[[Install Packages]] - A small guide to install packages
+
*[[Remote Debugging]] - Debuggen van uw Lazarus applicatie vanuit een andere machine
  
*[[Cross compiling for Win32 under Linux]] - The link says it all.
+
*[[Extending the IDE]] - Toevoegen van functionaliteit aan de Lazarus IDE
  
*[[Remote Debugging]] - How to debug your Lazarus application from another machine.
+
*[[Lazarus IDE ToDo List]] - Resterende taken voor de IDE
  
*[[Extending the IDE]] - How to add functionality to the Lazarus IDE
+
*[[Anchor Sides]] - Beschrijving van 'Anchor Sides Feature'
  
*[[Lazarus IDE ToDo List]] - Remaining tasks for the IDE
+
==Free Pascal Compiler Documentatie==
 +
Naast [http://lazarus-ccr.sourceforge.net/fpcdoc/ deze site], kan de laatste documentatie tevens gevonden worden in een variateit van formaten op de  [http://www.freepascal.org/docs.html Free Pascal site].
  
*[[Anchor Sides]] - Description of Anchor Sides Feature
+
*[http://lazarus-ccr.sourceforge.net/fpcdoc/user/user.html Gebruikershandleiding]
 +
*[http://lazarus-ccr.sourceforge.net/fpcdoc/prog/prog.html Programmeurshandleiding]
 +
*[http://lazarus-ccr.sourceforge.net/fpcdoc/ref/ref.html Referentiegids voor het system unit, en Pascal constructs]
 +
*[http://lazarus-ccr.sourceforge.net/fpcdoc/units/units.html Standaard units referentie handleiding]
 +
*[http://lazarus-ccr.sourceforge.net/fpcdoc/fcl/index.html Free Component Library referentie handleiding]
 +
*[http://lazarus-ccr.sourceforge.net/fpcdoc/fpdoc/fpdoc.html Free Pascal documentatie hulpstuk handleiding]
  
==Free Pascal Compiler Documentation==
 
In addition to [http://lazarus-ccr.sourceforge.net/fpcdoc/ this site], the latest version of the documentation can also be found online and in a variety of downloadable formats on the main [http://www.freepascal.org/docs.html Free Pascal Compiler site].
 
  
*[http://lazarus-ccr.sourceforge.net/fpcdoc/user/user.html User's guide]
+
{{AutoCategory}}
*[http://lazarus-ccr.sourceforge.net/fpcdoc/prog/prog.html Programmer's guide]
+
[[Category:Main/nl]]
*[http://lazarus-ccr.sourceforge.net/fpcdoc/ref/ref.html Reference guide for the system unit, and supported Pascal constructs]
+
[[Category:Lazarus/nl]]
*[http://lazarus-ccr.sourceforge.net/fpcdoc/units/units.html Standard units reference manual]
 
*[http://lazarus-ccr.sourceforge.net/fpcdoc/fcl/index.html Free Component Library reference manual]
 
*[http://lazarus-ccr.sourceforge.net/fpcdoc/fpdoc/fpdoc.html Free Pascal documentation tool manual]
 

Revision as of 03:30, 29 March 2020

العربية (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 en Pascal Lessen

  • Lazarus IDE-tools - Een uitleg op gemiddeld niveau over "code completion" en andere tools binnen de IDE.

De Lazarus Gebruikers handleidingen

  • Lazarus Faq - Algemene Lazarus informatie en details voor Linux en Windows gebruikers.

De Lazarus Ontwikkelaar handleidingen

Vertalingen

Code Conversie Gidsen

IDE Documentatie

Free Pascal Compiler Documentatie

Naast deze site, kan de laatste documentatie tevens gevonden worden in een variateit van formaten op de Free Pascal site.