Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 07/22/24 in all areas

  1. Anders Melander

    Loading and Saving PNG into TBitmap changes the image

    OP is using FMX. You are using VCL...
  2. DelphiUdIT

    Delphi 12 error when closing the ide

    I use them (almost more then 10 years) and I never had any issue with. And in every project there are one or more component of Jedi (visual and not visual). I always use the github version https://github.com/project-jedi
  3. TClientDataSet is pretty fast. Faster than FireDAC. You should reduce filtering and sorting if this is a bottleneck. Consider using CloneCursor if you need same sorting or filtering many times. But first: use a profiler!
  4. Dave Nottage

    Delphi 11 Google Play Billing v6

    Looking at the differences in the source code for FMX.InAppPurchase.Android.pas between Delphi 11.3 and 12.1, I'd say yes.
  5. dummzeuch

    Delphi 12 error when closing the ide

    I know that GExperts can cause this. Unfortunately I so far was unable to find the actual problem. It seems to be connected with using the formatter very frequently.
  6. DelphiUdIT

    Delphi 12 error when closing the ide

    Most often this happens if you use third-party components. Try uninstalling add-ons (such as those installed by GETIT) one at a time to find which one might be generating the AV (assuming it depends on the added components).
×