Πέμπτη 9 Μαΐου 2013

Handling Windows services (Starting / stopping)

Bellow are two function that handle Windows services (Start / stop)

Τετάρτη 8 Μαΐου 2013

Get folder size

This function tells you how many bytes a folder, with all subfolders and contained files is taking.

Get informations about the BDE version

The function bellow gets some informations about the BDE version.

Read/Write ID3 Tag information from/to MP3 files

To read or write MP3Info you can use the code bellow from Rok Krulec  

How to Print a TStringGrid

Here is how to print a TStringGrid....

Show different hints in TStringGrid cells at runtime

This article will show you a way to display different hints in TStringGrid cells at runtime.

GMT Time To Local Time and vice versa

To covert local time to GMT and vice versa you can use the bellow functions.

Convering UTC to Local Time and Vice Versa

If you want to convert a dateTime stored in UTC time to Local Time and vice versa you can use this 2 functions
function UTCToLocalTime(AValue: TDateTime): TDateTime;
function LocalTimeToUTC(AValue: TDateTime): TDateTime;