Category Archives: Delphi

Great Delphi Page

If you are looking for an interesting page that explains how to do some of the more difficult things in Delphi, Pipes, Sockets, etc visit Felix Colobri’s site. Not only does it provide source code to examine, his teaching background … Continue reading

Posted in Delphi | Leave a comment

Filter on a TClientDataSet

Filtering on a TClientDataSet is very powerful. For the longest time I had assumed that there was no way to filter on a field that had a field name with a space in it! I would try the following: Table1.Filter:= … Continue reading

Posted in Delphi | Leave a comment

Bring your Application to the top of the screen in Windows

I program in Delphi for the Windows environment, but the following should work in most modern programming languages with slight modifications. Since Windows 98, the standard BringToFront() function no longer has the same power. When called, your application’s window remains … Continue reading

Posted in Delphi | Leave a comment