Discussion:
Files Open in IDE in Delphi 5?
(too old to reply)
Ed Salgado
2007-10-19 22:23:44 UTC
Permalink
How can I find out what pas/dfm files are currently open in the Delphi 5
code editor?

Thanks!

-ed
Erik Berry
2008-02-24 22:13:44 UTC
Permalink
Post by Ed Salgado
How can I find out what pas/dfm files are currently open in the Delphi 5
code editor?
Try these:
IOTAModuleServices.ModuleCount
IOTAModuleServices.Modules[x]

Erik

Loading...