python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to find the source of a big memory consumption in a Delphi application?
I am experiencing a non normal memory consumption from my application written in Delphi 10 Seattle. It is a client server fat client type of application using SDAC's Devart as DB component.
I am not a...

UnDiUdin
Votes: 0
Answers: 2
Parse an array of strings in JSON
In Delphi 10 Seattle, I am trying to parse a JSON that contains an array of strings in a property.
As an example, consider this:
{
"name":"Joe",
"age":45,
"lan...

UnDiUdin
Votes: 0
Answers: 3