Top "Delphi-10-seattle" questions

Delphi 10 Seattle is a specific version of Delphi released in August 2015

Installing JVCL into Delphi 10 Seattle

When trying to install JCL and JVCL into Delphi 10 Seattle using the GetIt Package Manager I get an error: "Windows 7 …

delphi jvcl delphi-10-seattle
Delphi - TStringList Save/Load to stream encoding

I'm working with TStringList with TMemeorySteam a lot in my project. msTmp := TMemoryStream.Create; try lTemp.SaveToStream(msTmp, TEncoding.Unicode); …

delphi delphi-10-seattle
how to store data on Firebase - Delphi XE 10

What is the best way to connect to Google´s Firebase DBaaS from Embarcadero Delphi XE 10 ? I am not sure …

delphi firebase vcl delphi-10-seattle firedac