GeekArticles
Programming
DelphiCtrl+clicking on class name sometimes goes to forward declaration
Author: qc.borland.com |
Published: 12th Jul 2006 |
Visited: 47 times |
Add CommentFiled in: DelphiQC#: 1589 Version: 6.0 Status: Closed defect, no action required Resolution: Please retest in the current build Description: Ctrl+clicking on a class name will sometimes go to the class's forward declaration, if there is one, instead of the class declarat
Read Article Sponsored Links
Related Articles
• Swing Extreme Testing - The ShowerThread Class The ShowerThread Class
Since SaveAsDialog.show() blocks, we cannot call this from our main thread; instead we spawn a new thread. This thread could just be an anonymous inner class in the init()metho ...