March 30th, 2008
FastCube enables to create various reports and diagrams instantly irrespective of the database size.
- FastCube is a handy tool for efficient analytical data arrays handling.
- FastCube usage for report building does not require programmer’s high skill level.
- You can build FastCube into your applications created in Delphi or Lazarus environments by way of components’ set.
- Connection to any datasource which supports “TDataSet” interface.
- There is an opportunity to build ready-made templates for the cube and to prohibit user’s scheme modification.
- You can export cube’s cutoff into Excel, Word and HTML.
- All cube’s settings may be performed both by program and a user.
Read the rest of this entry »
Posted in Reports, Shareware | No Comments »
March 26th, 2008
TXLSFile is a Borland Delphi library for reading and writing of Microsoft Excel XLS files
It is based on direct reading and writing of files, and works without OLE Automation with Microsoft Excel.
VB and C++ developers may use OLE XLSFile COM objects library.
Read the rest of this entry »
Posted in Database, Shareware | No Comments »
March 25th, 2008
Collection of routines designed to simplify work with Win32 API.
It contains more than 100 functions and procedures, some documented and some not. You can always read the source (and most of them are trivial to understand).
Read the rest of this entry »
Posted in Freeware | No Comments »
March 22nd, 2008
madExcept was built to help you locating crashes in your software. Whenever there’s a crash/exception in your program, madExcept will automatically catch it, analyze it, collect lots of useful information, and give the end user the possibility to send you a full bug report.
Some facts:
- no need to distribute additional files, cause madExcept is fully linked into your executable
- the size of your executable file grows only by some percent (usually single digit)
- you don’t need to change a single line of code in your project
- there’s no performance loss, as long as no exception occurs
- full support for multi threaded applications
- full support for third party translation tools
- full support for third party protection/compression tools
- email, web upload and printing functionality included
- free for non-commercial usage, inexpensive for commercial usage
Read the rest of this entry »
Posted in Expert & IDE, Shareware | No Comments »
March 20th, 2008
Do you need to write a multithreaded applications ? Are you annoyed of writing lines and lines of code for threads synchronization and CriticalSections for data protection ? Would you believe that the thread is just a click away ? Well here it is, the TBMThread is a native VCL component implementing everything you do need to create the thread and the synchronization, just dropping the component on the form. Sounds great, right ? And it’s not all. Here is the Thread group now. Just set couple of therads to point to one and the same group and you can control and monitor all of them. Well this is a beta version. Even more fun is ahead. So enjoy. Does have a component package.
Read the rest of this entry »
Posted in Freeware, Others | No Comments »
March 17th, 2008
Various TList descendants and TList-compatible classes.
- TGpIntegerList is a TList-compatible class used to store integers.
- TGpIntegerObjectList is a TGpIntegerList descendant used to store integers and associated objects.
- TGpCountedIntegerList is a TGpIntegerList descendant used to store pairs of 32-bit integers.
- TGpInt64List is a TList-compatible class used to store int64 numbers.
- TGpInt64ObjectList is a TGpInt64List descendant used to store int64 numbers and associated objects.
- TGpCountedInt64List is a TGpInt64List descendant used to store int64 numbers and associated 64-bit integers.
- TGpCountedStringList is a TStringList descendant that has each string item associated with an integer counter (internally stored in the Objects property).
- TGpTMethodList is a list of TMethod records.
- TGpClassList is a list of (class name, class type) pairs.
- TGpObjectRingBuffer is a fixed-sized ring buffer of TObject references.
- TGpObjectMap is one-dimensional array, indexed by objects and containing objects.
- TGpObjectObjectMap is two-dimensional array, indexed by objects and containing objects.
- TGpDoublyLinkedList is doubly-linked list of TGpDoublyLinkedListObject descendants.
Read the rest of this entry »
Posted in Freeware, Others | No Comments »
March 2nd, 2008
ZylSerialPort is a Delphi & C++Builder thread based asynchronous serial port component. Use ZylSerialPort component to easily communicate with external devices on serial port connection, such as modems, bar code readers, GSM modules and others.
You can use it also with USB, infrared and Bluetooth devices, because these devices have a driver that redirects the input from the USB, infrared or Bluetooth port to a virtual serial port (you can check it in System/Device Manager/Ports). If your USB device is not provided with such a driver, then use a USB controller whose vendor provides a virtual serial port driver, such as FTDI or use a USB/RS-232 adapter.
Read the rest of this entry »
Posted in Others, Shareware | No Comments »
February 29th, 2008
Rt-Tools2D is a compilation of components for Borland and CodeGear Delphi and C++ compilers for generating Cartesian X/Y-plots from scientific and financial data. It supports a large variety of axis scaling types, series, calculated line legends, movable markers, etc., and thus gives you a tool for generating scientific and financial graphing programs easily, while retaining numerous options for tailoring the end product to the requirements of you and your customers.
Read the rest of this entry »
Posted in Graphics, Shareware | No Comments »
February 27th, 2008
TLogToFile is a simple class for logging information out to a file. While it is simple to use it is also very powerful and flexible.
Features:
- Use the unit – and call the LogToFile. WriteToLogFile method. The class takes care of everything else
- Events for before and after the logging takes place
- Handles Multiple open log files from the one class
- Can keep log file open between writes – for optimal performance
- Provides selective logging via LogTags property
- Provides Pre and Post text to allow writing log entries to HTML tables
- Automatic archiving of Log Files
- Full Source code, Help File (and Help Scribble source!) and demo Project
Read the rest of this entry »
Posted in Freeware, Others | No Comments »
February 25th, 2008
PNGButton is component which supports Alpha and PNG (It use an external PNG Image component) and three button state.
Tested on Delphi 7 only but must be work on other versions of Delphi.
Read the rest of this entry »
Posted in Buttons, Freeware | No Comments »