Difference between revisions of "Lazarus Docs"

From Free Pascal wiki
Jump to navigationJump to search
(start)
 
(translation from german to english)
Line 1: Line 1:
 
{{Lazarus Docs}}
 
{{Lazarus Docs}}
 +
[[Category:Help and Docs]]
 +
[[Category:Lazarus]]
 +
== Overview of the Lazarus Documentation ==
 +
Basically you should make a difference between the projects ((Free Pascal Project, Lazarus Project) and the used formats of the help (Online, html, chm, inf)
 +
 +
=== Free Pascal Project ===
 +
; '''Common'''
 +
: Free Pascal programming guide (prog.pdf, prog.chm, ... [[http://www.freepascal.org/docs-html/prog/prog.html online]])
 +
: Free Pascal language referenz guide (ref.pdf, ref.chm, ... [[http://www.freepascal.org/docs-html/ref/ref.html online]])
 +
: Free Pascal user guide (user.pdf, user.chm, ... [[http://www.freepascal.org/docs-html/user/user.html online]])
 +
: Development Tutorial (buildfaq.pdf, [[http://www.stack.nl/~marcov/buildfaq/ online]])
 +
; '''Runtime Library'''
 +
: Runtime library (rtl.pdf, rtl.chm, ... [[http://www.freepascal.org/docs-html/rtl/ online]])
 +
; '''Free components reference'''
 +
: Reference for package fcl (fcl.pdf, fcl.chm [[http://www.freepascal.org/docs-html/fcl/ online]])
 +
; '''Programs'''
 +
: Free Pascal code documenter FPDoc (fpdoc.pdf, fpdoc.chm, ... [[http://lazarus-ccr.sourceforge.net/fpcdoc/fpdoc/fpdoc.html online]])
 +
 +
=== Lazarus Project ===
 +
; '''Lazarus Komponenten Bibliothek'''
 +
: Reference for package lcl (lcl.chm, ...[[http://lazarus-ccr.sourceforge.net/docs/lcl/ online]], [[Lazarus_Documentation#LCL_-_Lazarus_component_library|Wiki LCL]])
 +
 +
== Installation of the help in Lazarus ==
 +
=== Online Help ===
 +
Is not to install. If a connection to the internet is available, you can use it with {{keypress|F1}} (or {{keypress|Ctrl}}{{keypress|F1}} - depends on the configuration). If offline help is installed and the topic is available, so the offline will be used first, then the online help.
  
== Overview of the Lazarus Documentation ==
+
=== Offline help ===
 +
Is un der the path ($Lazarus/doc/)
 +
 
 +
See also
 +
* [[Installing_Help_in_the_IDE]]

Revision as of 14:01, 23 January 2015

Deutsch (de) English (en)

Overview of the Lazarus Documentation

Basically you should make a difference between the projects ((Free Pascal Project, Lazarus Project) and the used formats of the help (Online, html, chm, inf)

Free Pascal Project

Common
Free Pascal programming guide (prog.pdf, prog.chm, ... [online])
Free Pascal language referenz guide (ref.pdf, ref.chm, ... [online])
Free Pascal user guide (user.pdf, user.chm, ... [online])
Development Tutorial (buildfaq.pdf, [online])
Runtime Library
Runtime library (rtl.pdf, rtl.chm, ... [online])
Free components reference
Reference for package fcl (fcl.pdf, fcl.chm [online])
Programs
Free Pascal code documenter FPDoc (fpdoc.pdf, fpdoc.chm, ... [online])

Lazarus Project

Lazarus Komponenten Bibliothek
Reference for package lcl (lcl.chm, ...[online], Wiki LCL)

Installation of the help in Lazarus

Online Help

Is not to install. If a connection to the internet is available, you can use it with F1 (or CtrlF1 - depends on the configuration). If offline help is installed and the topic is available, so the offline will be used first, then the online help.

Offline help

Is un der the path ($Lazarus/doc/)

See also