[fpc-devel] procedure ... message(); in Linux

Mattias Gaertner nc-gaertnma at netcologne.de
Fri Feb 26 16:10:05 CET 2010


On Fri, 26 Feb 2010 10:46:09 +0100
Michael Schnell <mschnell at lumino.de> wrote:

> On 02/26/2010 10:19 AM, Mattias Gaertner wrote:
> >
> > SendMessage is defined in unit LCLIntf and implemented in the
> > LCL interfaces. 
> >   
> 
> Great ! This is the info I needed.
>
> with "uses LCLIntf" it gets compiled.

There are several tools in Lazarus for this:
- click compile, fpc will give "identifier not found", right click on
  the message - popup menu - search identifier. This will search all
  units. On first time it may take a minute to scan
  the about 1000 units of fpc.
- search / find in files

Mattias



More information about the fpc-devel mailing list