/*           Delphi Super Page
/*     home location is Delphi.ICM.edu.pl ( Poland )
/*  Index file for directory : d80free
/*
/*           Delphi 8.0x freeware stuff
/*
/*  created: 26-02-2006
/*

    Name     Size Date(dd-mm-yyyy)    Description

ahado.vcl.net.zip     6,497 04-04-2005 KA Access Helper For Ado is a simple component to help programmers easy to open all database formats supported by Microsoft JET Engine via ADO Access Helper For Ado supports following ADO Database components: 1. TAdoConnection   by Borland 2. TaoADOConnection by Aloha Oi Software 3. TKAAdoDatabase   KA Ado
Clearer.zip    233,700 06-12-2004 History is a great new feature of Delphi 2005. There is only a little drawback: after project completion getting rid of all the history files is a bit annoying. Clear makes this more easy. WARNING: this is a mass deletion program, use with care and under your responsibility.
kacharset.vcl.net.zip     5,644 04-04-2005 KA Charset can be used convert a text from one charset to another charset that is supported by Microsoft Windows. List of available charsets depends on the version of Internet Explorer that is installed on the host machine.
kacopyfile.vcl.net.zip     6,692 04-04-2005 KA CopyFile can be used to copy files or folders (with subfolders) for VCL.NET platform Options include copying Subfolders, Attributes, Dates and Autorenaming if terget file exists.
kadao.vcl.net.zip   731,265 04-04-2005 KADao is a native DAO component for Delphi VCL.NET (D8 and D2005) 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 Microsoft(r) Access'xx-Access'97 and Microsoft(r) Access'2000-2003 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 an 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
kadaocontrols.vcl.net.zip   642,568 04-04-2005 KADao Controls are FREE pack for enchancing work with KADao for VCL.NET KADao Controls can work ONLY With KADao  KADao Controls include: KADaoDBGrid KADaoSortByButton KADaoFilterByButton KADaoFindButton KADaoSeekButton KADaoSelectIndexButton KADaoCVFButton KADaoDateTime KADaoExportButton KADaoSearch
kadriveletter.vcl.net.zip     3,928 04-04-2005 KADriveLetter for VCL.NET gives ability to mantain assigned drive letters <BR>to devices in your system <BR>It can hadle 3 manipulations <BR>1. Assign drive letter to Device/Partition <BR>2. Remove drive letter assigned to Device/Partition <BR>3. Change drive letter assigned to Device/Partition
kafloating.vcl.net.zip   185,948 04-04-2005 KA Floating Controls is set of some standard controls descendatns with floating abilities and RollUp/RollDown support.
kaformimage.vcl.net.zip   189,997 04-04-2005 KA FormImage can be used to create a non-rectangular forms with transparent areas. Includes transparent editor like Adobe Gif export.
kasqladonet10.zip    22,323 04-04-2005 KA.SQL.AdoNet acts as an bridge between ADO.NET SqlConnection and Dataset and a Delphi VCL.NET TDataset. This gives the programmer ability to use ADO.NET SqlConnection as a Delphi TDataset and use all DbAware Controls with an ADO.NET SQLConnection KA.SQL.AdoNet uses Borland's TADONETConnector component to utilize this connection. It can be used with MS SQL Server only. KA.SQL.AdoNet have build in ConnectionString editor and TableName editor so programmer can easy build a SQL Server application. See demo application for details.
lmd70se_d8net.zip 13,427,304 03-10-2005 LMD Tools Special Edition (for Delphi 8) 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.
PrefixIt31.zip   255,407 06-12-2004 .NET frameworks is nice indeed. I like it, and I am a Delphi "integralist". Unfortunately, someone in MS decided that interface name prefix 'I' is good but class name prefix ('T' or 'C') it is not. This decreases immensely code clarity. C# chaps have a case- sensitive solution: they uncapitalize the instance names, e.g. graphics= new Graphics Very readable indeed! Not to mention the problem if the instance is visible outside the assembly (.NET in general is NOT case-sensitive). Delphi would have the solution: type equivalence, e.g. type TGraphics = System.Drawing.Graphics; var Graphics: TGraphics; but manually rename all framerwork types is not an option. Fortunately, using reflection it is quite easy to develop a tool that inspects an assembly and generate the type definitions automatically.
PUses.zip      179,222 06-12-2004 PUses implements orderly reformatting of uses clauses. This reformatting includes: - rewriting the unit/namespace names one per line and sorting them; - optionally adding the prefix unit (generated using PrefiIt!) names. This makes extremely easy the use of prefix units generate by PrefixIt! PrefixIt! can be found here or at http://cc.borland.com/codecentral/ccweb.exe/listing?id=22683