WHAT'S NEW?
Loading...
0

timestamp function

TimeStamp Function function addTimeStamp(in_str:String):String; var myDate : TDateTime; myYear, myMonth, myDay, myHour, myMin, mySec , mymilli : Word; time_stamp:String; begin myDate := Now; DecodeDateTime(myDate, myYear, myMonth, myDay, myHour,...

5

Upload a File to Dropbox Using the REST Components

Upload a File to Dropbox In this post I want to show how easy it is to upload a file to a cloud storage service like Dropbox using...