Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 03/09/25 in all areas

  1. Yes, we need to do what is necessary for security. I am thinking of first modifying the communications between the agent and the applications by using Named pipes. In a second step, I will work on using TLS between the master and the agents.
  2. Remy Lebeau

    Creating a Server Application using tidtcpserver

    No, sorry. The simplest approach is to just use TIdContext.Data, it is an opaque Pointer, you can assign whatever you want to it. Deriving from TIdServerContext offers more flexibility, as you can define any extra fields, properties, and methods that you want.
  3. This refers to: https://developer.android.com/training/data-storage/shared/photopicker Which Delphi already supports, at least in 12.2, and at least through the media library code.
  4. loki5100

    What are the performance profilers for Delphi 12?

    Hi, i just made a new performance profiler for delphi 12 that have the advantage to work on iOS and Android too! it's about instrumenting the source code, it's work pretty well. you can found it here : https://github.com/MagicFoundation/Alcinoe?tab=readme-ov-file#alcinoe-code-profiler
  5. Patrick PREMARTIN

    What FireMonkey style do you use and like ?

    Thanks for the link to this project @havrlisan It's a very interesting solution to bypass current FMX implementation of styles. For my projects I prefer to use standard features to share source codes, but I add this one to my "projects to try" list.
  6. havrlisan

    What FireMonkey style do you use and like ?

    I agree; most cross-platform apps nowadays have the same style across platforms. The FMX's approach to style objects with the png is rather stale as well; one should turn to using vector images. This is possible with zx-skiacomponents, which approaches the StyleObjects differently, allowing you to use direct properties for changing colors, animated images, or text settings on triggers. The feature I used the most was the SVG override color change, it allows you to create a beautiful yet responsive UI with no pixelization to worry about.
  7. dormky

    Introducing TRange<T>

    For most cases, I would recommend using the delphi-provided libraries instead of rolling your own, see https://docwiki.embarcadero.com/Libraries/Sydney/en/System.Math.InRange
×