Bellow are two function that handle Windows services (Start / stop)
Πέμπτη 9 Μαΐου 2013
Τετάρτη 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
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;
Εγγραφή σε:
Αναρτήσεις (Atom)