One project in Delphi 2007 doesn't show procedure name in the IDE Obj Inspector's Events
        Posted  
        
            by lgallion
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by lgallion
        
        
        
        Published on 2010-04-28T15:13:56Z
        Indexed on 
            2010/04/28
            18:37 UTC
        
        
        Read the original article
        Hit count: 446
        
I have a Delphi project in 2007 that doesn't show the procedure names in the Object Inspector's Events such as Form OnClose, OnCreate or OnShow in the IDE. The code is there and if you click on OnCreate (for example) you are taken to the code and the IDE fills in the name of procedure. However on reload, the procedures are missing from the IDE again.
This same project causes various error messages when Delphi closes also, but I am not sure if this is related (no other project developed under this Delphi does but this one is the largest app and uses several 3rd party add-in libraries).
I have moved this app to various Delphi 2007 installations and it reacts the same, so it isn't a corrupt Delphi situation. Is there any way to rebuild or fix a corrupt project like this? Any help would be appreciated.
© Stack Overflow or respective owner