C++ Builder 6.0x freeware
Mega Library - All files

Data Base Programming

[ 1dnav_c6.zip ] [ 716,722 bytes ] [ Freeware ] [ No Source ]
[ C6 ]
Data Navigator contains a set of components for data searching and filtering different databases. The package includes a collection of non-visual components and a collection of visual components. Non-visual components are designed for filtering or searching for data in different dataset components. Visual components are designed for data entry by an end-user, in this case non-visual components of this package will filter or search required data. This package gives you the following advantages:
  • The filtration and search for the required data can be of any level of difficulty.
  • Optimization of search and filtration taking into account a current index.
  • SQL filtration. Use "WHERE" clause to limit the effect of a SELECT statement to a subset of rows in the table.
  • Support of BDE, MIDAS, ADO, dbExpress, InterBase Express, etc.
  • Support alternative database access: DBISAM, KeyDB, KbmMemTable, etc.
  • Development of VCL and CLX applications.
  • A broad set of visual components designed for data input by an end-user for the search and filtration of data.
  • Simple integration with any other visual components designed for data input.
  • Simple integration with any dataset components developed by other producers.
Our package gives you a very powerful set of components for organizing data searches and filtration in your application. The division of the package into a set of visual and non-visual components gives you maximum flexibility when building applications. We offer you the best set of components in this field and hope that you will enjoy our software product.
Data Navigator is currently available in Catalan, Chinese, Czech, Dutch, English, Farsi, Finnish, French, German, Greek, Hungarian, Italian, Norwegian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish and etc. languages.
Added: 18-03-2003/18-08-2003   |  Version: 1.04   |  Downloads: 832/822/2
Author:IMG Software   [Homepage]   [DSP files]
 
Compatible files:  [ D4 | D5 | D6 | D7 | C4 | C5 ]

[ aqb_free.zip ] [ 3,673,756 bytes ] [ Freeware ] [ No Source ]
[ D6 | D7 | C6 ]
Active Query Builder is a query builder component suite for Borland Delphi and C++ Builder which gives your end-users the ability to create complex queries with unions, subqueries and nested joins via the intuitive visual interface. It can be integrated with your application by setting a few properties or a few lines of code. Free Edition supports only ANSI-92 SQL dialect.
Added: 8-08-2005/24-08-2005   |  Version: 0.9.7   |  Downloads: 245/245/20
Author:Sergey Smagin   Active Database Software   [Homepage]   [DSP files]

[ link: ] [ size n/a ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
B-Tree Filer is a fast library of file-based database routines for Borland Turbo Pascal & Delphi. B-Tree Filer supports stand-alone programs or those running on Microsoft-compatible networks including Novell Netware.
released under Mozilla Public License 1.1 (MPL 1.1)
Added: 4-02-2003   |  Version: 5.55   |  Downloads: n/a
Author:TurboPower B-Tree Filer Project (Sourceforge)   [Homepage]   [DSP files]

[ link: ] [ size n/a ] [ Freeware ] [ With Source ]
[ D4 | D5 | D6 | D7 | C5 | C6 | K1 | K2 | K3 ]
ZeosDBO is a database middleware components for Borland development tools, including Delphi, C++ Builder and Kylix.

The following compilers are supported:

  • Delphi 4 - 7
  • C++ Builder 4 - 6
  • Kylix 1 - 3

ZeosDBO supports direct connectivity to the following databases using the vendor provided, native interface:

  • MySQL 3.20 - 4.1
  • PostgreSQL 6.5 - 7.3
  • Firebird 1.0 - 1.5
  • Interbase 5.0 - 7.5
  • Microsoft SQL Server 7, 2000
  • Sybase ASE 12.0, 12.5

For other databases we propose to use implemented Active Data Objects (ADO) Bridge.

Advantages of using ZeosDBO:

  • Platform independance. The ZeosDBO is highly generic. Applications written in ZeosDBO can be migrated across databases without major changes.
  • ZeosDBO is open source, written for usability and extensibility.
  • ZeosDBO leverages the amazing power of the Delphi development environment without relying on a performance killing middleware.
  • ZeosDBO is an extremely thin abstraction layer, unlike 'thick' layered protocols like ADO and BDE.

Package contents:

  1. ZCore - Core classes and interfaces. Contains Java style objects and collections as well as compatibility types and functions.
  2. ZParseSql - SQL specific for syntax and lexical analysis.
  3. ZPlain - Native plain API to supported SQL servers.
  4. ZDbc - Port of Java Database Connectivity API (JDBC 2.0). DBC API acts as intermediate layer between Plain API and highlevel TDataset or DBExpress components.
  5. ZComponent - visual components descended from TDataset.

Installed components:

  1. TZConnection: This component encapsulates the database connection and transaction management.
  2. TZReadOnlyQuery: TDataset component to execute SQL queries and process data in read-only mode.
  3. TZQuery: TDataset component which allows data modifications in regular and cached mode.
  4. TZUpdateSQL: Analog of standard TUpdateSQL component to explicite definition of Insert/Update/Delete SQL statements for TDataset modifications.
  5. TZStoredProc: The component to execute SQL stored procedures.
  6. TZSQLProcessor: The component to execute SQL scripts for different SQL and various delimiter types.
  7. TZSQLMonitor: The component to monitor all outgoing SQL queries and other logging information.
  8. TZSQLMetadata: Specialized TDataset component which provides an access to database metadata such as tables, columns, indices, etc.

The project home page is here (for news, links and other project info): http://www.zeoslib.net

The sourceforge development site is located here (for technical resources and anonymous web based cvs access): http://www.sourceforge.net/projects/zeoslib


Added: 21-03-2001/9-02-2004   |  Version: 6.1.3 beta   |  Downloads: n/a
Author:ZeosLib team   [Homepage]   [DSP files]

[ link: sqlmemtable_spec.php ] [ size n/a ] [ Freeware ] [ No Source ]
[ D4 | D5 | D6 | D7 | C4 | C5 | C6 ]
AidAim SQLMemTable - FREE! SQLMemTable is a fast and easy-to-use in-memory table and query VCL for Delphi and C++ Builder. SQLMemTable includes two visual components: TSQLMemTable, which is a fast and easy in-memory TTable replacement; TSQLMemQuery that provides a subset of SQL'92 operators. SQLMemTable does not require BDE and provides all the TTable functions such as master / detail relationship, filtering, searching, sorting, blob fields, key and range methods, as well as some advanced features like blob fields compression and Unicode support. SQLMemTable provides the following services: SQL (DML & DDL) commands support; master / detail relationship; creating, renaming, emptying, deleting and restructuring tables; creating, editing, deleting, browsing and searching for records; creating and deleting multiple indexes; calculated and lookup fields; filtering support; BLOB fields compression; importing from and exporting to any dataset in fast and easy way; internationalization / localization and Unicode support. SQLMemTable is a fully functional in-memory database system; it includes table and query components as well as useful utility (with source code), demos and comprehensive help. SQLMemTable does not require BDE or any external drivers and has small footprint. Features and benefits: Compactness - Short compiled code with approximate size 300 Kb, no external drivers (such as BDE) required. - Small memory consumption by SQLMemTable database engine. - Fast BLOB data compression. Your large data fields will need less memory. SQLMemTable can compress data on the fly. The compression routines used in the SQLMemTable are much faster than most of popular archivers like PKZip, WinRar, Arj. High performance - Fast search by B-tree indexes. At the moment SQLMemTable is one of the fastest existing in-memory tables for Delphi and C++ Builder. - High-speed in-memory performance is achieved by means of using specially optimized memory manager and tuned algorithms. - Quick operations with strings. SQLMemTable compares strings up to 3 times faster than standard Delphi string routines. High performance is achieved by using a special library written in Assembler and an advanced sorting algorithm. - Advanced SQL optimizer often makes query execution significantly faster by choosing the best execution plan. Functionality - A subset of SQL'92 (DML & DDL) operators is supported by TSQLMemQuery component. With SQLMemTable you can create SQL scripts for creating tables, inserting, editing and deleting records, retrieving data by SELECT command. See full list of supported commands. - Advanced search engine. SQLMemTable supports 'LIKE' operator with wildcards '%' and '_', as well as 'IS NULL' and 'IS NOT NULL' in filters and queries. - Full multiple index support, i.e. numerous fields in a table may comprise an index. SQLMemTable provides descending and ascending indexes, case-sensitive and insensitive indexes for string fields. - Shareable in-memory tables. SQLMemTable supports simultaneous access to a table by multiple TSQLMemTable components within a single application. - Default values support. - Record-level constraints, i.e. constraints that must be met when editing the data. Compatibility - SQLMemTable supports most of TTable field data types, including BLOB fields, moreover it allows to create string and wide string fields of any fixed length. - SQLMemTable is fully compatible with standard DB-aware visual controls such as QuickReport, DBGrid, DBNavigator, DBImage, DBMemo, DBRichEdit, as well as with third party products supporting TDataset descendant components - FastReport, DBFlyTreeView and others. - Calculated and lookup fields can be used in the same way as TTable. - Most of TTable functions are supported including Key and Range methods. Convenience - Table restructuring is being performed in the easiest way keeping all the existing data. - Data importing from and exporting to any dataset is supported. SQLMemTable provides you with the simplest way to import and export tables using ImportTable and ExportTable methods. - Internationalization / localization support. All text search and sorting functions use current system locale, so localizing your program with SQLMemTable is a very simple task. - Unicode support. All the text operations work with multi-byte encoding using ftWideString. - Comprehensive help. SQLMemTable comes with full documentation presented in SQLMemTable Developer's Guide and SQLMemTable Reference.
Added: 31-05-2004   |  Version: v.2.12   |  Downloads: n/a
Author:AidAim Software   AidAim Software   [Homepage]   [DSP files]

[ link: NexusDB105_Lite_Version_for_CB6.Zip ] [ size n/a ] [ Freeware ] [ No Source ]
[ C6 ]
NexusDB Client/Server Light database engine for C++Builder6

The Lite version is free for use in all types of projects, personal or commercial. It comes with packages and dcus, no source. Programs made with the Lite version of the database engine is limited to one simultaneous database, 5 tables, 10.000 recrords per table. Please find more info, downloads, and assistance on our web site and in our user community support newsgroups:

news://news.nexusdb.com/nexusdb.public.support

About the full version

NexusDB is the most flexible full source database engine for Delphi and C++Builder users. It scales seamlessly from databases kept solely in memory, via embedded server (single executable deployment) to full C/S solutions scaling to hundreds of users.

  • - Supports Delphi 5, 6, 7, and C++Builder 6
  • - NO royalty fees for server or client distribution.
  • - A large subset of SQL Ansi 92 is supported, including DDL.
  • - It adheres to the VCL TDataSet interface, so you can continue using all your favourite data-aware controls and report engines.
  • - In-memory table support which rivals pure memory-based database engines on speed on smaller datasets, while scaling very well to larger disk-based datasets (millions of records)
  • - In multi-user environments, only the server can access the data, minimizing risk of database corruption.
  • - Snapshot transactions provide 24/7 Live backup capability without disrupting regular database activity.
  • - Support for the IProvider interface (TClientDataSet) is included.
  • - The architecture is designed to be flexible, and can be enhanced by writing plugins, monitors and extenders.
  • - Free 3rdparty monitors/extenders already exist for custom client-server-client messaging (for instance, signal another client to update its view of data) and remote file handling on the server.
  • - It has lightning fast Winsock transports for networked C/S solutions; a Blowfish wrapper transport provides added security when needed.
  • - Conversion utilities for source and tables from other database engines (BDE, ADO, etc) are provided.
  • - Includes a Memory manager unit which replaces Borland's with a 24/7 usable one. Speeds up operations and keeps memory fragmentation away, vastly increased alloc/dealloc throughput on multi-cpu machines.
  • - Referential Integrity support available as conceptual monitor/extender example
  • - ODBC and dbExpress drivers available as separate drivers pack
  • - Support for RemObjects/Data Abstract
  • - Support for kbmMW
  • - Support for ReportBuilder DADE
  • - Support for FastReport
  • - .NET provider
  • - DeZign database designer by Datanamic now supports NexusDB

    Additional binaries, trial versions based on the current release, manual and help files are available from the web site.
    This archive is for C++Builder 6.


    Added: 3-05-2004   |  Version: 1.05   |  Downloads: n/a
    Author:Nexus Database Systems   Nexus Database Systems   [Homepage]   [DSP files]
     
    Compatible files:  [ D5 | D6 | D7 ]
  • [ link: pivotcubevcl.exe ] [ size n/a ] [ Freeware ] [ No Source ]
    [ D5 | D6 | D7 | C5 | C6 ]
    PivotCube VCL is a set a visual components for OLAP analisys and reporting. You can use it to load data from huge relational databases, look for information or details and create summaries and reports that help the end user in making accurate decisions. It provides highly dynamic interface for interactive data analysis.
    Added: 5-05-2003/21-03-2006   |  Version: 7.2.6.5   |  Downloads: n/a
    Author:Alex Zencovich   Alex Zencovich   [Homepage]   [DSP files]

    [ kacdo10.zip ] [ 22,666 bytes ] [ Freeware ] [ No Source ]
    [ C6 ]
    KA CDOMessage IS Delphi implementation of Microsoft's CDO for Windows 2000
    CDO for Windows 2000 is a bigger set of functions to compose and send mail.
    It will work only on 2000/XP machines.
    KA CDOMessage implements both Message and SMTP component
    Various options as:
    SaveToFile
    LoadFromFile
    SaveToStream
    LoadFromStream
    Various encoding types (7bit, 8Bit, Base64, Binary, MacBinHex40, QuotedPrintable, Uuencode);
    Various authenthication methods (Anonymous, Basic, NTLM)
    Also this is the only component (about i know of course)
    which sends messages in DesignTime!
    Delphi 6 and CBuilder6 ONLY
    Added: 6-08-2002   |  Version: 1.0   |  Downloads: 630/630/1
    Author:Kiril Antonov   Kiril Antonov - Hronos Ltd   [Homepage]   [DSP files]

    [ kadao91.zip ] [ 400,286 bytes ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
    KADao is a native DAO component for Delphi.
    It is the first freeware component to completly access all databases
    supported by Microsoft DAO (Data Access Objects) including mdb,
    xls, dbf etc..
    BDE is not required. Microsoft(r) DAO(tm) must be Installed in order
    component to run.
    Support for both Microsoft(r) Access'xx-Access'97 and Microsoft(r)
    Access'2000-2002.
    Features:
  • 1. Create, Repair, Compact, Encrypt Access'97 and Access'2000
    MDB files
  • 2. Create tables, add indexes, and fields to existing tables and so on.
  • 3. Work as a Table and Query Component supporting both Queries
    and QueryDefs
  • 4. Compatible with all data aware controls
  • 5. Master/Detail support
  • 6. Locate, Lookup support
  • 7. Find_First, Find_Next, Find_Last, Find_Prior
  • 8. Seek_Nearest, Seek_NearestEx and many more ...
    Added: 21-05-2000/9-01-2006   |  Version: 9.1   |  Downloads: 26861/21391/56
    Author:Kiril Antonov   Kiril Antonov - Hronos Ltd   [Homepage]   [DSP files]
  • [ kadaocontrols80.zip ] [ 130,633 bytes ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]

    KADao Controls is a set of visual freeware controls for KADao
    KADao Controls can be used only with KADao v 7.2 or higher
    KADao Controls include:
    KADaoDBGrid - Just link it to a KADAOTable and you get a profi app!,
    KADaoSortByButton,
    KADaoFilterByButton,
    KADaoFindButton,
    KADaoSeekButton,
    KADaoSelectIndexButton,
    KADaoCVFButton,
    KADaoDateTime, KADaoDbGUIDEdit
    KADaoExportButton, KADaoDBColumnCheckListBox,KADaoDBColumnListBox,
    KADaoSearch,KADaoDBColumnCombo,KADaoDBStringList
    KADao Controls gives the final user power to do
    proffesional things with a single click
    Added: 19-11-2001/2-06-2003   |  Version: 8.0   |  Downloads: 9823/9419/23
    Author:Kiril Antonov   Kiril Antonov - Hronos Ltd   [Homepage]   [DSP files]

    Components Collection

    [ link: jvcl.sourceforge.net ] [ size n/a ] [ Freeware ] [ With Source ]
    [ D5 | D6 | D7 | C5 | C6 | K3 ]
    JEDI Visual Component Library
    The JEDI Visual Component Library (JVCL) consists of a large collection (currently ca 500) visual and non-visual components which can be instantly reused in your Delphi, Kylix and C++ Builder projects.
    The library is built upon code donated from the JEDI community. It is reformatted to achieve a common look-and-feel, tested, documented and merged into the library. The library is grouped into several categories such as Enhanced Standard, Visual, Non-Visual, Data Aware and many, many more. The library is released to the public under the terms of the Mozilla Public License (MPL) and as such can be freely used in both freeware, shareware, open source and commercial projects
    DSP: this package is really amazing!
    Added: 4-10-2004   |  Version: 3.0 BETA 2   |  Downloads: n/a
    Author:JEDI Development Team   [Homepage]   [DSP files]

    [ link: DownloadsRegister.php?ID=32&L=1 ] [ size n/a ] [ Freeware ] [ No Source ]
    [ C6 ]
    LMD Tools Special Edition (for CBuilder 6) is a collection of almost 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 helpfile is provided.
    Added: 8-07-2002/12-09-2005   |  Version: 7.02   |  Downloads: n/a
    Author:LMD Innovative   [Homepage]   [DSP files]
     
    Compatible files:  [ D5 | D6 | D7 | D8 | D2 | C5 ]

    [ link: ] [ size n/a ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
    Essentials contains 13 native VCL controls for Borland Delphi & C++Builder. The controls include drop-down calendars & calculators, roll-up dialogs, 3-D labels, tiled backgrounds, scrolling messages, menu buttons, and more.
    released under Mozilla Public License 1.1 (MPL 1.1)
    Added: 4-02-2003   |  Version: 1.11   |  Downloads: n/a
    Author:TurboPower Essentials Project (Sourceforge)   [Homepage]   [DSP files]

    [ link: ] [ size n/a ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
    Orpheus is an award-winning UI toolkit for Borland Delphi & C++Builder. It contains over 120 components covering everything from data entry to calendars and clocks. Other noteworthy components include an Object Inspector, LookOut bar, & report views.
    released under Mozilla Public License 1.1 (MPL 1.1)
    Added: 4-02-2003   |  Version: 4.06   |  Downloads: n/a
    Author:TurboPower Orpheus Project (Sourceforge)   [Homepage]   [DSP files]

    [ link: ahmfreec60rel.zip ] [ size n/a ] [ Freeware ] [ No Source ]
    [ C6 ]
    The AHM Freeware Components are a set of several components that have been removed from previous versions of the AHM Triton Tools. Feel free to use this software as is. Should you make any enhancements to them please send us some e-mail.
    Added: 3-03-2002/1-04-2002   |  Version: Triton 2000   |  Downloads: n/a
    Author:Tritontools.Com   Alexander Mehlhorn (AHM) & Tritontools.Com   [Homepage]   [DSP files]

    [ lmd70se_b6.zip ] [ 14,134,267 bytes ] [ Freeware ] [ No Source ]
    [ C6 ]
    LMD Tools Special Edition (for CBuilder 6) is a collection of almost 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 helpfile is provided.
    Added: 3-10-2005   |  Version: 7.02   |  Downloads: 52/52/5
    Author:LMD Innovative   [Homepage]   [DSP files]
     
    Compatible files:  [ D5 | D6 | D7 | D8 | D2 | C5 ]

    [ prolib186.zip ] [ 502,029 bytes ] [ Freeware ] [ With Source ]
    [ D1 | D2 | D3 | D4 | D5 | D6 | D7 | D2 | C1 | C3 | C4 | C5 | C6 ]
    Pro VCL Extensions Library is a freeware component library for Borland Delphi 1, 2, 3, 4, 5, 6, 7 & 9 (2005) and Borland C++Builder 1, 3, 4, 5 & 6. It includes 28 components, several classes, procedures and functions. English, Russian, Ukranian, French, Portuguese, Spanish, German, Danish, Italian, Swedish, Dutch, Polish, Hungarian, Turkish, Slovak, Korean and Traditional Chinese resources.
    Added: 16-08-1998/28-03-2005   |  Version: 1.86   |  Downloads: 31096/19659/0
    Author:Dmitry G. Barabash   [Homepage]   [DSP files]

    Visible Components

    [ Clock3DLib.zip ] [ 134,314 bytes ] [ Freeware ] [ No Source ]
    [ C6 ]
    The component TClock3D is a digital clock component with interesting features. This rotating and twisting clock can be configured with many aspects.
    It was written completely in BC++Builder 6. [more]
    This freeware version of the component package may be used and copied
    Added: 5-05-2003/2-06-2003   |  Version: 1.0   |  Downloads: 619/618/4
    Author:Alper YAZGAN   Alper YAZGAN   [DSP files]

    Experts and Property Editors

    [ dd-stringpe.zip ] [ 9,157 bytes ] [ Freeware ] [ With Source ]
    [ D4 | D5 | D6 | D7 | D2 | C5 | C6 ]

    This property editor has been designed to get round two limitations of the standard Delphi string property editor:

    1. inability to handle multi-line strings (i.e. strings with embedded CR/LF characters).
    2. 255 character limit to string length.

    The enhanced property editor works with all string and TCaption properties. It adds an ellipsis button to the right hand side of the data entry area in the property editor. Clicking the button displays a dialog box in which the property's value can be entered. Pressing return starts a new line. There is no practical limit to the length of strings that can be entered. The ability to type directly into the object inspector has been retained.

    The edit dialog is resizable. Word wrapping can be switched on or off - and both settings are persistent. Text can be loaded and saved to disk.

     [more]

    [ link: ] [ size n/a ] [ Freeware ] [ No Source ]
    [ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
    Object Inspector is a component suite that allows to change any property or event of any component at runtime like IDE's Object Inspector.
    Object Inspector suite includes: TPropertyInterface component for easy access to any property or event of any component at runtime (the best object interface to the RTTI - Borland's RunTime Type Information) TCommonInspector abstract inspector control for inspect anything in your application TComponentInspector customizable full-functional runtime object inspector control TComponentTree tree view style control for easy selecting component TComponentComboBox control for easy selecting component TDBInspector ready-to-use database inspector control TIniInspector ready-to-use ini-file inspector control TApplicationInspector ready-to-use inspector control for changing Application properties at runtime TSystemColorsInspector ready-to-use inspector control for changing Windows colors Examples small and clean projects illustrating features of inspectors and TPropertyInterface components Source codes full source code of all components and useful internal classes Pro version of Object Inspector suite includes in addition: TCommonInspector abstract inspector control for inspect anything in your application Examples small and clean projects illustrating features of TCommonInspector, TComponentInspector and TPropertyInterface Source codes full source code of all suite's components and useful internal classes
    Added: 6-12-2004   |  Version: 1.5   |  Downloads: n/a
    Author:Dmitry Vasiliev   Greatis Software   [Homepage]   [DSP files]

    Grids

    [ nextgrid_d7.zip ] [ 898,146 bytes ] [ Freeware ] [ No Source ]
    [ D6 | D7 | C6 ]
    NextGrid is a powerful Delphi/CBuilder Grid. It is very easy to use it (in design-time with using Column Editor and in run-time). NextGrid have much more features than standard Grid, attractive look (full XP themes support), it is extremely fast (quick sorting, data manipulation, drawing...).
    Added: 25-07-2005   |  Version: 3.2   |  Downloads: 674/674/52
    Author:Bojan Nikolic   Bergsoft   [Homepage]   [DSP files]

    Multimedia

    [ VideoC6.zip ] [ 23,935 bytes ] [ Freeware ] [ No Source ]
    [ C6 ]
    Webcams, TV Tuner Cards, Digital Cameras...

    As these devices are getting more and more popular, it is time to have a component that deals with it.
    Drop this Xtrimsoft component on to your form and enable it. *POOF* Digital Video from your video capture device driver starts straight away without ANY coding!!!
    Need I say more?!

    Updates / Features :
    1) Making use of this component has NEVER been easier!
    2) Where else would you be able to find a component that does this???
    3) Saves frame to BMP file.
    4) Supports all MCI video capture drivers.
    5) Supports systems with multiple video capture drivers installed.
    6) Uses its own thread.
    7) Added OnFrame event.
    8) Fixed memory leak problem.
    9) It's FREE!!!

    *** NEW *** - Supports C6!!!

    Future plans :
    1) Save to AVI.


    Added: 9-04-2000/10-05-2004   |  Version: 1.2   |  Downloads: 5630/5438/8
    Author:Zach Saw   Xtrimsoft Sdn Bhd   [Homepage]   [DSP files]

    InVisible Components

    [ dd-vinfo.zip ] [ 52,945 bytes ] [ Freeware ] [ With Source ]
    [ D2 | D3 | D4 | D5 | D6 | D7 | D2 | C1 | C3 | C4 | C5 | C6 ]

    TPJVersionInfo is a 32 bit non-visual component for all Win32 versions of Delphi and C++Builder that encapsulates the version information contained in an executable file's resources.

    The component reads information from a designated file's VERSIONINFO resource. The required file is specified in the component's FileName property. Setting FileName to the empty string fetches version information for the executable containing the component. The boolean HaveInfo property indicates whether the file contains version information. This component can access variable file information for each language provided in the resource.

    Run-time properties enable access to to version information. Properties enable:

    • Access to fixed file information, either by field or the whole record.
    • Access to the number of translations stored in the version information.
    • Selection of the translation for which information is to be returned by other properties.
    • Access to the language and code page of the current translation - by code and by name.
    • Access to the string file information for the current translation - named properties access the Microsoft-defined string information, while an array property gives access to any string item by name.

    The component makes calls to the Windows API. Therefore the version information being read must follow the Microsoft guidelines - be warned that not all software complies!

    For detailed information about version information refer to the Win32 SDK.

    A help file is provided that integrates with the help system of Delphi 3 to 7. An a-link keyword file is provided for integration with Delphi 6 and 7.

    Source code of two demo programs is also provided.

     [more]
    A 16 bit version of the component is available from the author's website.
    Added: 19-12-2005   |  Version: 3.1.1   |  Downloads: 148/148/26
    Author:Peter D Johnson   [Homepage]   [DSP files]

    [ link: RegexBcb6.exe ] [ size n/a ] [ Freeware ] [ No Source ]
    [ C6 ]
    Regular Expression Component Library for C++ Builder 6
    Fast, reliable regular expression searching and replacing using component property-method-event model. Full functionality as both VCL components and non-VCL class. Can be easy localized for other languages. Supported by author and company.
    Added: 18-11-2002   |  Version: 3.1   |  Downloads: n/a
    Author:Edward Diener   Tropic Software East Inc.   [Homepage]   [DSP files]
     
    Compatible files:  [ C3 | C4 | C5 ]

    [ link: keyled.zip ] [ size n/a ] [ Freeware ] [ With Source ]
    [ D4 | D5 | D6 | C4 | C5 | C6 ]
    Delphi component for retrieving and setting keyboard CapsLock, NumLock and ScrollLock status.
    Added: 19-08-2002   |  Version: 1.1   |  Downloads: n/a
    Author:WINSOFT   [Homepage]   [DSP files]

    [ pjvinf32.zip ] [ 48,055 bytes ] [ Freeware ] [ With Source ]
    [ D2 | D3 | D4 | D5 | D6 | D7 | C1 | C3 | C4 | C5 | C6 ]

    A non-visual component that accesses version information resources in a given file. The component can read variable string information for multiple languages where these are supported by the version information resource.

    Help file and demos included.

    Now believed to be compatible with C++ Builder

     [more]
    A 16 bit version of the component is available from the author's website.
    Added: 6-03-2002/29-09-2003   |  Version: 3.1   |  Downloads: 2170/2168/8
    Author:Peter D Johnson   [Homepage]   [DSP files]

    Classes and units

    [ smpltimr.zip ] [ 11,145 bytes ] [ Freeware ] [ With Source ]
    [ D2 | D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
    SimpleTimer is a timer class. It has the same timer resolution as TTimer, but it is more lightweight because it's derived from TObject in stead of TComponent. Furthermore, the same handle is shared between multiple instances of SimpleTimer. This makes it ideal for developers who need a timer in their own components or applications, but want to keep the resource usage minimal. Demo included.
    Added: 22-04-2002/24-02-2003   |  Version: 2.0.1   |  Downloads: 4295/4232/13
    Author:Troels Jakobsen   Troels Jakobsen   [Homepage]   [DSP files]

    Winsock and Communications

    [ tsock.zip ] [ 47,755 bytes ] [ Freeware ] [ With Source ]
    [ D2 | D3 | D4 | D5 | D6 | D7 | C1 | C3 | C4 | C5 | C6 ]
    Freeware, full source provided, socket component with next features: -Supports both TCP and UDP protocols; -Support for blocking and non-blocking socket communications; -Listening mode will automatically accept incoming connections, create a new TSock component for the connected socket, and spawn a new thread of execution to handle concurrent blocking server connections; -Component can transfer blocks of data up to 4 gigabytes in length and more. -Package caches resolved IP Addresses for faster DNS lookups;
    Added: 10-02-1997/5-05-2003   |  Version: 1.0k   |  Downloads: 10206/10104/52
    Author:Ward van Wanrooij   [Homepage]   [DSP files]

    Communication (I/O)

    [ CommPortC5C6.zip ] [ 37,536 bytes ] [ Freeware ] [ No Source ]
    [ C5 | C6 ]
    Serial Port is NOT dead.
    In fact, it's getting MORE popular with more devices like fingerprint reader and LED display boards using RS232 as its interface.

    This device is a drag and drop component that requires little configurations - set the baud rate and Comm Port - and you are READY TO GO!

    Despite its user-friendliness, it is packed with all the options you can find in WinAPI - Event Character, Custom Port Name, Flow Control, Maximum Send Queue, Parity, Stop Bits, Byte Size and all the time out settings available in WinAPI.

    This Xtrimsoft component has been tested working since year 2000 and has been used in our company's production for several years. It is the first time it has been released as a freeware.


    Added: 10-05-2004   |  Version: 1.1   |  Downloads: 1062/1062/31
    Author:Zach Saw   Xtrimsoft Sdn Bhd   [Homepage]   [DSP files]

    [ link: ] [ size n/a ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
    TurboPower Async Professional
    Async Professional is a comprehensive communications toolkit for Borland Delphi, C++Builder, & ActiveX environments. It provides direct access to serial ports, TAPI, and the Microsoft Speech API. It supports faxing, terminal emulation, VOIP, & more.
    This release includes source code, packages, the latest PDF manual, & help files
    released under Mozilla Public License 1.1 (MPL 1.1)
    Added: 4-02-2003   |  Version: 4.06   |  Downloads: n/a
    Author:TurboPower Async Professional Project (Sourceforge)   [Homepage]   [DSP files]

    [ interapp.zip ] [ 460,534 bytes ] [ Freeware ] [ With Source ]
    [ D4 | D5 | D6 | D7 | C4 | C5 | C6 ]
    InterAppComm consists of two components, InterAppSender and InterAppReceiver, which can communicate between separate applications on the same machine. The communication occurs conveniently through the use of events.

    Typically you place a sender in one application and a receiver in one or more other applications. The sender can determine how many receivers are currently running and can send data to them in various formats (string, integer, real, or custom format). It can also detect a receiver being created, destroyed, enabled, or disabled.

    The sender can communicate with all running receivers or just a group of receivers sharing the same group name.

    2 demos included.
    Added: 13-10-2003   |  Version: 1.0.0   |  Downloads: 2695/2695/27
    Author:Troels Jakobsen   Troels Jakobsen   [Homepage]   [DSP files]

    Compression, Encryption

    [ abSB_s30.zip ] [ 1,052,422 bytes ] [ Freeware ] [ No Source ]
    [ D4 | D5 | D6 | D7 | C4 | C5 | C6 ]
    Allows you to control the user access to your application GUI components (menus, buttons, edits, tree views, radio groups, etc. every control) as well as to non visual functionalities. Just drag/drop and connect and you get a securized multiuser application.

    With Security Builder you can:
    - Build the security model of your Delphi application at design time with just few mouse clicks, - Add and remove users on fly,
    - Change users profile on fly, Add and remove securized items on fly, Securize your non GUI functionalities,
    - Set predefined User Groups - Supervisors, Power Users, ...

    The library's two components:
    - abSecurity - control center encapsulating the application security template, implementing all Security Builder functionalities,
    - abActionList - ActionList control providing a connection to abSecurity component and to it's control center functionalities,
    - and a TAction derivative called TabAction, adding the ability to Enable/Disable and change Visible/Invisible status.

    Fully functional/no sources
    Added: 8-10-2002/3-02-2003   |  Version: 3.0   |  Downloads: 1926/1920/23
    Author:Peter Petrov   Peter Petrov   [Homepage]   [DSP files]

    [ abse_s10_5_6_7.zip ] [ 1,672,198 bytes ] [ Freeware ] [ No Source ]
    [ D5 | D6 | D7 | C5 | C6 ]
    Add easily multiple user/groups of users and user rights functionality to your Delphi or C++ Builder app. Fast integration with existing standalone/desktop database/SQL database or 3-tier applications (all at design time w/o any coding). Control the user access to all GUI components (menus, buttons, edits, tree views, radio groups, etc. every control) as well as to non visual functionalities. Just drag/drop and connect.

    With Secure Enterprise you can:
    - Securize any standalone/desktop database/SQL database or 3-tier applications
    - Build the security model of your application at design time with just few mouse clicks,
    - Add and remove users on fly,
    - Change users profile on fly,
    - Add and remove securized items on fly,
    - Securize any GUI functionality,
    - Set user groups - definable or four predefined (Administrators, Power Users, Users or Groups).

    The library's two components:
    - abSecurity - control center encapsulating the application security template, implementing all Secue Enterprise functionalities,
    - abActionList - ActionList control providing a connection to abSecurity component and to it's control center functionalities,
    - and a TAction derivative called TabAction, adding the ability to Enable/Disable and change Visible/Invisible status.

    Fully functional/sources on purchase
    You can order the full version with sources at https://www.Qwerks.com/order/buynow.asp?ProductID=6138
    Added: 1-04-2003/23-09-2003   |  Version: 1.0   |  Downloads: 1321/1292/17
    Author:Peter Petrov   Peter Petrov   [Homepage]   [DSP files]

    [ link: ] [ size n/a ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 | K1 | K2 | K3 ]
    Abbrevia is a compression toolkit for Borland Delphi, C++Builder, & Kylix. It supports PKZIP 4, Microsoft CAB, TAR, & gzip formats & the creation of self-extracting archives. It includes visual components that simplify the manipulation of ZIP files.
    Added: 9-02-2004   |  Version: 3.05 Beta #5   |  Downloads: n/a
    Author:TurboPower Abbrevia Project (Sourceforge)   [Homepage]   [DSP files]

    [ link: ] [ size n/a ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
    LockBox is a cross-platform toolkit for data encryption. It contains routines & components for use with Borland Delphi, C++Builder, & Kylix. It provides support for Blowfish, RSA, MD5, SHA-1, DES, triple- DES, Rijndael, & digital signing of messages.
    Added: 4-02-2003   |  Version: 2.07   |  Downloads: n/a
    Author:TurboPower LockBox Project (Sourceforge)   [Homepage]   [DSP files]

    [ link: zip_component_zip_delphi_zipforge.htm ] [ size n/a ] [ Freeware ] [ No Source ]
    [ D4 | D5 | D6 | D7 | C4 | C5 | C6 ]
    ZipForge is a fast ZIP compression library. With this toolkit you can easily add archive functionality to your projects. ZipForge includes our new unique technology, a transaction system. This innovative solution gives you a fast and easy way of updating archive files providing data integrity like a reliable database system. ZipForge Personal is free for personal use. Any company must order ZipForge Pro to use it in its projects. Key features: - Creates archive files in wide known ZIP format by PKZIP, Inc. - Native VCL; no DLLs; no OCXs - Adds, moves, extracts, deletes, updates, tests, refreshes a group of files by a single operation - Free for personal use - Creates self-extracting (SFX) archives - Performs regularly archive updates using transactions that allows canceling all modifications at any time in case of some failures. Also this technology optimizes the speed of the archive modification - Compresses large files with low memory consumption - Comprehensive help; lots of demos - Repairs damaged archives - Zip64 format is supported; maximum archive size is 2^63 bytes - Archive splitting and multiple disk spanning support
    Added: 14-06-2005/27-02-2006   |  Version: 2.70   |  Downloads: n/a
    Author:ComponentAce   ComponentAce   [Homepage]   [DSP files]

    [ pgpdc452.zip ] [ 365,650 bytes ] [ Freeware ] [ With Source ]
    [ D2 | D3 | D4 | D5 | D6 | D7 | D8 | D2 | C5 | C6 ]

    These sources provide a Delphi (2-8 and 2005) direct interface to PGP requiring a preceding (!) full installation of PGP 6.5.x, 7.x, 8.x or 9.x.

    Available capabilities:

    • Encoding and decoding (encryption/decryption/signing/verifying)
    • Creating and verifying file detached (Open)PGP signatures
    • Importing, exporting, revoking, deleting keys & certificates
    • Several key & certificate management functions
    • Key & certificate generation (DH/DSS, RSA)
    • x.509 certificate & S/MIME support
    • Keyserver functions
    • Some utilities

    New in Version 4.5.2:

    • Signing data without using PGP's passphrase dialog in TPGPEncode shouldn't cause access violations anymore.
    • CreateX509CertificateFromRequest in X509Funcs.pas now returns a CertPropsList instead of a CertPropsRec.
    • GetKeySetByAnyID in KeyFuncs.pas doesn't try to process non-empty blank IDs (spaces, e.g.) anymore.
    • PGP's dialog for certificate selection shouldn't occasionally hide in background anymore.

    Added: 21-11-1999/21-03-2006   |  Version: 4.5.2 - 3/2005   |  Downloads: 11566/(9804)/(77)
    Author:Michael in der Wiesche   [Homepage]   [DSP files]

    [ sb_s141.zip ] [ 1,151,312 bytes ] [ Freeware ] [ With Source ]
    [ D4 | D5 | D6 | D7 | C4 | C5 | C6 ]
    VCL package for easy adding multiuser, privileges and user rights functionality to your Delphi and C++ Builder apps. Allows you to control the user access to your app GUI components (menus, buttons, check boxes, radio groups, ... everything) as well as to non visual functionalities. Just drag/drop and connect and you get a securized application. The built-in Designer, activated by double clicking Security Component, allows you automatically to generate your Security Model at design time from bounded Action Lists. You can add non TAction related securized functionalities by right clicking parent node and select "New Checkable Node". You can change the Security model hierarchy by adding (right click and select "New Hierarchical Node") and deleting nodes, as well as drag/drop nodes.... All this at design-time without single line of coding. Users and their security privileges can be defined at run time, by choosing "Security" button from your Password dialog window, provided that you have Supervisor rights. Regular users can only consult their privileges (and the security hierarchy) and change their password. Key Features: Controls the user access to GUI components of the application Ease of use - drag/drop and connect and get fully functional multiuser app Change security template at design time or on fly Change users profile on fly Add and remove securized items at design time or on fly Securize your non GUI functionalities Much more... For Delphi and C++ Builder; shareware; sources on Purchase/Registration The library consists of three component: TabSecurity - control center encapsulating the application security template, implementing all Security Builder functionalities, TabActionList - ActionList control providing a connection to abSecurity component and to it's control center functionalities, TabAction - an TAction derivative, adding the ability to Enable/Disable and change the Visible/Invisible status of bounded GUI elements depending upon current user rights.
    Security Builder v.1.3.1 for Delphi and C++ Builder
    Added: 15-09-2003   |  Version: 1.4.1   |  Downloads: 1622/1622/18
    Author:Peter Petrov   Peter Petrov   [Homepage]   [DSP files]

    Form Enhancement

    [ AlphaBlendC5C6.zip ] [ 90,956 bytes ] [ Freeware ] [ No Source ]
    [ C5 | C6 ]
    Create splash screen? How B-O-R-I-N-G !

    If that's what you have in mind, then this Xtrimsoft component is THE component you've been dreaming for! It takes away the hassles of having to create a splash screen for your program. Create a picture, and assign to this component. 2 lines of coding are all you need - BlendIn() and BlendOut().

    Updates / Features :
    1) Like the splash screen of 3DMark2000, it alphablends with desktop (fades in and out).
    2) Utilizes the MMX instructions where possible.
    3) Uses an extremely fast algorithm to blend if MMX hardware is not present (for CPUs optimized for 32-bit, ie. Pentium PRO, non-MMX is almost as fast as MMX at the same clock speed).
    4) Runs on Windows 98/98SE/ME/NT4sp4/NT4sp5/2000/XP.
    5) Ease of use - 2 lines of coding!
    6) Uses TGraphics component to store picture - assign picture like you've always been doing for TImage!
    7) Bugs fixed!!! All known bugs from previous version has been fixed.
    8) Includes a demo that shows how easy it is to use this component.
    9) It's FREE!!!

    *** NEW *** - Supports C6!!!

    So, time to update your program splash screen?


    Added: 20-08-2000/3-05-2004   |  Version: 2.0   |  Downloads: 2230/2225/10
    Author:Zach Saw   Xtrimsoft Sdn Bhd   [Homepage]   [DSP files]
     
    Compatible files:  [ C4 ]

    Apps WITH sources

    [ GPGee-1.1.2.zip ] [ 1,177,614 bytes ] [ Freeware ] [ With Source ]
    [ C6 ]
    GNU Privacy Guard Explorer Extension - GPGee is a Windows shell extension for accessing GnuPG functionality from within the Windows explorer right-click context menu.
    Added: 8-08-2005   |  Version: 1.1.2   |  Downloads: 68/68/2
    Author:Kurt Fitzner   [Homepage]   [DSP files]

    Internet

    [ kaisapi10.zip ] [ 13,734 bytes ] [ Freeware ] [ With Source ]
    [ D6 | D7 | C6 ]
    TISAPIFilter is a Delphi component for building IIS ISAPI filters
    It applyes to the last MS specification for ISAPI filters
    Just add your notification handles to TISAPIFilter OnXXXXXXXXXXXX events and all is OK
    Please use attached template to build your ISAPI DLL
    Added: 13-11-2002   |  Version: 1.00   |  Downloads: 1965/1965/9
    Author:Kiril Antonov   Kiril Antonov - Hronos Ltd   [Homepage]   [DSP files]

    Shareware Protection

    [ avlockg5.zip ] [ 2,967,150 bytes ] [ Freeware ] [ No Source ]
    [ D4 | D5 | D6 | D7 | C5 | C6 ]
    The most improved package of the AVLock series. This Delphi component let you to convert your application to time limited trial in a very easy way!! In the version 5 all tasks has been integrated into a new utility called AVLockManager, namely: Configure the component. Run the application to evaluate your settings. Unregister the application in order to try again. Manage all users for each application. Generate Keys and ship it to your users. AVLockGold also allow you: Rent your software sending a new Registration Keys for each new period. Manage up to 254 extra modules. Two lock strategies; install code based and user name based. Take full control of your application through registration codes, each one of them for the main application or for a extra module, each one with its own registration settings. Manage the number of users logged to your app at the same time (instances of your app). Generate Generic Keys which allow you to register all users with the same version of your app with only one Registration Key. Utilities by generation and manipulation of registration keys. Registration data encripted for a more secure operation. Four demo applications included. Documentation in english and spanish languages. Strong Rijndael encryption algorithm used in RegKeys, registration data and all sensitive files. In v5.2 a new feature "MoveReg" has been added in order to move to another computer all registration data. Free for not commercial use. Limited edition $39.95 Standard edition $74.95 Developer edition (all sources included) $149.95
    Added: 18-10-2004/1-02-2006   |  Version: 5.3.3   |  Downloads: 695/686/37
    Author:Alcides Valega   [Homepage]   [DSP files]

    [ link: ] [ size n/a ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
    OnGuard is a library to create demo versions of your Borland Delphi & C++Builder applications. Create demo versions that are time-limited, feature-limited, limited to a certain number of uses, or limited to a certain # of concurrent network users.
    Added: 4-02-2003   |  Version: 1.13   |  Downloads: n/a
    Author:TurboPower OnGuard Project (Sourceforge)   [Homepage]   [DSP files]

    Strings

    [ DIConverters.exe ] [ 600,317 bytes ] [ Freeware ] [ With Source ]
    [ D2 | D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 | K1 | K2 | K3 ]
    DIConverters is the converters-only version of the libiconv character set conversion library for Delphi 2-7.

    DIConverters features 130+ encodings with two complementary functions each:

     1. to decode from encoding to Unicode
     2. to encode from Unicode to encoding

    In total, threre are 260+ character conversion functions:
    • Full Unicode: UTF-8, UCS-2, UCS-4, UTF-16, UTF-32, UTF-7 ...
    • ASCII
    • ISO 8859
    • Cyrillic: KOI8-R, KOI8-U ...
    • CP{1250-7, 850, 866} ...
    • Macintosh
    • Japanese: EUC-JP, SHIFT_JIS, CP932, ISO-2022-JP ...
    • Chinese: EUC-CN, HZ, GBK, GB18030, EUC-TW, BIG5, CP950, ...
    • Korean
    • Armenian
    • Georgian
    • Tajik
    • Thai
    • L aotian
    • Vietnamese
    • and many more ...
    Fully native conversions, smart linking, no DLL or system dependencies.
    Added: 9-02-2004   |  Version: 1.9.1   |  Downloads: 1404/1404/25
    Author:Ralf Junker   The Delphi Inspiration   [Homepage]   [DSP files]

    Web Application Development

    [ cgifree.zip ] [ 1,598,306 bytes ] [ Freeware ] [ No Source ]
    [ D3 | D4 | D5 | D6 | C4 | C5 | C6 ]
    "CGI Expert Free" is a component suite for Delphi to build server side Web & WAP applications with a common interface for all common interfaces. CGI Expert is focused on a easy to use interface, making it possible for you to build your first CGI/ISAPI/NSAPI app within 5 minutes.Includes all you need to build a professional web applications and supports all windows based webservers like Apache, IIS, Netscape, Website etc.
    Added: 14-06-1998/16-07-2002   |  Version: 6.5.0   |  Downloads: 9554/6777/11
    Author:Lars Akerman   Lars Akerman Software   [Homepage]   [DSP files]

    System Components Win API based

    [ link: ] [ size n/a ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
    ShellShock provides a set of components that let you customize applications with the functionality available in the Windows Shell & Windows Explorer, all without writing code. The components are written in native VCL for Borland Delphi & C++Builder.
    released under Mozilla Public License 1.1 (MPL 1.1)
    Added: 4-02-2003   |  Version: 1.02   |  Downloads: n/a
    Author:TurboPower ShellShock Project (Sourceforge)   [Homepage]   [DSP files]

    [ kantowner20.zip ] [ 6,164 bytes ] [ Freeware ] [ With Source ]
    [ D6 | D7 | C6 ]
    NTSetOwnership is a Delphi component for setting owner of a file or a directory in Windows NT/2000/XP Pro
    To work this component requires the user that calls it to have granted one of the following permissions
    Backup Files and Directories
    or
    Restore Files and Directories
    This component is usefull also when writing NT sevices becouse SYSTEM account have such priviledges
    Added: 3-12-2002/7-01-2003   |  Version: 2.00   |  Downloads: 2140/2098/12
    Author:Kiril Antonov   Kiril Antonov - Hronos Ltd   [Homepage]   [DSP files]

    [ osc_per_v21.zip ] [ 2,290,282 bytes ] [ Freeware ] [ No Source ]
    [ D4 | D5 | D6 | C5 | C6 ]

    Ortus Shell Components Personal Edition v2.1


    Add Microsoft® Windows® shell functionality to your applications with this component package!

    Ortus Shell Components is a component package for the Borland® developer community containing 10 outstanding shell components. Full context sensitive component help file is included.


    • Use TOrtusShellTreeView, TOrtusShellListView and TOrtusShellComboBox for applications that need the "look and feel" of the Explorer, including OLE drag & drop from your application to the shell and vice versa. Control the drag & drop behaviour using the drag & drop effects properties.
    • Use TOrtusShellFolderChangeNotifier and get informed about folder changes.
    • Use TOrtusShellChangeNotifier and get informed about folder and global changes in the shell, including notifications about new media being added or removed. The component is capable to monitor a list of folders, including special folders!
    • Use TOrtusShellSearch and TOrtusShellSearchResultListView to scan disks and folders. The search runs in a separate low priority thread.
    • Use TOrtusShellTrayIcon to create a system tray icon application and add icon animations that can be started and stopped through a simple method call. Balloon tooltips support is included.
    • Use TOrtusShellLink to create shortcuts from within your application.
    • Use TOrtusShellFileAssociation to associate a file extension with your application.

    This personal edition has no limitations but you may NOT use it for any commercial or business purpose.
    If you want to create royalty free commercial applications with this software you will have to purchase a commercial license.


    Added: 5-05-2002/3-02-2003   |  Version: 2.1   |  Downloads: 1445/1402/8
    Author:Ortus   Ortus   [Homepage]   [DSP files]

    [ osd_per_v15.zip ] [ 612,649 bytes ] [ Freeware ] [ No Source ]
    [ D4 | D5 | D6 | D7 | C5 | C6 ]

    Ortus Shell Dialogs Personal Edition v1.5


    Get access to the Microsoft® Windows® shell dialogs & wizards from within your applications using this component package!

    Ortus Shell Dialogs is a component package for the Borland® developer community containing 12 shell dialog & wizard 'wrapper' components. A context sensitive component help file is included.


    • Use the TOrtusShellControlPanel to display the control panel or one of the control panel aplets.
    • Use the TOrtusShellAbout, TOrtusShellOpenWith, TOrtusShellNewShortcut, TOrtusShellBrowseComputer, TOrtusShellBrowseFolder, TOrtusShellRun, TOrtusShellExitWindows, TOrtusShellDiskFull, TOrtusShellFormatDisk, TOrtusShellProperties and TOrtusShellOrganizeFavorites to launch the corresponding shell dialog.

    This personal edition has no limitations but you may NOT use it for any commercial or business purpose.
    If you want to create royalty free commercial applications with this software you will have to purchase a commercial license.


    Added: 5-05-2002/3-02-2003   |  Version: 1.5   |  Downloads: 1413/1405/10
    Author:Ortus   Ortus   [Homepage]   [DSP files]

    Winsock & Internet

    [ link: ] [ size n/a ] [ Freeware ] [ With Source ]
    [ D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ]
    Internet Professional is a set of VCL components providing Internet connectivity for Borland Delphi & C++Builder. iPRO includes POP3, SMTP, NNTP, FTP, HTTP, Instant Messaging, & HTML viewer components, as well as components for low-level socket access
    Added: 4-02-2003   |  Version: 1.15   |  Downloads: n/a

    [ link: ics.zip ] [ 1,546,806 bytes ] [ Freeware ] [ With Source ]
    [ D1 | D2 | D3 | D4 | D5 | D6 | D7 | D8 | D2 | C1 | C3 | C4 | C5 | C6 ]
    Internet Component Suite (ICS) is a set of native VCL components for Internet/Intranet programming. It supports winsock, TCP, UDP, FTP, TELNET, FINGER, HTTP, SMTP, POP3, PING, NNTP, ANSI terminal emulation and more. Free support mailing list.
    Freeware product with full source code and free support using a mailing list. Updated frequently, consult website.
    Added: 1-05-1998/18-04-2005   |  Version: 2/04/2000   |  Downloads: n/a
    Author:Francois PIETTE   [Homepage]   [DSP files]

    [ KACDOPro10.zip ] [ 119,990 bytes ] [ Freeware ] [ No Source ]
    [ D6 | C6 ]
    KACDO Proffesional is a Delphi implementation of Microsoft's CDO for Windows 2000
    CDO for Windows 2000 is a bigger set of functions to compose and send mail.
    It will work only on 2000/XP machines.
    KACDO Proffesional is a set of 3 powerfull components:
    KACDO Message - Message, SMTP, NNTP, Encoding and Decoding Component
    KACDO Manager - For managing IIS SMTP Folders
    KACDO TreeView - For displaying and modifying structure of complex messages
    Various options are:
    SaveToFile
    LoadFromFile
    SaveToStream
    LoadFromStream
    Attaching messages by URL and generating message body from URL
    Powerfull MimeList class for assosiation between file extension and MIME type
    Generating MHTML files (all html files and images embedded in one file)
    Text extraction from HTML (Very usefull option from Microsoft)
    Various encoding types (7bit, 8Bit, Base64, Binary, MacBinHex40, QuotedPrintable, Uuencode);
    Various authenthication methods (Anonymous, Basic, NTLM)
    Build in MIME Coder class implementing Encoder and Decoder for all encoding types (MacBinHex40 - only decoder)
    Build in conversion between various language encodings:
    big5,euc-jp,euc-kr,gb2312,iso-2022-jp,iso-2022-kr,iso-8859-1,iso-8859-2,iso-8859-3,iso-8859-4,
    iso-8859-5,iso-8859-6,iso-8859-7,iso-8859-8,iso-8859-9,koi8-r,shift-jis,us-ascii,utf-7,tf-8
    Build in Attachments editor
    Full support of OnArrival event to intercept incoming/outgoing mail (trough COM server)
    Added: 11-09-2002   |  Version: 1.0   |  Downloads: 1300/1300/16
    Author:Kiril Antonov   Kiril Antonov - Hronos Ltd   [Homepage]   [DSP files]

    © 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
    All rights reserved.