Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In Delphi is there a way to see all references and links to a component?

Tags:

delphi

I'm refactoring a large project and have the need to move some components to new modules and forms. Is there a sane way to make sure properties of dependent components are updated?

Maybe grep the project's dfms?

Example: Moving a TDataSource from a huge DataModule to a smaller one. In some cases the source could have been references by 40-50 forms. I need to make sure all controls that reference the data source get updated.

like image 388
Richard Holland Avatar asked Dec 20 '11 17:12

Richard Holland


1 Answers

The GREP in GEXperts allows to search both pas and dfm files.

like image 178
Sam M Avatar answered Oct 14 '22 11:10

Sam M