Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about delphi-10-seattle

Read more about delphi-10-seattle

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)

Questions - delphi-10-seattle

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...
test-img

UnDiUdin

delphi

out-of-memory

delphi-10-seattle

devart

Votes: 0

Answers: 2

Latest Answer

What you need is a good memory/allocation profiler. I don't know what features are typical or not in such a profiler because I only ever used one, but the one I use allows to get a report at anytime d...
test-img

Ken Bourassa

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...
test-img

UnDiUdin

arrays

json

delphi

delphi-10-seattle

Votes: 0

Answers: 3

Latest Answer

Try something like this: function GetLanguagesArray(const AJSON: String): TArray<String>; var LValue: TJSONValue; LArray: TJSONArray; i: Integer; begin Result := nil; LValue := TJSONOb...
test-img

Remy Lebeau

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved