Jump to content

ventiseis

Members
  • Content Count

    3
  • Joined

  • Last visited

Community Reputation

2 Neutral

About ventiseis

  • Birthday December 22

Technical Information

  • Delphi-Version
    Delphi 10.2 Tokyo

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. It is not about small executables. It's about the delphi IDE which becomes which becomes unresponsive and suffers from long compile and link times (including cases of EOutOfMemory). For example, we have an internal library using derived generic TList class. And we have a lot of business model objects stored in this list class. For each and every generic list object type, all methods of TList are compiled again into the executable, even if they're doing the same thing. Perhaps with some trickery one would be able to replace this list class with a non-generic version. I only wanted to add the comment that it is nice to have clean and working generic code but that it has a downside, too.
  2. This looks very good (and works)! But please note that in the compiled result you will get an instance of this function for every type <T> you use it for - even if it likely does the same for all TObjects which you pass in. If you have a lot of types and a lot of utility functions like this, this will increase your executable file.
  3. ventiseis

    Menu captions with images are hard to read under Windows 11

    Just noticed that TPopupActionBar (using Delphi 10.2) does seem to use the correct font color. Anyways, I find the look of the classic menus not very readable.
×