March 11th, 2009

TPicShow is an image slider control with 172 transitional effects in pure Delphi code. The major characteristics of TPicShow are:
- Image transition can be controlled programatically
- Image can be stretched or centered in the client area of the control
- Control can show a background image as centered, stretched, or tiled
- Transition process can use a separate thread
- New transitional effects can be easily implemented and added.
Read the rest of this entry »
Tags: Freeware, Graphics, image effects
Posted in Freeware, Graphics | No Comments »
March 8th, 2009

Workflow Studio is a Delphi/C++Builder VCL framework for Business Process Management (BPM). With Workflow Studio you can easily add workflow and BPM capabilities to your application,by allowing you or your end-user to create workflow definitions and running them.
Here are some examples of business process that can be automated by using Workflow Studio:
- Order management
- Sales management
- Hiring process
- Help desk tasks
- Sales and marketing tasks
- Project management
- Quality checking
- Warranty management
- Software deployment
- Product requirement and specification
- Expense tracking
Read the rest of this entry »
Tags: business, Shareware, workflow
Posted in Others, Shareware | No Comments »
March 8th, 2009

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 set the FrameIndex property to the index of your desired image on the image list.
Of course, TAnimateImage can animate images of an image list too. If you have frames of an animation as Bitmap or Icon, this component offers the easiest way to animate them. For this purpose, TAnimateImage provides some properties to specify interval, segment, and direction of images for the animation.
Read the rest of this entry »
Tags: Freeware, Graphics, images
Posted in Freeware, Graphics | No Comments »
March 8th, 2009
The SSecurity acilitates the definition of user rights on a menu or form level.
Read the rest of this entry »
Tags: Freeware, Security
Posted in Freeware, Security | No Comments »
February 28th, 2009
llPDFLib is pure Object Pascal library to create PDF documents. This library doesn’t use any DLL or external third-party software to generate PDF files. Library includes TPDFDocument component with properties and methods like Delphi’s TPrinter but is designed to generate a PDF file.
Features:
- Real Canvas.Handle (HDC)
- Unicode support
- Acroforms (buttons, radiobuttons, checkboxes, comboboxes, text input fields)
- Watermarks
- Thumbnail
- JavaScript
- Encryption (40 and 128 bit RC4 and AES)
- Outlines (with support russian, turkish, baltic, east europe, greek, CJK languages)
- Compression
- Image compression(Jpeg, Flate, CCITT 3, CCITT 3 (2D), CCITT 4)
- Hyperlink
- Annotation(with support russian, turkish, baltic, east europe, greek, CJK languages)
- Embedding True Type fonts (TTF and TTC)
- Emulation of the Underline and StrikeOut font style
- Present output into Stream for work with CGI/ISAPI applications
- Filters for QReport,FastReport and Report Builder.
- Set of the components for work with DBGrids
- True Type font subset
- C++ Builder 4, 5, 6 support
- and much, much more.
Read the rest of this entry »
Tags: pdf library, Shareware
Posted in Others | No Comments »
January 25th, 2009
Professional Screen Camera Component is a capture desktop screen to avi files.
Some features:
- Save desktop screen to avi file by arbitrary region.
- Select region from 5 way. (SelObject, FreeHand, FixedMoving, FixedStable, FullScreen).
- Auto selecting best video codecs in your system. (DivX, XviD, MP4, WMV and Standard AVIs).
- Capability recording audio from selected input device.
- Full support recording from single monitor and/or multi monitor.
- Change arbitrary recording frame rate. (Up to 1000 fps — super fast machines).
- Capability recording with set timer.
- Change on time video priority at recording mode.
- Capability preview before recording or with recording.
- On time show recording status.
- On time drawing objects, texts, images and… over video canvas. (Overlay option).
- On time filter effective (GrayScale Drawing, Reverse Color, Rotation, Brightness, Contrast, Color Adjusting, Saturation, Noise).
- and more …
Read the rest of this entry »
Tags: camera, Delphi Components, Graphics, Multimedia, video
Posted in Freeware, Multimedia | No Comments »
January 22nd, 2009
Imaging is native Object Pascal (Delphi and FPC) image loading, saving and manipulation library. It is available for several platforms and does not require any third party dynamic libraries or other compiled binaries.
New in 0.26.2:
- Delphi 2009 and Lazarus 0.9.26 support
- New canvas methods (flood and boundary fills, color channel fills, color level adjustment, histogram calculation)
- User contributions (ExtraGIF for QIP Infium, NIF loader, HqResampler)
- GIF animator rewritten, transparent PSDs saved as layer, more
Imaging Library Features:
- Supported platforms are: Windows, Linux, FreeBSD, DOS, .NET (using unmanaged DLL), x86/AMD64.
- Loading and saving of these image file formats: BMP, JPEG, PNG, GIF, DDS, TGA, MNG, JNG, JPEG2000, TIFF, PSD, PBM, PGM, PPM, PAM, PFM, PCX, XPM, and more.
- Many internal image data formats: 8, 16, 24, 32, 48 and 64 bit RGB and ARGB formats, indexed formats, grayscale formats, floating point formats (IEEE754 and half precision), compressed formats like DXT1/3/5, 3Dc and BTC.
- Basic image manipulation functions working for all supported data formats and conversions between them (bilinear/bicubic resizing, mipmap generation, color reduction, …).
- Low level library interface (accessible by other programming languages) and high level OOP one.
- Extensions for creating OpenGL, Direct3D, and SDL textures/surfaces.
- VCL and LCL graphic classes and functions.
- Image drawing with blending, linear and nonlinear filters, point transforms, binary morphology, drawing lines, ellipses, rectangles, etc.
- Support for mipmaps, multiimages, direct access to image data, user-specified file formats, overriding default read and write functions, and more.
Read the rest of this entry »
Tags: Delphi Components, Freeware, Graphics
Posted in Freeware, Graphics | No Comments »
January 20th, 2009
Fundamentals a collection of Delphi code libraries. FUNDAMENTALS UTILITIES contains the following units:
- cDataStructs.pas Data structures
- cDateTime.pas Date and Time functions
- cFileUtils.pas File utility functions
- cHash.pas Hashing functions
- cRandom.pas Uniform random number generators
- cSocket.pas System socket class
- cSocketHostLookup.pas Socket host lookup class
- cSocketLib.pas System socket library
- cStreams.pas Streams
- cStrings.pas Ansi String functions
- cSysClasses.pasSystem classes
- cSysUtils.pas System utilities
- cUnicodeCodecs.pas Unicode encoders/decoders
- cUnicodeChar.pas Unicode character functions
- cUnicode.pas Unicode string functions
- cUnicodeReader.pas Unicode reader classes
- cUtils.pas Utility functions for Integer, Bit, Set,
- cWinClasses.pasWindows system classes
- cWinUtils.pas Windows utility functions
- cXMLFunctions.pas General purpose XML functions
- cXMLDocument.pas XML document classes
- cXMLParser.pas XML Parser
Read the rest of this entry »
Tags: classes, Delphi Components, Freeware
Posted in Freeware, Others | No Comments »
January 17th, 2009

Firebird Maestro is the premier Firebird admin tool for database management, control and development. Key features include:
- Support for all the Firebird versions from 1.0 to 2.5
- Easy database object management
- Database Designer
- Data management: viewing, editing, grouping, sorting and filtering abilities
- Comfortable access to the Firebird security features
- Handy SQL Editor with code folding, syntax highlighting, and multi-threading
- Visual Query Builder
- Data export/import to/from the most popular formats
- Powerful BLOB Viewer/Editor
The application also provides you with a powerful set of tools to manage Firebird users and roles, edit and execute SQL scripts, build visual diagrams for numeric data, compose OLAP cubes, and much more.
Read the rest of this entry »
Tags: Database Tools, firebird tools, Shareware
Posted in Firebird, Shareware | No Comments »
January 17th, 2009

TResourceAllocationChart draws a chart suitable for showing the allocation of shared resources. Those resources could represent shared rooms, cars, in fact anything at all.
Once you have a chart, you can:
- add or delete resources.
- add or delete allocations for each resource.
- change the bar style and colour of any resource, or of any allocation of a resource.
- change the appearance of any particular allocation by changing the pen or brush attributes in the OnAllocationDraw event, or by using the OwnerDraw style.
- drag the chart right or left.
- drag an allocation right or left.
- drag an allocation from one resource to another. This can be useful if, for example, the resource becomes unavailable.
- click and drag the end of an allocation to expand or contract it.
Read the rest of this entry »
Tags: Charts, Delphi Components, Shareware
Posted in Charts, Shareware | No Comments »