Delphi XE8 is a specific version of Delphi released in April 2015.
I have a Delphi application executing and when I call GetCurrentDir the following returns: C:\dev\w32\2015\BCSLBDemo\Win32\Debug …
delphi directory root delphi-xe8I am very new in delphi XE8. I have this following code which is from my delphi version 6 and I …
delphi delphi-xe8I'm using Delphi XE8. I was just looking at the REST.Json ObjectToJsonString() and JsonToObject() calls. Mainly attempting to do …
json rest delphi vcl delphi-xe8How can you set a TLabel to Bold and back to normal runtime in Delphi XE8 firemonkey multi device project? …
delphi fonts firemonkey delphi-xe8 tlabelI have a field that contains an integer value (1 or 0 only), if the field contains 0 I want to print 'Male' …
delphi delphi-xe8 fastreportI have a couple precompiled (3rd party) libraries that I need to use in my project. I can get it …
delphi delphi-xe8I am trying to write custom date picker(calendar). The dates will be displayed on the stringgrid. I am trying …
delphi delphi-xe8 tstringgridSuppose that I wish to disable the newly integrated Castalia that is introduced in XE8. How do I go about …
delphi delphi-xe8I have this Json String in Delphi, { "bpd": { "euro": { "buying_rate": "48.50", "selling_rate": "52.70" }, "dollar": { "buying_rate": "45.30", "selling_rate": "45.80" }, "source": "https://…
json delphi delphi-xe8Quoting the Delphi XE8 help: For single-byte and multibyte strings, Length returns the number of bytes used by the string. …
delphi delphi-xe8