Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 06/24/23 in all areas

  1. programmerdelphi2k

    Registering user activity?

    @Gonzalo Fernandez another suite can be GrijjyCloudLogger, remote logging for Windows, iOS, Android, macOS and Linux https://blog.grijjy.com/2017/08/22/grijjycloudlogger-remote-logging-for-windows-ios-android-macos-and-linux/
  2. Keesver

    Registering user activity?

    At the Dutch Delphi day a few weeks ago, Bob Swart presented CodeSite which can do this (CodeSite - RAD Studio (embarcadero.com)). Especially the real time tracking whereby log events were sent directly to a central server showed that user interactions with the application could be tracked in (nearly) real time.
  3. It's called "Natural" sort order. Explorer probably uses StrCmpLogicalW but there's also CompareStringEx with SORT_DIGITSASNUMBERS? See also: Sorting for Humans : Natural Sort Order
  4. programmerdelphi2k

    How to Sort TStringList ?

    @amit try my sample https://en.delphipraxis.net/topic/9276-my-tstringlist-custom-sorting-trying-to-mimic-windows-explorer-way/
×