Cursor View Component
TCursorView is a windowed control for displaying a static or animated cursor on a form. The control uses standard STATIC class of Windows API to show and animate the cursors, and because of that is...
View ArticleWave Audio Package
Using the Wave Audio package you can easily play audio from (or recording audio to) file, any TStream descendant stream, or even raw audio buffers. In addition, by this package doing tasks, for...
View ArticleAnimate Image Component
TAnimateImage is a windowed control similar to TImage for displaying images of an image list on a form. You only need to assign a TImageList component (or its descendant) to its Images property, and...
View ArticleSunTime Component
TSunTime is a non-visual component to calculate times of sunrise, sunset, solar noon, and beginning morning and end evening twilight for any geographical location on a specific date. Download Note:...
View ArticleImage Work Package
The Image Work package is a library of Delphi classes and procedures for basic image processing. The package provides more than 40 digital image filters, arbitrary image transformation with three...
View ArticleProfiler Component
If you are looking for an easy and accurate way to measure execution time of your code for free, TProfiler is what you need. TProfiler is a non-visual and debugging component that enables you to create...
View ArticleTooltip Manager Component
TToolTipManager provides an easy way to use Windows balloon tooltips instead of Delphi hints in your applications. TToolTipManager lets you customize tooltips for every single Delphi windowed control....
View ArticleBackground Worker Component
TBackgroundWorker component is the Delphi implementation of .NET BackgroundWorker component. TBackgroundWorker component allows you to run an operation on a separate, dedicated thread. Time-consuming...
View ArticleReal-Time Marquee Component
The TRealTimeMarquee component is a marquee (both horizontal and vertical) control. This marquee control uses Windows multimedia timer for precise timing to produce a smooth scrolling. Because of that,...
View Articlei18n Package
The i18n package is a library of Delphi components, classes and procedures in purpose of assisting developers to fully internationalize Delphi applications in an easy manner, and to change the locale...
View Article