How to Print Text and Text Files in Delphi

Posted December 15th @ 6:59 pm by m3Rlin

This code how to print text and text files. This is the simplest way to print without using any external functions. All you have to do is open the LPT1 port (this is the default printer port) as if it where a file.
This code can be easily ported to Turbo Pascal (just change the function [...]

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 EntriesNext Entries »