Quantcast
Viewing all 1736 articles
Browse latest View live

FFMPEG Vcl Pack For Delphi v.2.81 added

FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library. FFMPEG Vcl Pack For Delphi is a wrapper of FFMPEG APIs for Delphi and C++Builder.
  • DVD Ripper and DVD Playback via DVD Extension.
  • Build-in Audio CD Ripper and Audio CD Playback.
  • Support decoder , encoder, etc provided by ffmpeg.
  • Based on multithread decoding ffmpeg branch , faster on multiple core cpu.
  • Preview and customize output during encoding..
  • Provide stop , pause , resume operations.
  • Lots of Predefined Conversion Profiles (IPod, IPhone, PS3, Mobile, etc).
  • Support lots video filters (Watermark, Overlay Text, Flip, Draw box, Negate, etc).
  • Support 50+ sox audio filters(Beta).
  • Subtitle support
    • ASS, SSA Soft Subtitle (Embed subtitle into subtitle stream)
      ASS, SSA Hard Subtitle (Draw subtitle on video)
  • Allow TStream as input / output
  • Support TBitmap, Screen ,webcam and directshow device capture.
  • Record audio via Soundcard.
  • Merge multiple streams to one file, Convert one input file to multiple files.
  • Log all the log message of FFMPEG.
  • Join different format videos to one video.
  • Provide a comprehensive demo about ffmpeg usage.

Product License: SW
Source: On purchase/registration
File Status: Trial (work while IDE is running)

Compatible with: C2k10 C2k9 CBXE CBXE2 CXE3 D2009 D2010 DXE DXE2 DXE3


ComPort v.3.8 updated

Delphi and C++ Builder component for serial communication. Provides communication with devices connected to serial port. Uses multithreading and overlapping for maximum performance.
  • communication with devices connected to serial port
  • easy of use and very powerful
  • uses multithreading and overlapping for maximum performance
  • available for Delphi/C++ Builder 5 - XE3 and Lazarus 1.0.4
  • source code included in full version
  • royalty free distribution in applications

Product License: SW
Source: On purchase/registration
File Status: With Nag-Screen

Compatible with: C2k10 C2k6 C2k7 C2k9 CB4 CB5 CB6 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D5 D6 D7 DXE DXE2 DXE3 DXE64

TMS WebGMaps v.1.5.0.0 added

VCL Component with extensive configuration ability for integrating Google Maps in Delphi & C++Builder applications.

Features:

  • Different map modes are available: default road map, satellite view, hybrid view and terrain
  • Extra map information can be displayed: Bicycle View, Panoramio (pictures of interest) information, Traffic information
  • StreetView can be selected
  • Position markers may be added to the maps, including default Google balloon markers and custom image markers.
  • Moving over a marker can display a hint with the marker title information
  • Extensive configuration options over the different Google maps controls are available: MapType control, OverViewMap control, Pan control, Scale control, StreetView control and Zoom control.
  • Image files can be created of the displayed map. Images can be saved in different formats: .BMP, .JPG or .PNG
  • Different mouse and keyboard options to enable/disable: mouse or keyboard panning, mouse or keyboard zoom, mouse wheel scrolling
  • Capability to add polygons, polylines, circles, rectangles on top of the map
  • Capability to add labels with markers
  • TWebGMapsGeocoding helper component to facilitate conversions between address and longitude/latitude coordinates
  • TWebGMapsLookupEdit helper component that provides auto completion while entering addresses
  • TWebGMapsDirectionList helper component to show steps in routes with HTML formatting.

Product License: SW
Source: On purchase/registration
File Status: Trial (work while IDE is running)

Compatible with: C2k10 C2k7 C2k9 CBXE CBXE2 CXE3 D2007 D2009 D2010 DXE DXE2 DXE3

FastScript v.1.100.1 updated

FastScript is cross-platform multi-language scripting engine.

It is useful for the programmers who want to add scripting ability to their projects. FastScript is written on 100% Object Pascal.

Unique feature of FastScript is ability to use several languages (PascalScript, C++Script, JScript and BasicScript), so you can write scripts using your favorite language.

FastScript doesn't use Microsoft Scripting Host, so it can be used in Windows and Linux environment. It is possible to add a new language - language definition is stored in the XML format, so you can perform it without writing a Delphi code.

Features:

  • Multi-language architecture allows you to use a number of languages (at present moment PascalScript, C++Script, BasicScript, JScript). You can add any procedural language (language grammar is stored in XML format).
  • You can use multi-language scripts. For example, one module may be written in PascalScript, another one - using C++Script.
  • Standard language set: variables, constants, procedures, functions (nested functions allowed) with var/const/defaultparameters, all the standard operators and statements (including case, try/finally/except, with), types (int, float, bool, char,string, multi-dimensional array, enum, variant), classes (with methods, events, properties, indices and default properties).
  • Types compatibility checking.
  • Access to any object inside your application. Standard libraries for the access to the base classes, controls, forms and BD. Easily expandable library architecture.
  • Small footprint - 80-150Kb depending on used modules.

Product License: SW
Source: On purchase/registration
File Status: Trial (work while IDE is running)

Compatible with: C2k10 C2k6 C2k9 CB4 CB5 CB6 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D4 D5 D6 D7 DXE DXE2 DXE3

Habari OpenMQ Client v.2.3 added

Habari OpenMQ Client is a library for Delphi 6 to XE and Free Pascal which provides easy access to the Open Message Queue (OpenMQ) Message Broker. The library uses the Stomp message protocol and a plug-in architecture for communication libraries. It follows the specification of the JMS API for Message Oriented Middleware.

Open message queue is an enterprise quality, production ready, scalable messaging server. It provides a complete Java Message Service (JMS) implementation for message oriented system integration. In addition, Open MQ provides the additional enterprise features that are necessary for enterprise deployments, large and small. It gets its roots from Java Message Queue and provides all the features, functions and capabilities of the currently available licensed product: Java System Message Queue.

Product License: C
Source: On purchase/registration
File Status: Demo only

Compatible with: D2005 D2006 D2007 D2009 D2010 D6 D7 DXE DXE2 DXE3

Habari RabbitMQ Client v.1.5 added

Habari RabbitMQ Client is a library for Delphi and Free Pascal which provides easy access to RabbitMQ, the complete and highly reliable enterprise messaging system based on the emerging AMQP standard. With this library, Delphi developers can build integrated solutions, using the peer-to-peer or the publish and subscribe communication model. Habari RabbitMQ Client uses a plug-in style architecture for communication libraries and message transformers for XML and JSON object serialization. It supports RabbitMQ versions 2.4.0 and higher, Delphi 6 to XE3 and Free Pascal, and follows the specification of the JMS API for Message Oriented Middleware.

Product License: SW
Source: None
File Status: Evaluation (time-limit)

Compatible with: D2005 D2006 D2007 D2009 D2010 D6 D7 DXE DXE2 DXE3

LMD DockingPack v.2013.0 added

LMD DockingPack is a collection of native VCL components and additional classes that can be compiled into your application royalty free. This package was designed to help you building applications with entirely customizable and modern user interface. Add docking features with floating panels as known e.g. from Visual Studio.
  • Advanced site control with horizontal, vertical or tabs dock zones, splitters and shifting "auto hide" zones
  • Transparent hot-spots drag-over active areas.
  • Additional drag-over active areas in tab zones and splitters.
  • Ability to place required user interface controls on the panels (TLMDDockPanel) - prevents having many distinct forms in the project. Advanced design-time features with drag-and-drop zones rearrangement.
  • True proportional zones resizing. The LMD-DockingPack uses double coefficients to store proportional sizes that prevent proportion-lost bug while very slow resizing.
  • The notion of "space" zone. That is the central zone with main application content. The central zone has following useful special properties: space zone have highest priority to resize when the dock site is resizing, leaving all other edge zones with the same size; edge zones "auto hide" side is automatically detected relatively to space zone.
  • Using space zone gives following additional features: Unlike Delphi standard sites, like TPanel, dock-client can be docked into empty site to the edge, not only to the whole site area. This is more naturally from the user viewpoint. Dock-out of the space panel from the site does not corrupt edge zones layout.
  • Allowing locking some panels to prevent them to be dock-out from the site, using DragMode, ShowHeader and Buttons properties of the TLMDDockPanel. Allowing intercepting dock-dropping using OnCustomInsertQuery and OnCustomInsert events of the TLMDDockSite. These two features allow organizing fully custom central zone, like "tabbed documents" in Microsoft™ Visual Studio. Advanced global saving/loading of the current dock layout. The TLMDDockPersister control allows to save/load any all dock sites, including dynamically created floating sites, in XML format.
  • TLMDDockSite.LoadDesignLayout property and TLMDDockPersister.ApplyDesignLayout method allows to defer applying design-time layout in application to prevent flickering.
  • Full sourcecode of library;
  • Extensive demo project with sourcecode;
  • Free technical support via newsgroup (news.lmd.de), e-mail, fax or mail;
  • Also available as part of LMD VCL Complete.

Product License: SW
Source: On purchase/registration
File Status: Trial (work while IDE is running)

Compatible with: C2k10 C2k6 C2k7 C2k9 CB6 CB64 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D6 D7 DXE DXE2 DXE3 DXE64

LMD-Tools v.2013.0 updated

LMD-Tools covers more than 485 components for any task you can imagine. Following component groups are only examples for the broad range of available components: LMD Tools includes controls for superior interface design, system programming, file controls, database applications, Internet-/web-components, multimedia, text/data input (RichEdit), display of formatted text and many more.

Most of the visual components support transparency, advanced font effects (3D, outline, ..), different backgrounds or -effects. In latest version an integrated parser supports display of formatted text (e.g. HTML) for many controls.

For more information check out Components Overview and LMD-Tools Feature Matrix on vendor's website.

Available sub-packages:

  • LMD BarPack provides components which help you to enhance your projects with advanced bar controls (ExplorerBar and SectionBar).
  • LMD ChartPack is designed for clear and efficient graphic representation of data in VCL applications. Several most popular 2D and 3D chart types are available. Configuration of both data-processing logic and visual representation aspects is supported.
  • LMD DockingPack helps you to build applications with an entirely customizable and modern user interface. Add docking features with floating panels as known e.g. from Visual studio.
  • LMD FxPack was designed to help you adding exciting splash screens or form transitions to your applications - select from over 70 families of animation and transition effects which again provide hundreds of different variations.
  • LMD RichPack contains several controls (based on MS RichEdit DLL) allowing integration of text editor functionality into your application.
  • LMD SearchPack supports you integrating advanced search features (e.g. for HTML files including support for wildcards and AND, OR, NEAR and NOT operators.
  • LMD ShellPack contains controls which help creating Windows Explorer like projects and solving shell/system related tasks.
  • LMD SysPack controls are used for retrieving extensive system information.
  • LMD StoragePack controls are used to save/restore configuration data. Possible target formats are the Registry or Ini-, XML- and binary files.
  • LMD WebPack helps you to integrate advanced webbased features like updates via internet, display of news items, scanning of web sites or HTML pages.

Product License: C
Source: On purchase/registration
File Status: Trial (work while IDE is running)

Save 10% by ordering via Torry Showcase!

Compatible with: C2k10 C2k6 C2k7 C2k9 CB6 CB64 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D6 D7 DXE DXE2 DXE3 DXE64


LMD IDE-Tools v.2013.0 updated

LMD IDE-Tools is collection of native VCL components which help you to set up a complete IDE environment in a quick and easy way. Extend your applications by providing your customers enhanced possibilities - either by custom scripts or even complete dialogs or additional forms.

This package includes LMD DesignPack, LMD ScriptPack and LMD SyntaxEdit.

Besides that LMD IDE-Tools adds an additional integration package which combines the abilities and features of the standalone packages and adds high level features like IDE services (component palette, IDE manager, synchronizing services), project manager tools (handling of different documents, project view), advanced designing features (alignment palette, support for component editors, object/component view) and so on. An example IDE project (supporting the script languages included in LMD ScriptPack) is shipped with the complete package which demonstrates how to set up a complete IDE project.

Product License: C
Source: On purchase/registration
File Status: Trial (work while IDE is running)

Compatible with: C2k10 C2k6 C2k7 CB6 CB64 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D6 D7 DXE DXE2 DXE3 DXE64

LMD ElPack v.2013.0 updated

LMD ElPack is a collection of more than 170 native VCL (about 30 native CLX) components for everyday work, that extend functionality of VCL/CLX controls, and also introduce lots of new features and customizable look-and-feel. Unicode enabled.
  • LMD ElPack brings your development process to higher level by solving common programming tasks for you.
  • LMD ElPack components cover about 90-95% of your everyday needs in specialized components. In other words, almost everything you would like to do with the use of component, you can do with LMD ElPack.
  • With LMD ElPack you can internationalize your application easier. Say VCL doesn't support Unicode? With LMD ElPack help it does.
  • LMD ElPack provides complete Unicode support including Unicode hints for components (use ElHTMLHint component). This means that you can make your Delphi applications truly support Unicode even on Windows 9x/ME.
  • If you want your application to look modern on Windows XP with XP themes enabled, LMD ElPack will do this for you. LMD ElPack components have built-in support for Windows XP themes.

Product License: C
Source: On purchase/registration
File Status: Trial (work while IDE is running)

Save 10% by ordering via Torry Showcase!

Compatible with: C2k10 C2k6 C2k7 C2k9 CB6 CB64 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D6 D7 DXE DXE2 DXE3 DXE64

LMD-Tools SE v.2013.0 updated

LMD Tools Special Edition is a collection of more than 100 native VCL components that can be compiled into your application royalty free, and without the need of additional files for distribution. Buttons, Dialogs, Multimedia, System, Data-aware, Container, Standard, Label, and Extended controls will allow the developer to produce professional applications, quicker and easier than ever before.

If you are looking for enhanced functionality of existing components in the VCL, or just want to add that personal touch to your application, LMD Tools has a solution to fit you. And it ships with a vast array of sample projects and demos for all of the components found in the package. An automatic installer and help file is provided.

XE2 and XE3 releases contain Delphi 64bit runtime packages.

Product License: FW
Source: None
File Status: Fully functional

Compatible with: C2k10 C2k6 C2k7 C2k9 CB6 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D6 D7 DXE DXE2 DXE3 DXE64

LMD BarPack v.2013.0 updated

LMD BarPack is a collection of 8 native VCL components that can be compiled into your application royalty free. This package contains advanced bar controls (TLMDSectionBar and TLMDExplorerBar) which help to integrate advanced GUI features into your applications. Included controls are characterized by extremely high flexibility regarding their visual features and internal data handling. In addition advanced editors will speed up development at design-time.

Features

  • 8 components for implementing advanced bar controls to your projects
  • MS Windows XP Explorerbar like control supporting XP Themes in Windows XP and a similar look on non-XP Windows versions
  • MS Outlook Bar like control with extended Drag&Drop support, ready to use predefined popup-menus, advanced visual features and a vast array of methods and events for integrating advanced runtime features
  • Both controls are able to take their visual properties and data settings from external controls
  • Complete action support - allows effective and centralized programming
  • Full source code of library
  • Extensive demo projects with source code
  • Free updates via Internet
  • English online helpfiles with IDE integration
  • Free technical support via newsgroup (news.lmdtools.com), e-mail, fax or mail
  • Also available as part of LMD-Tools.

Product License: C
Source: On purchase/registration
File Status: Trial (work while IDE is running)

Compatible with: C2k10 C2k6 C2k7 C2k9 CB6 CB64 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D6 D7 DXE DXE2 DXE3 DXE64

AlphaControls Lite Edition v.8.11 updated

Package contains 13 absolutely free and fully-functional components from the AlphaControls package (TsSkinManager, TsSkinProvider, TsEdit, TsCheckBox, TsPanel, TsButton, TsScrollBar, TsLabel, TsWebLabel, TsBitBtn, TsComboBox, TsListBox and TsGauge). By using these components you can see the basic ideas behind AlphaControls which distinguish these components from similar packages. Small demo with sources included in this package.
  • It is possible to embed any skins within the Exe-file for easy deployment;
  • Skins are upgradeable and have a very simple structure;
  • Drawing of components is produced in several layers, so components may be alpha-blended, can have nice realistic borders, shadows and some other beautiful effects;
  • Skinning of most Standard edit controls by the TsSkinProvider component is available also.
  • The elements of each control are calculated in real-time, so any control can be freely moved and resized at run-time;
  • PNG-glyphs support in the buttons;
  • Billenium effects support;
  • HUE offset and saturation of current skin colors changing;
  • Working with the components is very simple and intuitive...

Product License: FW
Source: None
File Status: Fully functional

Compatible with: C2k10 C2k6 C2k7 C2k9 CB6 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D5 D6 D7 DXE DXE2 DXE3

AlphaControls v.8.11 updated

A package of standard and unique skinable VCL's for professional UI design development using AlphaSkins. AlphaControls is an easy-to-use universal and powerful tool for developing original skinned and non-skinned business/media applications. We have also added some properties and components, which make AlphaControls (and the applications that use them) unique.

Features:

  • Skins are upgradeable and have a very simple structure.
  • The elements of each control are calculated in real-time, so any control can be freely moved and resized at run-time.
  • Drawing of components is produced in several layers, so components may be alpha-blended, can have nice realistic borders, shadows and some other beautiful effects.
  • It is possible to embed any skins within the Exe-file for easy deployment.
  • Most standard edit controls are skinned automatically by TsSkinProvider component.
  • TPNGImageList component support (if USEPNG key defined).
  • Unicode support (see help-file for details).
  • Billenium effects and TMS Unicode Component Pack full support.
  • Many more...

Product License: SW
Source: On purchase/registration
File Status: With Nag-Screen

Compatible with: C2k10 C2k6 C2k7 C2k9 CB6 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D5 D6 D7 DXE DXE2 DXE3

SkinAdapter v.5.20 updated

SkinAdapter is a component for DynamicSkinForm and BusinessSkinForm which allows to make third-party controls skinnable without modifing source code. The SkinAdapter can make any third-party controls skinnable. For example, SkinAdapter can hook WebBrowser, QuantumGrid, TMS Unicode Component Pack, TRichView, TVirtualTreeView, TSynEdit and more popular controls.

Features:

  • easy to use
  • automatic hooking third-party controls, which names you set in list (all controls with standard scrollbars, button, bitbtn, speedbutton, edit, combobox, checkbox, groupbox, tab and page controls, radiogroup, listbox, listview with header and others)
  • hook scrollbars without flickering.
  • native skinable WebBrowser component (first and unique skinable WebBrowser component for Delphi and C++Builder)
  • native WebBrowser control resize without flickers (we have solved main problem of standard TWebBrowser control)
  • EmbeddedWB support (control inherited from third-party webbrowser - TEmbeddedWB control, have skinnable scrollbars and repaint without flickers on resize (we have solved main problem of TEmbeddedWB control)
  • full compatible with DynamicSkinForm and BusinessSkinForm
  • unicode support
  • tested in Windows 95, 98, ME, NT, 2000, 2003, XP, Vista, Windows 7, 8

Product License: SW
Source: On purchase/registration
File Status: Trial (work while IDE is running)

Compatible with: C2k10 C2k6 C2k7 C2k9 CB5 CB6 CB64 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D5 D6 D7 DXE DXE2 DXE3 DXE64


FFMPEG Pack For Firemonkey v.2.1 added

FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec - the leading audio/video codec library. FFMPEG Converter For Firemonkey is a cross platform wrapper of FFMPEG APIs for Delphi and C++Builder on Windows and Mac OSX.
  • Support both windows and mac osx platforms.
  • DVD Ripper via DVD Extension on windows.
  • Build-in Audio CD Ripper on windows.
  • Support decoder , encoder, etc provided by ffmpeg.
  • Based on multithread decoding ffmpeg branch , faster on multiple core cpu.
  • Preview and customize output during encoding..
  • Provide stop , pause , resume operations.
  • Lots of Predefined Conversion Profiles (IPod, IPhone, PS3, Mobile, etc).
  • Support lots video filters (Watermark, Overlay Text, Flip, Draw box, Negate, etc).
  • Support 50+ sox audio filters.
  • Subtitle support
    • ASS, SSA Soft Subtitle (Embed subtitle into subtitle stream)
      ASS, SSA Hard Subtitle (Draw subtitle on video) on windows
  • Allow TStream as input / output
  • Support TBitmap Canvas, audio record ,screen , webcam and other device capture cross platform.
  • Merge multiple streams to one file, Convert one input file to multiple files.
  • Concat different format videos into one file
  • Text to speech transcode(US english only)
What is New: Add DVD Ripper support for both windows and mac osx

Product License: SW
Source: On purchase/registration
File Status: Trial (work while IDE is running)

Compatible with: CBXE2 CXE3 DXE2 DXE3 FM FM2

Communication Protocol Suite v.2.0 updated

Delphi and C++ Builder communication components. Protocols 3964 and 3964R are implemented.
  • available for Delphi/C++ Builder 5 - XE3 and Lazarus 1.0.4
  • source code included in full version
  • royalty free distribution in applications

Product License: SW
Source: On purchase/registration
File Status: With Nag-Screen

Compatible with: C2k10 C2k6 C2k7 C2k9 CB4 CB5 CB6 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D5 D6 D7 DXE DXE2 DXE3 DXE64

Flat Button v.0.1 added

Flat button in Windows 8 style.

Product License: FWS
Source: Included
File Status: Fully functional

Compatible with: DXE2

FFMPEG Video Player For Firemonkey v.2.1 added

FFMPEG Player For Firemonkey is a cross platform (windows and Mac OSX) video player component based on ffmpeg to decode and play video/ audio.
  • Support playing all the video / audio that can be decoded by ffmpeg.
  • New:Support DVD playback with dvd extension.
  • Support playback at most 8 videos at the same time.
  • Hardware accelerated H.264 decoding on Mac OSX.
  • Memory stream , http , etc playback
  • Based on multithread decoding ffmpeg branch , faster on multiple core cpu.
  • Provide stop , pause , resume, step forward, seek operations .
  • Lots of video filters support (flip, negate, drawbox and watermark, overlay text) 
  • 50+ Sox Audio Filters
  • Dynamic switch active video/audio track for multiple tracks video.
  • Capable display bitmap subtitle such as dvdsub.
  • Disable screen saver while playback
  • Volume control
  • Text to speech support (US English only)
  • Bluray support (without encrypted disc support)
What is new:
  • Add DVD Playback support for both Windows and Mac OSX

Product License: SW
Source: On purchase/registration
File Status: Trial (work while IDE is running)

Compatible with: CBXE2 CXE3 DXE2 DXE3 FM FM2

OCR v.3.4 added

Delphi and C++ Builder optical character recognition component. Use OCR component to retrieve text from image, for example from scanned paper document.
  • uses Tesseract OCR engine and Leptonica image processing library
  • available for Delphi/C++ Builder 5 - XE3 and Lazarus 1.0.4
  • source code included in full version
  • royalty free distribution in applications

Product License: SW
Source: On purchase/registration
File Status: With Nag-Screen

Compatible with: C2k10 C2k6 C2k7 C2k9 CB5 CB6 CBXE CBXE2 CXE3 D2005 D2006 D2007 D2009 D2010 D5 D6 D7 DXE DXE2 DXE3 DXE64

Viewing all 1736 articles
Browse latest View live