I need a millisecond counter (NOT a timer) that can operate on Hours/Minutes/Seconds with an upper limit of > 1000 hr. Delphi's TTime and TTimeStamp aren't what I need - does anyone know of anyhing suitable? Without too much effort I could probably put something together using a record helper with a simple Cardinal type, but if something already exists I don't want to reinvent the wheel.
good morning every one ,,,
i want to count or Calculating Elapsed time of my running Delphi application ,its start when app start .... in hour and minute and second and days
what's the right way to approach i did tried a lot of example no luck yet