The i18n Package Released
Finally the i18n package has been released. This package contains a set of components for localizing Delphi applications.
Finally the i18n package has been released. This package contains a set of components for localizing Delphi applications.
The Simple Graph Component v2.80 has been released.
The Real-Time Marquee Component v3.2 has been released.
The Print Preview Components v5.61 has been released.
The WP-RecentCategoryPosts plugin v1.1 has been released. This is an upgrade release.
By engaging approximate string matching in our applications, we have this opportunity to write more intelligent and more user friendly applications. In this post, you will find the Delphi implementation of Damerau-Levenshtein distance algorithm to use for writing another Delphi function for fuzzy matching of two strings.
While writing code, sometimes we need to store some intermediate data in a temporary storage. Usually a temporary variable or memory stream is enough to save the data, but it is not safe when the data is large. In this post, you will find the implementation of a simple stream class that encapsulates a temporary file for using as an intermediate storage.
The Print Preview Components v5.60 has been released.
Sometimes we need to locate and replace more than one substring in a string, and Delphi does not have a function for this purpose. In this post, I implement and discuss such a function.
The WP-Recent-phpBB plugin v1.2 has been released. This is a bugfix release.