Delphi XE3 is a specific version of Delphi released on Sept.
I would like to know how to calculate the time consumed for a function in Delphi. Then I wanted to …
delphi function time delphi-xe3I'm using this code to load an excel spreadsheet containing only numbers. But it takes too long to load the …
excel delphi delphi-xe3Consider the following program: program TThreadBug; {$APPTYPE CONSOLE} uses SysUtils, Classes, Windows; type TMyThread = class(TThread) protected procedure Execute; override; …
delphi delphi-xe3My JSON object looks like this: { "destination_addresses" : [ "Paris, France" ], "origin_addresses" : [ "Amsterdam, Nederland" ], "rows" : [ { "elements" : [ { "distance" : { "text" : "504 km", "value" : 504203 }, "…
json delphi firemonkey delphi-xe3So in VCL, one would use the following line of code to retrieve the applications path: ExtractFilePath(Application.ExeName) I …
delphi delphi-xe3 firemonkey-fm2I'm writing an application that has to open a preexisting BDE database that has been saved by a third party. …
delphi data-migration delphi-xe3 bde paradoxIf you work with php you can see the php have associative array (or array width string key) in programing …
arrays delphi key associative delphi-xe3I want to Draw a Screenshot from the entire screen to a TForm1 Canvas. This code works well in Delphi …
delphi delphi-xe3Installing components under Delphi XE3 is a nightmare. First I need to add source files to Tools -> Options …
delphi installation components delphi-xe3I am implementing Ping function using windows API in delphi-xe3 from here (http://delphi.about.com/od/internetintranet/l/aa081503…
delphi delphi-xe3 indy10