tags:

views:

52

answers:

1

In delphi i manage hyperlink but i can not link any form of my project, how to link any form of project this is delphi. pls help me anyone

+1  A: 

Which version of Delphi are you using? For which kind of form/component do you expect the Ctrl+Click to work?

Ctrl+Click won't work if the targeted unit has no source code available, or, dependant of the delphi IDE version you're using, if the unit is not in the main uses clauses of your application.

A.Bouchez