How To and Why Use Dynamically Created Forms

Posted December 15th @ 9:33 pm by m3Rlin

You almost never need all your application’s forms in memory all the time. To reduce the amount of memory required at load time and load time, you may want to create some forms only when you need to use them. For example, a dialog box needs to be in memory only during the time a [...]

How to Search for Text Quickly in the IDE Editor

Posted December 15th @ 3:58 pm by m3Rlin

If you don’t want to bother with the Find dialog then there sure is hope The Delphi/Kylix IDE has a shortcut - Ctrl + E. After pressing this keystroke notice that the status bar changes to “Searching for:”. Now all you have to do is type the text you are looking for. The text [...]

« Previous Entries