Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 08/05/24 in Posts

  1. Hi All I created a Delphi implementation of ULID - A Universally Unique Lexicographically Sortable Identifier. ULID's are a better option than GUIDs where sorting is needed 128-bit compatibility with UUID 1.21e+24 unique ULIDs per millisecond Lexicographically sortable! Canonically encoded as a 26 character string, as opposed to the 36 character UUID Uses Crockford's base32 for better efficiency and readability (5 bits per character) Case insensitive No special characters (URL safe) Monotonic sort order (correctly detects and handles the same millisecond) https://github.com/VSoftTechnologies/VSoft.Ulid
  2. Hans J. Ellingsgaard

    Wrong controls position at design time (view don't save)

    I had some similar experiences where I couldn't get it to work satisfactorily. We have customers with all sizes of phones and tablets. I ended up writing most of the positioning and sizes of controls in code, only controls that are aligned to client are not set in code.
  3. corneliusdavid

    Indy documentation

    Visit the Indy page on Github and follow the Documentation link on the Wiki: https://github.com/IndySockets/Indy/wiki/Documentation
  4. Too bad they don't let you buy just what you need. If you just prefer to create Android and Windows, you should be allowed to buy just those two as add-ons. If you want Linux, then buy it as a addon. If iOS apps, or Mac OS apps..etc.
  5. [SOLVED] I've put on app boot a on the main form : TFDPhysSQLiteDriverLink, with the property : EngineLinkage -> sIFDEStatic Maybee an idea do do that from code ?
×