Delphi XE4 is a specific version of Delphi released in April 2013.
Below is my code: var i : integer; ... ... if not VarIsNull(TcxLookupComboBox(Sender).EditValue) then begin i := Integer(TcxLookupComboBox(Sender).EditValue); …
delphi delphi-xe4Trying to move project from Delphi 2007 to Delphi XE4. What is the best way to convert String to AnsiString in …
delphi delphi-xe4exzample code: var str1 : String; str2 : AnsiString; .... str2 := ....; str1 := String(str2); I converted such as above,but it didn't work.…
delphi delphi-xe4 unicode-string ansistringFMX controls do not have a color property. What is the FMX equivalent to VCL.TColor? FMX.Panel1.Color := clBlack
delphi firemonkey delphi-xe4I've been struggling with this for a while, and doing something simple seems to be taking too long. I have …
json delphi delphi-xe4I'm working on porting some Delphi 7 code to XE4, so, unicode is the subject here. I have a method where …
delphi unicode delphi-xe4I am trying to install a commercial component called JamShellBrowser but it will not install. I have contacted the developer, …
delphi delphi-xe4I just can't find a way of changing background color of Edit control in my mobile FireMonkey application.
delphi firemonkey delphi-xe4Sorry if my question is silly! I'm using Delphi XE4 and now I'm working on IdTelnet. But I got a …
delphi telnet indy indy10 delphi-xe4I do not want to add a database field in my actual database to use for selection purpose so I …
delphi delphi-xe4 tcxgrid