Die Komponenten sind aus allen Themenbereichen und sind nicht alle Lizenz frei. Doch für den privaten Gebrauch sollte es keine Bedenken geben.
Die Kompatibilität der Packages ist sehr unterschiedlich und wird von mir auf D7, D10 & D11 getestet.
Es kann natürlich vorkommen, dass Komponenten nicht immer auf allen Compiler zu installieren sind. Sollte das der Fall sein, so hilft meist eine Codebereinigung oder neue Kompilierung für den Compiler.
Das Password für die Packete lautet immer : asciigen.blogspot.com
| Delphi VCL4 Python |
|---|
| Delphivcl is a natively compiled Python module powered by the Python4Delphi library. It gives Python developers access to Delphi's VCL GUI framework and is freely redistributable. Delphi's VCL library allows for building native Windows GUI Applications. pip install delphivcl Supports:
Check out DelphiFMX4Python for cross-platform (Windows, MacOS, Linux, Android) Python development. Powered by Embarcadero Delphi and the Python4Delphi library. While this redistributable library is covered by the Embarcadero Freeware License, all the source code for it is covered by the MIT License. Special thanks to PyScripter. Sponsored by Embarcadero. |
| Download Source (43 MB) : | Mega.nz |
| Delphi4Python Exporter |
|---|
Design your Python GUI using Delphi's VCL and FMX designers and then export them for Python use. Install this Export in Delphi, C++Builder, or RAD Studio 13 Florence. Design your GUI forms with VCL or FireMonkey (FMX) and then select Tools -> Export to Python. * Text format is easier to edit * Binary format is more space efficient Powered by https://github.com/Embarcadero/python4delphi and Embarcadero Delphi :https://embarcadero.com/products/delphi |
| Download Source (6.754 Kb) : | Mega.nz |
| Firemonkey |
|---|
Firemonkey demos in Object Pascal and C++. Featuring demos from:
|
| Download Source (761 MB) : | Mega.nz |
| TurboPack DOSCommand |
|---|
Updated for **10.3 Rio** / VER330 / PKG 260 You can still access [10.2 Tokyo] : https://github.com/TurboPack/DOSCommand/ releases/tag/102Tokyo and [10.1 Berlin] : https://github.com/TurboPack/DOSCommand/releases/tag/101Berlin versions too. Table of contents 1. Introduction 2. Package names 3. Installation 4. License 1. Introduction TurboPack DOSCommand component let you execute a dos program (exe, com or batch file) and catch the ouput in order to put it in a memo or in a listbox, ... You can also send inputs. The cool thing of this component is that you do not need to wait the end of the program to get back the output. it comes line by line. This is a source-only release of TurboPack DOSCommand. It includes designtime and runtime packages for Delphi and C++Builder. It supports Win32 and Win64. 2. Package names TurboPack DOSCommand package names have the following form: ## Delphi
## C++Builder
The runtime package contains the core functionality of the product and is not installed into the IDE. The designtime package references the runtime package, registers the components, and contains property editors used in the IDE. |
| Download Source (119 Kb) : | Mega.nz |
| FMXComponents v0.6.0.0 |
|---|
This project includes the components that donors and I have actually used in applications.<br> If you have some components want to add into this project, you can send it to zhaoyipeng@hotmail.com Support QQ Group: 513799640 You can also add my skype: zhaoyipeng@hotmail.com |
| Download Source (6.618 Kb) : | Mega.nz |
| FastMM4 Fast Memory Manager |
|---|
A fast replacement memory manager for Embarcadero Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files. My contact details are shown below if you would like to get in touch with me. If you use this memory manager I would like to hear from you: please e-mail me your comments - good and bad. Snailmail: PO Box 2514 Somerset West 7129 South Africa E-mail: github.com |
| Download Source (3.886 Kb) : | Mega.nz |
| New Audio Components Package Full Source |
|---|
All rights reserved. Portions Copyright (c) 2007-2008 Sergei Borisov. The New Audio Components package is free. It may be used both in commercial and non-commercial software either in original or in modified form. The New Audio Components package can be freely distributed in any way and by any means provided this copyright notice is preserved. The third party libraries required by different NewAC components are distributed under different licenses. Check the appropriate licenses for more detail. |
| Download Source (5.816 Kb) : | Mega.nz |
| Sunisoft VCL-SUIPack v6.2 Standard for Delphi |
|---|
SUIPack is a suite of WYSIWYG GUI components for Delphi & C++ Builder. It provide you the ability to create professionally-designed skin for your applications and save your time. To get your real WYSIWYG skin tool for Delphi & C++Builder, please visit http://www.sunisoft.com Sunisoft Skin Solutions v2 : Since 2001, we provide skin solutions (SUIPack/SUISkin) for Delphi/C++Builder developers. Since 2005, we extended our skin technique to .NET(Winforms) platform (IrisSkin). Sunisoft Skin Solutions v2 is a full upgrade for all these products. It includes, an upgraded specification for skin description, a brand new SkinBuilder tool which is much easier to use for UI/skin designers, and the upgraded components for developers. |
| Download Source (14.379 Kb) : | Mega.nz |
| DynamicSkinForm.v9.11 Full Source |
|---|
DynamicSkinForm VCL (more than 100 components) help you to create applications with skins. Stable, multifunctional package for multimedia and standard applications. Excelent GUI, which fully independent from the system! Unique solution for Delphi and C++Builder to create multimedia applications as iTunes, WinAmp and more!
|
| Download Source (689 Kb) : | Mega.nz |
| Raize Components v4.3.1 |
|---|
CONTENTS ======== Completing the Raize Components 4 Installation C++Builder Developers and Uxtheme.h Moving Raize Components 4 Palettes to Front Uninstalling Raize Components 4 What's New in Raize Components 4 Minimum system requirements Contacting Raize Software, Inc.
C++BUILDER DEVELOPERS AND UXTHEME.H =================================== Although C++Builder 2007 is essentially VCL compatible with BDS 2006, in creating the new version, CodeGear did fix some issues regarding the theme headers. The result is a conflict in a header file that is included with Raize Components: Uxtheme.h. The install program renames the RC4\Lib\BDS2006\Uxtheme.h file to Uxtheme.hxx if CodeGear RAD Studio 2007 is one of the selected IDEs. This will eliminate the conflict when compiling in C++Builder 2007. However, if you also need to use the C++Builder personality in Borland Developer Studio 2006, then the Uxtheme.hxx file must be renamed back to Uxtheme.h. If you will be switching between C++Builder 2007 and C++Builder 2006 frequently, then an alternative approach would be to copy the RC4\Lib\BDS2006 directory to RC4\Lib\BDS2007 and in the BDS2007 directory, simply delete the Uxtheme.h file. Please note that you will also need to update the LIB and INCLUDE file paths in C++Builder 2007 to reflect the new directory. |
| Download Source (31.307 Kb) : | Mega.nz |
| BusinessSkinForm.v6.11.Full.Source |
|---|
BusinessSkinForm VCL (more than 120 components) help you to create applications with skins. Stable, multifunctional package for business applications. Unique GUI, which fully independent from the system! Use the latest generation of Ribbon UI and you'll be on the wave of the latest trends! With this product, we want to support developers who use older versions of Delphi and C++Builder, as well as those who have been using this product for many years.
|
| Download Source (681 Kb) : | Mega.nz |
| AlphaControls 5.45b Full Source |
|---|
A package of standard and unique skinable VCL's for 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, which make AlphaControls (and the applications that use them) unique.
|
| Download Source (7.377 Kb) : | Mega.nz |
| SDL Component Suite v7.0 |
|---|
The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. The entire suite consists of about 50 units covering a wide range of requirements in science and engineering. The component suite is available both for Delphi™ and for C++Builder.
|
| Download Source (12.744 Kb) : | Mega.nz |
| DCPcrypt Cryptographic Component Library v2 |
|---|
Copyright (c) 1999-2009 David Barton UPDATE: Included is an update for Delphi 2009 by Henri Gourvest. Note: I have not tested this myself (I don't have Delphi 2009) DCPcrypt is a collection of cryptographic components for the Borland Delphi(tm), C++ Builder(tm) and Kylix(tm) programming languages. The supported versions are Delphi 4, 5, 6, 7, 2005, C++ Builder (3?), 4, 5, (6?) and Kylix 1 (untested), 2 and 3 (untested). Thanks to Manuel C. for the modifications to make DCPcrypt work under Delphi 2005! The idea behind DCPcrypt is that it should be possible to "drop in" any algorithm implementation to replace another with minimum or no code changes. To aid in this goal all cryptographic components are descended from one of several base classes, TDCP_cipher for encryption algorithms and TDCP_hash for message digest algorithms. If you maintain a website then a link to my page at http://www.cityinthesky.co.uk/ would be great! |
| Download Delphi7 Source (396 Kb) : | Mega.nz |
| Download Delphi10/11 Source (245 Kb) : | Mega.nz |
| MySQL DataSet |
|---|
compatible DataSet component, which allows reading (only) of a MySQL database NB: this component does NOT use the libMySQL.DLL client DLL!!!! currently all fields are returned as TStringField TMySQLConnection takes care of connecting and selecting a DATABASE TMySQLDataSet opens a Table (all fields) sorted by its PRIMARY key Paul TOTH |
| Download Source (23 Kb) : | Mega.nz |
| WinaAmpSkin Component-Library |
|---|
Version 0.1b Copyright (C) 1999 Francois.Zbinden@djus.ch This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| Download Source (73 Kb) : | Mega.nz |
| NextSuite VCL v4.2.1 |
|---|
| Fast, modern and easy to use Delphi (VCL) Grid component. Two view styles, and dozens of column types (with in-place, and stand-alone editors). |
| Download Source (1.119 Kb) : | Mega.nz |
| Alcinoe Component Library v31012 |
|---|
| Alcinoe is a library of visual and non-visual components for Delphi. The components can be used in commercial as well as shareware and freeware and open source projects without cost. |
| Download Source (5.546 Kb) : | Mega.nz |
| VCLZip Pro v3.10.1 for Delph Full Source |
|---|
New ZLib methods for optimized compression and decompression of single entities of data in standard ZLib format, without the overhead of the PKZip format. This is excellent for compression of data to be sent across the net, compressing web pages (http compliant compression), blobs, etc.
Overloaded TStream Methods for Delphi 4,5, BCB 4, and 5
Special OnGetNextTStream Event for Delphi 4,5, BCB 4, and 5
Capability to use the latest version of ZLib 1.2.1.
Some optimization improvements which should show some improvement in zipping and unzipping speed when using TkpStreams with D4, D5, BCB4, and BCB5. |
| Download Source (522 Kb) : | Mega.nz |
| GIFImage Component |
|---|
This is a version of Anders Melander's TGIFImage ported to Delphi 7, Delphi 2005, Delphi 2006. It supports animated GIF files. This version should also work with older Delphi versions (not tested much). It only works in VCL applications for Win32 platform. It doesn't work in .NET applications. WARNING: Use it at your own risk. I'm posting it with permission from the author Anders Melander. The original TGIFImage was originally located at Note: His website has been offline for a long time. Mail: finn@tolderlund.eu Website: http://www.tolderlund.eu/delphi/ |
| Download Source (1.176 Kb) : | Mega.nz |
| Download Source ((22.062 Kb) : | Mega.nz |
| zlib Compress Component 1.1.2 |
|---|
Copyright (C) 1998,1999,2000 by NOMSSI NZALI Jacques H. C. [kn&n DES] See "Legal issues" for conditions of distribution and use. The 'zlib' compression library provides in-memory compression and decompression functions, including integrity checks of the uncompressed data. This version of the library supports only one compression method (deflation) but other algorithms will be added later and will have the same stream interface. Compression can be done in a single step if the buffers are large enough (for example if an input file is mmap'ed), or can be done by repeated calls of the compression function. In the latter case, the application must provide more input and/or consume the output (providing more output space) before each call. The default memory requirements for deflate are 256K plus a few kilobytes for small objects. The default memory requirements for inflate are 32K plus a few kilobytes for small objects. |
| Download Source (252 Kb) : | Mega.nz |
| FlatStyle v4.42.8.0 |
|---|
If you want to create a shape that is based on polygon drawing, you should choose
CalcPoly This method maps the coordinates of a TPoint array to a given Width and Height OffsetPoly This method offsets all coordinates of a TPoint array by an X/Y value. There is a simple thought behind those two methods. All coordinates of a shape are specified in relation to a shape-specific coordinate system. The more complex the shape is, the more detailed the coordinate system needs to be.. |
| Download Source (7 Kb) : | Mega.nz |
| OpenGL Components V0.2 |
|---|
Delphi OpenGL Components V0.2 (c)2001 by Paul TOTH <tothpaul@free.fr> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| Download Source (44 Kb) : | Mega.nz |
| Native JPG Version 1.08 |
|---|
This is a small-footprint native Object Pascal (Delphi) implementation to read and write Jpeg files. It provides a fully object-oriented approach to working with Jpeg files, with clearly defined properties, events and methods. You can use this code to read and write Jpeg documents from/to files or streams, generate bitmaps from the compressed data and vice versa. It also provides for methods to access the meta data in the files, and methods to manipulate the Jpeg file in a lossless way (rotation/flipping, etc). Author: Nils Haeck M.Sc. (SimDesign B.V.). |
| Download Source (729 Kb) : | Mega.nz |
| CoolTrayIcon package, ver. 4.4.0 |
|---|
CoolTrayIcon is a tray icon component with many properties to customize the icon's behaviour and appearance. Features include:
TextTrayIcon is descended from CoolTrayIcon. It allows you to show a tray icon with a text of your choice. Author: Nils Haeck M.Sc. (SimDesign B.V.). |
| Download Source (294 Kb) : | Mega.nz |
| Text Animator Version 1.41 |
|---|
Copyright© Kambiz R. Khojasteh. All rights reserved. Probably you have seen Java Applet of Sun Microsystems named NervousText. TTextAnimator control has used the same idea for animating text. The control is like a TLabel with a few additional properties. This component can also animate the color of the text as well as letters. |
| Download Source (9 Kb) : | Mega.nz |
| Text Fader Version 1.23 |
|---|
Copyright© Kambiz R. Khojasteh. All rights reserved. If you would like to display text containing multiple lines on the screen and there is not enough room, TTextFader is your solution. This component shows lines one by one each fading into the next. |
| Download Source (10 Kb) : | Mega.nz |
| TeeChart Pro 8.06 VCL / CLX |
|---|
TeeChart Pro v8 Copyright (c) 1995-2008 by Steema Software All Rights Reserved support forum: http://support.steema.com |
| Download Source (57 Kb) : | Mega.nz |
| TMS Component Pack v5.5.4.1 |
|---|
|
| Download Source (112 Kb) : | Mega.nz |
| Download Source (3.046 Kb) : | Mega.nz |
| Download Source (6.014 Kb) : | Mega.nz |
| Download Source (4.408 Kb) : | Mega.nz |
| DevExpress v14.2.2 Full Source |
|---|
DevExpress VCL components are feature-complete and built for speed regardless of data complexity or size. DevExpress VCL components are reliable and well tested so that mission critical applications behave as expected, each and every time. DevExpress data-aware controls are powered by our legendary server-side data processing engine so that users can shape and analyze information at lightning speeds, without sacrificing features or capabilities. Because of our tireless commitment to performance, reliability and technological innovation, you can confidently build data-centric applications that amaze, be it financial trading applications using real-time feeds or information driven enterprise-grade business intelligence solutions. |
| Download Source (544 MB) : | Mega.nz |
| Billenium Effects 4.1 |
|---|
Copyright (c) 1998-2008 by Francisco Sanchez All Rights Reserved. Make sure your compiler is closed when executing the installation program. Follow the step by step instructions of the 'Installation' section in the Help file. |
| Download Source (5.877 Kb) : | Mega.nz |
| Graphics32 Master Version 1.1 |
|---|
Graphics32 is licensed under the Mozilla Public License (MPL) 1.1 and the Lesser General Public License (LGPL) 2.1 with linking exception. You may use the files in this distribution under the terms of either the MPL 1.1 or the LGPL 2.1 with linking exception (see below). |
| Download Source (3.574 Kb) : | Mega.nz |
| ProEssentials 7 |
|---|
| GigaSoft ProEssentials is a set of charting components for both Windows client-side and server-side development. GigaSoft ProEssentials includeds WPF, WinForm, WebForm, ActiveX, VCL, and DLL interfaces for five components: Graph, Scientific Graph, 3D Scientific Graph, Polar, and Pie Chart objects. GigaSoft ProEssentials comes with everything you need in one package to develop with Visual Studio. NET, VB6, VC6, ASP, ASP.NET, Delphi, C++Builder, and others, in a variety of interfaces best suited for your needs. |
| Download Source (18 MB) : | Mega.nz |
| Jedi VCL Version 3.0 |
|---|
| JvVCL is an extension to VCL that makes it easier to port VCL components to CLX. The classes in JvExVCL map VCL messages to CLX compatible virtual or dynamic methods. The big advantage is that you can write controls for CLX and VCL without IFDEF'ing the code (too much). |
| Download Source (48 MB) : | Mega.nz |
| XNetDetect - v2.1 |
|---|
(C)2007-2008, XCRYSoft This software is provided "as-is," without any express or implied warranty. In no event shall the author be held liable for any damages arising from the use of this software. This component is FREEWARE, so you may distribute it freely as long as you comply that XCRYSoft is the author of this component. If you want to modify it, then you must notify our support at: support@xcrysoft.com |
| Download Source (178 Kb) : | Mega.nz |
| BComPort Version 2.2 |
|---|
Author - Brusnikin Igor Viktorovich - http://majar.nm.ru/ Version - 2.20 (01/01/2012) Status - Freeware A component for exchanging computer data with external devices via the RS-232 interface in synchronous mode. Works with Delphi 3..10, 2007..2010 and C++ Builder 3..6. For more information on the properties, methods and events of the TBComPort component, see the BComPort.chm help file. The Demo directory contains demonstration examples of using the component. |
| Download Source (104 Kb) : | Mega.nz |
| TmxProtector v1.31 |
|---|
Copyright (c) 2001-2005 Bitvadász Kft. All Rights Reserved The TmxProtector is a software protection component. It was designed for quick implementation of application protection functions. You can create time-trial and password protected applications. You can set the maximum number of execution, and it can work with registration keys as well. The stored information- passwords, registration keys etc. - are coded. |
| Download Source (140 Kb) : | Mega.nz |
| PowerPDF Version 330 |
|---|
Use TPReport to create pdf document. Like TPrinter. To start print job, call the BeginDoc method.To print page, call the Print method. And call the EndDoc method to terminate print job.If you want to terminate print job unless saving document, call the Abort method. |
| Download Source (439 Kb) : | Mega.nz |
| Shell Controls Packages and Utils Version 1.1.0 |
|---|
Version supported: XE6, XE8, XE10, D10.1, D10.2, D10.3, D10.4, D11, D12 Components Vcl.Shell.ShellCtrls.pas and Vcl.Shell.ShellConsts.pas are not distributed here, because they are distributed by Embarcadero inside Delphi! - **TShellComboBox** - **TShellListView** - **TShellTreeView** and the component **TShellChangeNotifier** to intercept changes to folders and files. |
| Download Source (141 Kb) : | Mega.nz |
| BassDllPlayer Version 1.26 Full Source |
|---|
Component for easily integrating the BASS.DLL functions, whereby the BASS.DLL is dynamically integrated as a unit (BASS.DLL does not have to be passed on as a file). Play all Bass.DLL formats
Simple effects (echo, flanger...) Visualization Recording function (not tested). |
| Download Source (193 Kb) : | Mega.nz |
| TPNGImage |
|---|
The TPNGImage object encapsulaes the decoder and encoder for PNGs. The object is based on the TBitmap type. Therefore, it has all the properties and methods of TBitmap. For example, it is possible to use the Assign procedure to copy the contents from most of TGraphic descendents like TJPEGImage, etc... |
| Download Source (56 Kb) : | Mega.nz |
| Pribor 1.0 |
|---|
Author: Vasiliy Component: TPribor Creation: 30.12.2008 The component TPribor is used to visually represent various technical parameters such as voltage, amperage, temperature etc... |
| Download Source (25 Kb) : | Mega.nz |
| PNG Image Version 1.56 Full Source |
|---|
This is PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2).
etc... |
| Download Source (400 Kb) : | Mega.nz |
| RX Library 1.22 |
|---|
This software is provided "as is" and is without warranty of any kind. |
| Download Source (2.025 Kb) : | Mega.nz |
| SGraph v2.4 |
|---|
This is a set of 32 bit Delphi components and classes for 2D plot. It is relatively simple, but can be used in many cases. It is more gauge then presentation element. The main features are: |
| Download Source (829 Kb) : | Mega.nz |
| Iocomp Components Release 4.02 SP2 |
|---|
Copyright ©1998-2009 Iocomp Software Incorporated. Iocomp and the Iocomp Logo are registered trademarks of Iocomp Software Inc. Borland is a registered trademark of the Borland Corporation. Windows, Microsoft, and ActiveX are registered trademarks of the Microsoft Corporation. Linux is a trademark of Linus Torvalds. All other trademarks are registered by their respective owners. |
| Download Source (27 Kb) : | Mega.nz |
| nrComm Lib 9.42 |
|---|
Copyright (C) 1997-2016 Roman Novgorodov, DeepSoftware LLC nrComm Lib provides some tools for performing the serial communications tasks in Delphi/CBuilder development. It has ready solutions for many communication tasks and supports working with different types of devices. |
| Download Source (34 Kb) : | Mega.nz |
| AntiAliased AnalogGauge Component |
|---|
Copyright (C) 2002, Irnis Haliullin (irnis@irnis.net) A3nalogGauge - simple component for displaying floating point value as analog voltmeter. In addition to AnalogGauge component, the A3nalogGauge allow to use the supersampling antialiasing algorithm for improvement the image quality. Besides, the A3nalogGauge contains additional properties for more powerfull control of the own face. And also others, less significant improvements. |
| Download Source (216 Kb) : | Mega.nz |
| ExpressForumLibrary(tm) Suite |
|---|
Copyright (C) 1999-2001 Developer Express Inc. DEVEXPRESS grants to you as an individual, a personal, nonexclusive license to install and use the SOFTWARE COMPONENT PRODUCT(S) for the sole purposes of designing, developing, testing, and deploying application programs which you create. If you are an entity, you must designate one individual within your organization to license the right to use the SOFTWARE COMPONENT PRODUCT(S) in the manner provided herein. |
| Download Source (1.868 Kb) : | Mega.nz |
| LbButtons Suite 2.4.1 |
|---|
Copyright (C) 2000-2002 Leif Bruder LbButtons Suite is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. TLbSpeedButton, TLbButton, TLbStaticText. |
| Download Source (304 Kb) : | Mega.nz |
| EasyGraph 1.92 + Parser Source |
|---|
Copyright (C) 2003 Vit Kovalcik This component can draw graph which displays series of points and/or functions defined with complicated mathematical formulas. You can use mouse to zoom or pan with view. TEasyGraph works with Delphi 3, 4, 5 and 6 and it is freeware. (But any donations are welcomed. ;-) I used great and fast (and free) component TParser version 10.1 for evaluating formulas, but I modified it for better work with this component. If you want to use it separately, please use original TParser, which is included in this archive, because my modifications made it slightly incompatible with another versions. (It is possible to have both parsers - modified TMDParser and original TParser - installed in Delphi at the same time). |
| Download Source (545 Kb) : | Mega.nz |
| KSDev FXLib + SkinEngine + Theme Engine Full Source |
|---|
Copyright (c) KSDev. All right reserved. FX Lib 3.02 is an easy-to-use set of components that enables you to create amazing splash screens, form and image transition effects, using all the power of its advanced rendering engine. Over 70 families of animation and transition effects with hundreds of variations. Real-time rendering. WYSIWYG editing in both design-time and run-time, preview.
|
| Download Source (13 MB) : | Mega.nz |
| Image32 - 2D graphics Library |
|---|
Copyright © 2019-2024 Angus Johnson Image32 is a comprehensive 2D graphics library written entirely in Delphi Pascal, and without dependencies on other libraries. It provides an extensive range of image manipulation and drawing functions that includes text rendering through native parsing of truetype font files. |
| Download Source (16.6 MB) : | Mega.nz |
| TajColor Picker Vewrsion 1.01 |
|---|
Copyright © SoftSpot Software 2001 - All Rights Reserved Andrew J. Jameson TajColorPicker has been designed as a highly compact color picker component. Unlike all other color picker components, TajColorPicker enables straightforward selection of a color without all of the usual encumbrance of a multiplicity of dialogue windows and color grids. It features a saturation / luminance boxed area, a hue selection bar and RGB edit boxes, capable of displaying and editing either decimal or hexadecimal value. |
| Download Source (323 Kb) : | Mega.nz |
| ElasticForm |
|---|
ElasticForm is provided as a zipped file ElastFrm.zip. Upon unzipping, it generates local directories: Delphi1, Delphi2, Delphi3, Delphi4, Delphi5, Delphi6, Delphi7, Delphi 2005, Delphi 2006, Delphi 2007, CBuilder, CBuilder3, CBuilder4, CBuilder5, and CBuilder6 each containing the pertinent files for installation to the proper version of Delphi and C++Builder. An additional local directory Help is generated that includes the help file. |
| Download Source (779 Kb) : | Mega.nz |
| PasswordEdit 1.0 |
|---|
Copyright © James Azarja - 2000 Jazarsoft This code may be used and modified by anyone so long as this header and copyright information remains intact. The code is provided "as-is" and without warranty of any kind, expressed, implied or otherwise, including and without limitation, any warranty of merchantability or fitness for a particular purpose. In no event shall the author be liable for any special, incidental, indirect or consequential damages whatsoever (including, without limitation, damages for loss of profits, business interruption, loss of information, or any other loss), whether or not advised of the possibility of damage, and on any theory of liability, arising out of or in connection with the use or inability to use this software. |
| Download Source (4 Kb) : | Mega.nz |
| Colored Speed Button |
|---|
The only difference between standart - the option to choose button face color (forgive my english). Author: P. Savelev |
| Download Source (8 Kb) : | Mega.nz |
| GMPanel |
|---|
Coding : Gerard Maheu Comments to : gerard1@mailcity.com COPYING THE SOFTWARE You can freely copy the component provided and re-distribute royalty free. |
| Download Source (12 Kb) : | Mega.nz |
| AnimateImage |
|---|
Copyright © Kambiz R. Khojasteh. All rights reserved. TAnimateImage is a windowed control for displaying images of a TImageList on a form. You need just to assign an ImageList component to its Images property and set the FrameIndex property to index of the image you want to display. Additionally, TAnimateImage can use for animating images of a TImageList. If you have frames of an animation as Bitmap or Icon, this is the easiest way to animate them. For this purpose, TAnimateImage provides some properties to specify animation's interval, frames' segment, and direction of the animation. |
| Download Source (20 Kb) : | Mega.nz |
| Led Button rel. 1.0 |
|---|
Copyright © Marco Caselli Feel free to use or give away this software as you see fit. Please leave the credits in place if you alter the source. This software is delivered to you "as is", no guarantees of any kind. If you find any bugs, please let me know, I will try to fix them. If you modify the source code, please send me a copy. |
| Download Source (5 Kb) : | Mega.nz |
| rmControls v1.92 |
|---|
Copyright © Ryan Mills My name is Ryan Mills and the rmControl library homepage is If you have questions or source code updates you can email them to this address |
| Download Source (364 Kb) : | Mega.nz |
| AdvancedProgressBar Version 1.0 |
|---|
Copyright © MARTINEAU Emeric Feb - 01, 2008 this component is public domain software Progress bar, flat, gardient, 3D.
|
| Download Source (6 Kb) : | Mega.nz |
| Effect Button |
|---|
Created by Yakovchenko Sergey 2008 Use two Bitmaps for a Button Effect. |
| Download Source (182 Kb) : | Mega.nz |
| AntiAliasing EllipseBevel |
|---|
Use High Quality Bevel, with AntiAliasing Calculation. |
| Download Source (190 Kb) : | Mega.nz |
| GLIBWMI Visual Component Library 1.6b |
|---|
Copyright © Germán Estévez
|
| Download Source (577 Kb) : | Mega.nz |
| ATViewer |
|---|
ATViewer is a component for Delphi/C++Builder, which allows to view files of various types. There is no edit possibility, just quick view - so it's useful to implement "View file" feature in your Delphi/C++Builder application.
|
| Download Source (2.464 Kb) : | Mega.nz |
| Gradient ProgressBar Version 1.2.3 |
|---|
Copyright © Johan W. Strikkers Fonttype test when vertical (if ness. changed to Arial.) |
| Download Source (98 Kb) : | Mega.nz |
| Image Effects Pro |
|---|
| Copyright (c) 2003-2004 Pisarev Yuriy (mail@pisarev.net) |
| Download Source (719 Kb) : | Mega.nz |
| Ruler 4.0 |
|---|
Copyright (c) Hans Roos, Roos Software, The Netherlands Website: www.RoosSoftware.nl Email: mail@roossoftware.nl // 4 layouts rdTop, rdLeft, rdRight and rdBottom with // automatic scale adjustments for each layout // Scale: from 1-1000 % // Scale numbers can be reversed // Units: Inches, Centimetres, Millimetres, Pixels, Meters, Kilometers // Automatic calculation of scalenumbers (no overlapping) // Sideways text for vertical layouts // Flat or 3D appearance // TRsRulerCorner: extra component for joining up to 4 // rulers, can show the unit ('km', 'm', 'cm', 'mm', 'in' or 'px') // Font can be changed; sideways fonts only possible if True Type font! |
| Download Source (263 Kb) : | Mega.nz |
| JanSolft Component Suite 2002 |
|---|
| Copyright (c) JanSolft |
| Download Source (1.033 Kb) : | Mega.nz |
| Keyboard Layout Component Version 1.1 |
|---|
| Copyright (c) khaled Shagrouni Date: 23/01/2003 Author: khaled Shagrouni Email: khaled@shagrouni.com Home page: http://www.shagrouni.com Description Use KeyboardLayout to manage system locales keyboard layout. Set the cutrrent input language in different ways. Retrive different names of the active syasem locales. Detect the current input language when its changes. |
| Download Source (11 Kb) : | Mega.nz |
| Scroll Caption |
|---|
| This component can place and animate a marquee on the title bar of the window. |
| Download Source (2 Kb) : | Mega.nz |
| Gradient Text Version 1.0 |
|---|
GradText - Harm: harmdog@ne.uswest.net Version 1.0 - Initial release to the public. |
| Download Source (4 Kb) : | Mega.nz |
| XiButton 1.12 |
|---|
Copyright (c) & Written by Eugene Genev. |
| Download Source (31 Kb) : | Mega.nz |
| DDLedBar v1.0 |
|---|
Copyright (c) Dobrin Dobrev, e-mail: dobrito@email.com This is a simple 3 color LED bar component for Delphi ColorLow, ColorMid, ColorHi - Used colors to render bars Orientation - Orientation of the component BarSize - Size of each bar in LED Position - Current position LowToMidPos, MidToHiPos - Break between low, middle and high color. |
| Download Source (2 Kb) : | Mega.nz |
| ALScrollingText v1.03 |
|---|
Copyright (c) Andrew Leigh This component displays a horizontal scrolling text message with Edge fading. |
| Download Source (3 Kb) : | Mega.nz |
| Google PageRank components for Delphi (GPRD) v1.5 |
|---|
Copyright (c) Irnis I.Haliullin Now Delphi developers can embed Google PageRank retrieving functionality into own applications. This components allows you to easily retrieve Google's PageRank value and also show it by manner similar to Google Toolbar. Requirements - Borland Delphi 5,6,7,2005 or 2006. |
| Download Source (268 Kb) : | Mega.nz |
| Gradient Button |
|---|
This component is freeware. Use, abuse it, modify it, improve it, take out parts you don't need/want. You don't need to credit the author if you use this in an application. However, you can communicate with me at |
| Download Source (20 Kb) : | Mega.nz |
| IMG EditBox Center |
|---|
IMG Edit Components source code (Delphi 3, Delphi 4, Delphi 5, Delphi 6, C++Builder 3, C++Builder 4, C++Builder 5) Support by e-mail to support@imgsoft.com. |
| Download Source (227 Kb) : | Mega.nz |
| IESniffer Version 2.2.5 |
|---|
Copyright (c) Aleksey Kuznetsov UtilMind Solutions The IESniffer component monitors all running instances of Internet Explorer (or just some certain browser window(s)), sniffs the URL address from address line and gives an access to all their properties, methods and events (without implementing/installing ANY Browser Helper Objects). The component can work either in stand-alone Delphi/BCB application or can be put to Explorer Toolbar. |
| Download Source (977 Kb) : | Mega.nz |
| ICQ Client Version 1.21 |
|---|
It's a small component which impelements basic functions of ICQ v8 (used in 2003a) protocol. Sources are quite good commented so it's very simply to extend functionality of this component. You have to install components from ICQClient.pas and ICQDb.pas units. Hope you enjoy it ;). Support is closed! |
| Download Source (1.464 Kb) : | Mega.nz |
| StringGrid ColorControls 1.0 |
|---|
The library contains set of components working with lists that give capabilities to control their appearance Contents : Overview Installation Demonstration program Copyright stuff Feedback. |
| Download Source (565 Kb) : | Mega.nz |
| Analog Clock Trz |
|---|
Copyright (c) Michael Kochiashvili This unit is public domain. You can add/rewrite code, but if you do it, please, let me know. If you have any suggestions for improvements, or if you find any bugs, please notify the author. |
| Download Source (189 Kb) : | Mega.nz |
| KOL-Master |
|---|
The current point release is 3.23 for KOL and 3.23 for MCK. New versions appear with Irregular intervals, but the library is currently maintained. There is an svn repository for KOL and MCK at https://svn.code.sf.net/p/kolmck/code/ which is usually more up to date than the point releases. The main reason creating this library is explained through the dissatisfaction of Vladimir and others towards ever increasing code bloat. Nobody seemed to care anymore about *efficient* coding. According to KOL users there a strong correlation between Moore's law and degrading code optimizing efficiency. An MCK project designed in a Delphi IDE can be recompiled with both 32 bit and 64 bit FPC 2.7.1 or later compilers without change. This way you can without having to upgrade your Delphi to a recent version. |
| Download Source (12.310 Kb) : | Mega.nz |
| Abakus VCL |
|---|
Copyright (c) 2009 A.Baecker, All rights Reserved e-Mail: support@abaecker.de Arrow shapes for round meters } If you change or add arrows you must backup this unit before you update to a new Abakus VCL version (an update will overwrite this file !!! ). |
| Download Source (10.290 Kb) : | Mega.nz |
| AnalogMeter |
|---|
Copyright (c) Hannes@TheBreuery.com 1. What is this? One of those 'old-HiFi-like' displays to show Single-Values. Version 2.10 Written in Delphi 3.0, updated in D5. 2. Authors Written 1999-2002 by Hannes Breuer (hannes.breuer@talknet.de). Inspired by Andrey Abakumov (aga@millerovo.donpac.ru). Thanks to Henry, Raimar, Janco, Shlomo, Jim, Franky, Peter, Michelle, Kermit (in chronological order) for your contributions. |
| Download Source (287 Kb) : | Mega.nz |

Keine Kommentare:
Kommentar veröffentlichen