Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.471.963 Times

Vcl Component Delphi freeware
Filter: All | Freeware | Demo
 

Vcl Component Delphi

< 1 2 3 4 5 > 
Released: December 28, 2005  |  Added: May 03, 2007 | Visits: 2.788

Cut 1D X Cut 1D X is an Automation Component used for obtaining optimal cutting designs of one dimensional pieces which may have angles different of 90 degrees at their extremities. Cut 1D X can be used for cutting linear pieces such as bars, pipes, tubes, steel bars, or any other material used by...



Platforms: Windows

License: Freeware Cost: $35.00 USD Size: 351.56 KB Download (229): Cut 1D X Download

Added: August 25, 2008 | Visits: 2.671

Chilkat Upload Component Chilkat Upload Component utility is a free ActiveX Upload Component that can be used for both commercial and non-commercial ASP applications. Supports HTTPS, Asynchronous, Progress Monitoring and Abort.





Platforms: Windows

License: Freeware Size: 627 KB Download (204): Chilkat Upload Component Download

Added: March 07, 2006 | Visits: 3.445

Component Conversion Utility The Component Conversion Utility is designed to minimize the time needed to create skeleton code in a variety of languages. Given a database connection, for example, the CCU can use existing tables to create skeleton Java code. In addition to translating programming languages, it allows a user to...


Platforms: Windows, Mac, *nix

License: Freeware Size: 500 KB Download (182): Component Conversion Utility Download

Added: July 08, 2010 | Visits: 2.228

VCL for PHP VCL for PHP is a PHP framework to help you build PHP web applications faster and easier than ever. This framework has been designed to provide visual design capabilities and its being used on Delphi for PHP. Whats New in This Release: - The code in this release is the same you can get when...


Platforms: *nix

License: Freeware Size: 2.2 MB Download (177): VCL for PHP Download

Released: August 12, 2012  |  Added: August 12, 2012 | Visits: 1.206

HotPDF PDF Creation VCL HotPDF Delphi PDF Creation Library is a VCL component for Delphi and C++ Builder that provides you with the ability to create and edit PDF documents. HotPDF does not use any DLL or other software for manipulating PDF files. HotPDF Library allow you to create and manage PDF files. Using HotPDF...


Platforms: Windows

License: Freeware Size: 2.73 MB Download (165): HotPDF PDF Creation VCL Download

Added: September 04, 2010 | Visits: 1.292

POE::Component::Client::Halo POE::Component::Client::Halo is an implementation of the Halo query protocol. SYNOPSIS use Data::Dumper; # for the sample below use POE qw(Component::Client::Halo); my $halo = new POE::Component::Client::Halo( Alias => halo, Timeout => 15, Retry => 2, ); $kernel->post(halo, info,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (163): POE::Component::Client::Halo Download

Released: June 17, 2010  |  Added: July 12, 2010 | Visits: 1.733

TeeChart for PHP Open Source Object-Oriented Charting component library completely written in PHP and ready to be used in any PHP scripts. It includes full source code meaning that no loaders have to be used in order to create a Graph on servers. PHP Charting Library Feature Summary: - 100% PHP5 code - Full PHP...


Platforms: Windows, Other

License: Freeware Size: 6.55 MB Download (163): TeeChart for PHP Open Source Download

Added: August 27, 2008 | Visits: 1.644

Free Zip Component This component provides industry-standard Zip archive functionality. It is designed to be easy to use. You can pack/unpack a file or folder with a single line of code. If you need to create or extract Zip files on the fly, this component is for you.


Platforms: Windows

License: Freeware Size: 55.4 KB Download (161): Free Zip Component Download

Released: July 04, 2012  |  Added: July 04, 2012 | Visits: 1.077

Borland Delphi Enterprise + updating Borland Delphi 7 Studio Enterprise delivers new, fully integrated technologies for increased developer productivity. Get your applications ready for the path to the Microsoft .NET Framework with the Delphi 7 Studio Migration Kit for .NET. Use ModelMaker visual modeling based on UMLTM technology...


Platforms: Windows

License: Freeware Size: 286.44 MB Download (157): Borland Delphi Enterprise + updating Download

Added: March 21, 2006 | Visits: 3.700

LSFindReplaceDialogW LSFindReplaceDialogW contains two components for Delphi 6 and 7: TLSFindDialogW displays a Find dialog, TLSReplaceDialogW a search-and-replace dialog. Both use wide strings (Unicode) and do work only with Windows NT/2000/XP and higher.LSFindReplaceDialogW includes all source code!


Platforms: Windows

License: Freeware Size: 21 KB Download (149): LSFindReplaceDialogW Download

Added: August 20, 2010 | Visits: 1.128

POE::Component::Enc::Flac POE::Component::Enc::Flac is a POE component to wrap FLAC encoder flac. SYNOPSIS use POE qw(Component::Enc::Flac); $encoder1 = POE::Component::Enc::Flac->new(); $encoder1->enc(input => "/tmp/track03.wav"); $encoder2 = POE::Component::Enc::Flac->new( parent => mainSession, priority =>...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (146): POE::Component::Enc::Flac Download

Added: August 12, 2008 | Visits: 1.280

NetToolWorks.NET S/MIME component The NetToolworks.Net S/MIME component allows .NET developers to quickly and easily add advanced E-mail encryption, decryption, signing and verification capabilities to their applications with minimal coding. S/MIME comes either as a standalone product for existing owners of our Mail component or...



License: Freeware Size: 2.1 KB Download (133): NetToolWorks.NET S/MIME component Download

Added: August 20, 2008 | Visits: 1.196

Visual Component Framework The Visual Component Framework is a C++ application framework that offers a modern, clean, C++ architecture and is designed to be cross platform. The core framework is divided into three major libraries, the FoundationKit, the GraphicsKit, and the ApplicationKit. Anti-aliased graphics are...


Platforms: Windows

License: Freeware Size: 29.06 MB Download (132): Visual Component Framework Download

Added: November 18, 2006 | Visits: 2.449

abfComponents The abfComponents product is a base part of the ABF Visual Components Library, contains a set of powerful and easy-to-use common components, lots of classes and procedures. Product is compatible with all 32-bit versions of Borland Delphi and C++Builder. abfComponents is free for non-commercial...


Platforms: Windows

License: Freeware Size: 417 KB Download (131): abfComponents Download

Added: April 16, 2010 | Visits: 1.018

POE::Component::Enc::Mp3 POE::Component::Enc::Mp3 is a mp3 encoder wrapper. SYNOPSIS use POE qw(Component::Enc::Mp3); $mp3 = POE::Component::Enc::Mp3->new($bitrate => 160); $mp3->enc("/tmp/tst.wav"); POE::Kernel->run(); This POE component encodes raw audio files into mp3 format. It is merely a wrapper for the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (122): POE::Component::Enc::Mp3 Download

Added: August 13, 2008 | Visits: 829

ZBit Zip-Unzip Component Lite Very light component for zipping and unzipping files from your code. Only provides basic functionality but is very fast and small (only 16Kb).


Platforms: Windows

License: Freeware Size: 16 KB Download (122): ZBit Zip-Unzip Component Lite Download

Added: June 20, 2010 | Visits: 1.392

POE::Component::Client::AirTunes POE::Component::Client::AirTunes is a Perl module with stream music to Airport Express. SYNOPSIS use POE qw( Component::Client::AirTunes ); POE::Component::Client::AirTunes->new( host => $ip, alias => "airtunes", events => { connected => connected, error => error, done => done, },...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (119): POE::Component::Client::AirTunes Download

Added: May 15, 2010 | Visits: 1.049

POE::Component::Client::Rcon POE::Component::Client::Rcon is an implementation of the Rcon remote console protocol. SYNOPSIS use POE qw(Component::Client::Rcon); my $rcon = new POE::Component::Client::Rcon(Alias => rcon, Timeout => 15, Retry => 2, Bytes => 8192, ); $kernel->post(rcon, rcon, hl, 127.0.0.1, 27015,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (115): POE::Component::Client::Rcon Download

Added: August 31, 2008 | Visits: 937

Random Number ActiveX Component Generate random numbers and random strings with this free ActiveX component.


Platforms: Windows

License: Freeware Size: 50 KB Download (114): Random Number ActiveX Component Download

Released: March 26, 2007  |  Added: May 27, 2007 | Visits: 2.400

FeedForDev FeedForDev VCL Control and ActiveX components makes it simple to communicate with users from within your software application! Integrate components into your application, to communicate with users. Use standard RSS feeds and provide users. All you have to do is add the FeedForDev component to...


Platforms: Windows

License: Freeware Size: 1.4 MB Download (113): FeedForDev Download

< 1 2 3 4 5 >