On 17/11/2007, SteveG <[EMAIL PROTECTED]> wrote: > > >>Would anybody know if there is a listing (or some way of building one) > >>of all functions available for Lazarus and/or Fpc ? > > > > Why not look at the online (fpdoc) documentation... or use the > > Lazarus 'Find in files...' search feature and search the source > > folders for a keyword. > > > Working my way (slowly) thru the source tree now - > has the added advantage of learning a bit more about how Laz is put > together as well > > Just looking for a lazy way out :) > > My main issue is how to find (ie where to look) for cross platform > functions etc - eg GetKeyState in Win - perhaps it has an equivalent > function within Laz/Fpc for crossplat's > > will try the 'find in files' though - Thanks >
i usually start with these: http://freepascal.org/docs-html/ http://lazarus-ccr.sourceforge.net/docs/ and the wiki contains a lot of useful stuff, too: http://wiki.lazarus.freepascal.org/Lazarus_Documentation henry _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
