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 [...]

How to Automatically Create Implementation Declarations

Posted December 15th @ 3:57 pm by m3Rlin

Delphi 4 and newer (versions Client/Server and up) have the capability of automatically creating declarations for functions/procedures. The key shortcut is Shift + Ctrl + C. To use it you have to enter the function/procedure declaration in the interface part and the press the above mentioned keystroke combination. The Delphi IDE will take care of [...]

Next Entries »