Delphi Tutorial

Get The Current Directory

Get the current directory.

Continue Reading »

Get Program Directory

Get program directory.

Continue Reading »

Convert JPG to BMP

With this procedure below you can convert JPT to BMP.

Continue Reading »

Convert BMP to JPG

With this procedure below you can convert BMP to JPG.

Continue Reading »

Preventing deleting record in a DBGrid

Put code snippet bellow on the OnKeyDown event of the DBGrid.

Continue Reading »

Minimize all windows

You can minimize all windows with this code snippets.

Continue Reading »

Hide the window caption

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 »

Close all the open Internet Explorer windows

Use this to close all open Internet Explorer windows.

Continue Reading »

Split String 1

If you want to split string from TStringList you can use this little code.
Continue Reading »

How to make transparent DBGrid

With the following code we can make transparent DBGrid.

Continue Reading »

« Prev - Next »