/* Delphi Super Page
/* home location is Delphi.ICM.edu.pl ( Poland )
/* Index file for directory : d2k5free
/*
/* Delphi 2005 freeware stuff
/*
/* created: 26-02-2006
/*
Name Size Date(dd-mm-yyyy) Description
adokadbgrid.vcl.net.zip 53,917 04-04-2005 AdoKADBGrid is a standart DBGrid descendant Howewer you can make it descendant of your favorite dbGrid AdoKADBGrid has an special menu attached to it Just click on red arrows in the top left corner of the grid an a popup menu will appear AdoKADBGrid Can work only with Delphi 2005/Borland DbGo TAdoTable Dataset Menu contains the following topics: Select Index - gives the user an opportunity to change current index (TAdoTable.TableDirect must be True) Sort - gives the user an opportunity to sort the table Filter - gives the user an opportunity to filter the table Find - gives the user an opportunity to search for specific data Seek - gives the user an opportunity to search for specific data (TAdoTable.TableDirect must be True) Quick Find - gives the user an opportunity to search for specific data based on currently selected column in the grid Quick Seek - gives the user an opportunity to search for specific data based on currently selected column in the grid (TAdoTable.TableDirect must be True) Auto Size Columns - resizes all coumns for best fit (since entire table is calculated do not use on big tables) Frame Index Fields - makes a red border across the fields that are parts of an index (works only if an index is selected) Choose Visible Fields - gives the user an opportunity to select which fields to be shown in the grid Save as - export as Excel, Paradox, DBF, TXT, HTML etc.. (ONLY IF CONNECTED TO MS Access Database!!!) Select All - Selects all records in the grid DeSelect All - Deselects all records in the grid Cut - Cut records to Clipboard Copy - Copy records to Clipboard Paste - Paste records from Clipboard (MSOffice format fully supported) Office-compatible Clipboard - Turns MSOffice Clipbord formatting ON/OFF
BorderExtender.zip 2,173 06-12-2004 WinForms components normally only have FixedSingle, Fixed3D and none border styles. The results are very out of fashion forms, expecially with Win 2K. The funny thing is that .NET WinForms provides a class (ControlPaint) that can draw nice looking borders. Why they did not used it for the components is a mistery. Anyway, using an extender provider something can be done (see demo project and form image). Unfortunately, different components behave differently (combo boxes do not even have border style property!) so some experimenting is required to obtain better looking forms. The extender provider code is inside Visibles.BorderExtender.pas unit. To use it add the unit to a (new) package. This code is free, use it at your own risk. If you improve it it would be nice if you send me the improved version.
D2005UtilsPack.zip 2,829,094 14-02-2005 A group of utilities targetting Delphi 2005.<BR> Some are for both W32 and .NET personalities.<BR> Regionalize V1.5, Make Region of Selected Code Open Tool.<BR> OptionSets V2.5, Multiple Project Options Sets for Delphi Open Tool.<BR> DEInsight V2.2, Dynamic Error Insight Management Open Tool.<BR> Clearer V1.10, BDS project files and history cleaner.<BR> Some are for .NET personality only.<BR> PrefixIt! V5.0, Prefixed Class Names for .NET<BR> PUses V3.1, Uses Clause Reformatter Open Tool.<BR> NamespaceSearcher V1.1, type to namespace search utility.
DEInsight.zip 151,761 06-12-2004 Error insight is great to flag errors. Unfortunately, while typing it keeps signalling errors due to the partially entered text. This is both annoying and taxing for the CPU. DEInsight enables and disables error insight dinamically to improve programmer's experience.
gpindy10d9-050114.zip 746,864 25-01-2005 web remote control solution for delphi 2005, based in Indy 10 library. You install GpIndy as component in your program, and then, you can do remote control in the Pc where your program is executed, by a web browser. Screen , file, process, objects atributes and more.. Include SSL solution for secure connections.
lmd70se_d9.zip 9,601,794 03-10-2005 LMD Tools Special Edition (for Delphi 2005, Win32) 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. Note: VCL.NET version is available on our web site. 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.
Regionalize.zip 101,052 13-12-2004 Nick Hodges from Borland, self appealed 'Delphi Bigot', complained about 'Ten Annoyances in Delphi 2005' at www.codefez.com/Default.aspx?tabid=79&newsType=ArticleView&art icleId=51 I, probably, more a Delphi Bigot than he is, decided that at least one of them (no 'Make Region of Selected code' option) could be easily removed.