Salim Hamidi
Salim Hamidi

Reputation: 21381

Is there a way/tool which helps to "Find References" of a method in Delphi 7?

Is there a way/tool which helps to "Find References" of a method in Delphi 7 like we haven in java IDE (intellij, Eclipse)

Upvotes: 1

Views: 621

Answers (2)

Uwe Raabe
Uwe Raabe

Reputation: 47714

Peganza Pascal Analyzer has a Cross Reference Report that seems to produce the information you need.

Upvotes: 1

Jan Doggen
Jan Doggen

Reputation: 9096

If by 'usage' you mean "Where in the code is my method referenced?":
Hit <Ctrl-Shift-Enter> with your pointer in/on the message name.

[Added]

O sorry, you said specifically Delphi 7 - that won't work.

I'm not deleting this answer because people may not know this keyboard shortcut.
I do not know in which version this was introduced (currently using XE2)

Upvotes: 1

Related Questions