Delphi XE4 is a specific version of Delphi released in April 2013.
I am trying to pass in a null value to a TSQLDataset parameter. The query has the form: Query_text:=…
sql-server delphi delphi-xe4 parameterized-queryHow to get screen dimensions with Firemonkey FM³ ? The following code: var Size: TPointF; begin Size := FMX.Platform.IFMXScreenService.GetScreenSize; ... …
delphi firemonkey delphi-xe4 firemonkey-fm3I have a list like this: FMyScheduleList: TObjectList<TMySchedule>; It has a property: property ADate: TDate read FDate …
delphi sorting delphi-xe4I am writing simple image editor for my project. There you can see the image in editor: Above TImage, I …
delphi delphi-xe4I took part in the XE4 beta and despite having problems that the .ipa could never be produced (error message …
ios delphi firemonkey delphi-xe4I'm trying to use LiveBindings to format a number for display in a TEdit on a FireMonkey form. I'm trying …
delphi delphi-xe4 livebindings