Top "Delphi-xe8" questions

Delphi XE8 is a specific version of Delphi released in April 2015.

Return the root directory of Delphi executable

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-xe8
Incompatible types: 'PAnsiChar' and 'PWideChar'

I am very new in delphi XE8. I have this following code which is from my delphi version 6 and I …

delphi delphi-xe8
Delphi Rest.JSON JsonToObject only works with f variables

I'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-xe8
How to set label text bold in delphi Xe8

How can you set a TLabel to Bold and back to normal runtime in Delphi XE8 firemonkey multi device project? …

delphi fonts firemonkey delphi-xe8 tlabel
How to use IIF function in FastReports?

I 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 fastreport
How can I add a library path to a delphi project?

I have a couple precompiled (3rd party) libraries that I need to use in my project. I can get it …

delphi delphi-xe8
How to fill cell of a string grid using custom color?

I am trying to write custom date picker(calendar). The dates will be displayed on the stringgrid. I am trying …

delphi delphi-xe8 tstringgrid
How can I disable Castalia in XE8?

Suppose that I wish to disable the newly integrated Castalia that is introduced in XE8. How do I go about …

delphi delphi-xe8
Get specific Value from Json String Delphi XE8

I 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-xe8
Length() vs Sizeof() on Unicode strings

Quoting the Delphi XE8 help: For single-byte and multibyte strings, Length returns the number of bytes used by the string. …

delphi delphi-xe8