[Lazarus] Newbie questions

Graeme Geldenhuys graemeg.lists at gmail.com
Tue May 6 21:56:13 CEST 2008


2008/5/6 Bill de Carle <ve2iq at magma.ca>:
>
>  Works exactly the way I wanted.  Where does one find out these
>  things?

Paul is very cleaver! ;-)

You can also try the following website to give you some pointers:
  http://www.delphibasics.co.uk/

Also remember that you can navigate the source code in the LCL
(Lazarus Component Library) almost like a web browser. Ctrl+RightClick
on for example TForm and it will take you to the definition of TForm
class. You can Ctrl+RightClick on many things. Method names,
variables, class names etc...  Browsing the source code of the LCL is
a good way to find information as well.

You can also browse the existing help online. Not everything is
completely documented, but you can find a lot of information. The RTL
is well documented.

RTL - Free Pascal Run Time Library
  http://lazarus-ccr.sourceforge.net/docs/rtl

FCL - Free Component Library
  http://lazarus-ccr.sourceforge.net/docs/fcl

LCL - Lazarus Component Library
  http://lazarus-ccr.sourceforge.net/docs/lcl


Regards,
 - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the Lazarus mailing list