Delphi Tutorial
Archived Posts from this Category
Archived Posts from this Category
Get the current directory.
0 comments Thursday 15 Feb 2007 | Delphi Tutorial | Files
Get program directory.
0 comments Thursday 15 Feb 2007 | Delphi Tutorial | Files
With this procedure below you can convert JPT to BMP.
1 comment Thursday 15 Feb 2007 | Delphi Tutorial | Graphics
With this procedure below you can convert BMP to JPG.
0 comments Thursday 15 Feb 2007 | Delphi Tutorial | Graphics
Put code snippet bellow on the OnKeyDown event of the DBGrid.
0 comments Thursday 15 Feb 2007 | Delphi Tutorial | Database
You can minimize all windows with this code snippets.
0 comments Thursday 15 Feb 2007 | Delphi Tutorial | System
If you want to prevent the user to move a window you have to hide the caption. This is done by changing the window attributes in the FormCreate event. Its also possible to set the property BorderStyle to ‘bsNone’, but than the window has no frame at all.
Continue Reading »
0 comments Thursday 15 Feb 2007 | Delphi Tutorial | Forms
Use this to close all open Internet Explorer windows.
0 comments Thursday 15 Feb 2007 | Delphi Tutorial | System
If you want to split string from TStringList you can use this little code.
Continue Reading »
0 comments Thursday 15 Feb 2007 | Delphi Tutorial | Strings
With the following code we can make transparent DBGrid.
0 comments Monday 12 Feb 2007 | Delphi Tutorial | Database