ZylTimer 1.18
TTimer component which ships with Delphi / C++Builder uses the Windows Message Queue to generate the OnTimer event. Due to this approach it`s impossible to get accurate timer intervals smaller than 50 milliseconds.
ZylTimer is a thread based timer and due to this architecture provides a real precision of 1-2 milliseconds which is inevitable in time critical applications. The OnTimer event is always fired in time which is not available for the standard TTimer, when there are too many messages processed.
The standard TTimer component uses the SetTimer API function, so the interval is limited to 2147483647 milliseconds (about 25 days). ZylTimer is a thread based timer and the interval could be set even to hundred years if necessary.
AMRandom is a Delphi translation of Alan Miller`s Random Module for FORTRAN. Supplies several different distributions of random numbers including Normal, Poisson, Gamma, etc. Includes Full Delphi Source and Demo
ZylNMEAGenerator is a Delphi component that transforms position data in NMEA format. You can generate complex NMEA sentences from simple data inputs. The sentences are recognized by any NMEA compatible mapping software.
The ShellBrowser components give a Delphi programmer easy access to the Win32 shell functionality. The components look and behave exactly like the corresponding parts of the Explorer.
TCAD is a component that will help you write vector graphics applications. Shapes can be interacted with by mouse or code. It is easy to use, effective and powerful. It will save you valuable time.
ZylCPUUsage is a visual Delphi component that diplays the usage level of the processor in a chart.

