All Delphi

Everything You Want To Know From VCL, Tips To Snippet All Everything About Delphi And CodeGear Related

Archive for the 'Snippet' Category

How To Get Your Cpu Speed ?

16th April 2008

For you guys that need to know what is your cpu speed we got the snippet to get the cpu timer speed here … Read the rest of this entry »

Posted in Snippet | 1 Comment »

GMT Time To Local Time

3rd April 2008

Hi, have you guys , ever involved in creating application that will be used in different country or event different time zone ? well in most case ..all data that have DateTime value will be much saver if we saved it on GMT time basis.. and there for when we want to display the data to our GUI need to be converted into localize timed, Read the rest of this entry »

Posted in Snippet | No Comments »

Case Statement Using String ..?

29th March 2008

Have you ever wish that delphi case statement can use with string, and you find out that it was can’t and it only received ordinal …? well with a little trick now you can use case with string. Read the rest of this entry »

Posted in Snippet | Comments Off