[SNIP]
have you noticed our badly the Find Declaration works. It only seems to
find delphis own source declares and rarely finds any of my own.
[SNIP]

You have to turn ON the switch that tells the compiler to include
ReferenceInfo/Definitions.

It's in Project|Options on the Compiler page - logical once you know it's
there - but hardly intuitive I agree.

Heres the help file info:

Reference Info/Definitions Only Generates symbol reference information.
Corresponds to {$Y}. If Reference Info and Definitions Only are both checked
({$YD}), the compiler records information about where identifiers are
defined; this enables the Code browser. If Reference Info is checked but
Definitions Only is unchecked ({$Y+}), the compiler records information
about where each identifier is defined and where it is used; this enables
the reference page of the ObjectBrowser. These options have no effect unless
Debug Information and Local Symbols (see above) are selected.

Personally I like this stuff - it saves me having to concentrate on things
other than delivery.

Max

-----Original Message-----

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to