/* Delphi Super Page
/* home location is Delphi.ICM.edu.pl ( Poland )
/* Index file for directory : d30free
/*
/* Delphi 3.0x freeware stuff
/*
/* created: 19-03-2006
/*
Name Size Date(dd-mm-yyyy) Description
3dcube.zip 9,360 03-07-1998 3D Cube - this is appilcation that shows you how to make the rotating cube(rotates around x/y/z axis - your choice) with Glide.
7barled.zip 140,535 30-07-1997 Two components for Delphi 3.x to provide Calculator's like Seven Bars Digits.
7bevel.zip 8,237 19-07-2000
TEllipseBevel is a very simple component designed to display a circle or ellipse bevel.
The main difference between TEllipseBevel and any similar component lies in it's ability to adjust it's color to the color of the backround, ie. the owner component. Bevel can be of any width and can be antialiased.
For viewing pleasure, bevel is painted in four colors, instead of the usual two (dark and light), giving it smooth and natural look.
7split.zip 15,303 14-05-2000 This is an invisible component with a simple task to split a file into multiple files of certain size. The most common need for this is when you want to put your (big) file on floppy disks, for backup or any other purposes. The method for reversing the process, the unsplitting, is also icluded. Version 1.03 - added a property to reduce the size of the first split file.
abfcomponents_full_d3.exe 346,035 27-06-2001 The ABF Visual Components Library is a big and powerful set of easy-to-use components, classes, procedures, and other stuff for Borland Delphi/C++ Builder. - TabfApplicationProperties - Properties and events of global Application and Screen objects.
- TabfAutoRun - Autoexec for your applications.
- TabfOneInstance - Prevents running of second copy of the application.
- TabfShutdown - Easy implementation of shutdown, restart, etc.
- TabfTrayIcon - Places an icon in the system tray (near the clock).
- TabfWndProcHook - Hooker for any window.
- TabfFileStorage - Can store a file in *.dfm resource of the form.
- TabfWav - Plays any system or custom sound.
- TabfThreadComponent - Encapsulation of the tread for easy usage.
- TabfThreadTimer - Timer of milliseconds precision.
- TabfFileOperation - Easy way to perform different file operations.
- TabfStartButtonProperties - Properties of Start Button.
- TabfColorPicker - Simplest way to get color under cursor.
abksdemo.zip 544,440 27-05-2001 Abakus VCL Demo-program.... The current version V2.40 includes "flicker free" Compass, Meters, Bars (Gauge), Digital indicators (time, value), Tank displays, Operating Point display, Thermometer, 8Channel Trend/Recorder, a 2 Channel Trend display, Dial (knob), Sliders, LED-indicator, Switches, Button, ... and a Timer to supply all our components with a common clock. Also new in V2.4 is that 19 components are included in a DB-Aware version.
AboutBox.zip 4,441 16-11-2000 This component provide a easy way to inherits a about dialog box into your application. It have a common look like all Microsoft Office applications. It contains properties which allows you to define the caption label, legal notice, logo picture, product id, product name, registering info, form style, etc.
abs_rw.zip 8,495 12-12-1999 Absolute Read/Write HardDisk on Win32 Platform. Delphi 3 full source included. No licenses, no warranty, use it at your own risk! No need to include me in your product's info either, especially if its some kind of a horrible virie ;o).
accomp.zip 215,230 03-05-1999 Component collection for normal and data aware editing (Great for SQL apps)
accutime.zip 34,832 26-09-1999 AccuTimer is an highly accuate timer that can dispalys the time all the way down to the last millisecond. AccuTimer can tell how long your windows OS has been running. This Component comes with Source code and sample software. Delphi 3.X and 4.X compatable.
addalias.zip 7,088 10-05-1998 Encapsulates BDE Alias creation
adods.zip 68,708 02-08-1999 A Free ADO Dataset component with source code, includes support for Blob fields and Filters.
ADQMemory.zip 61,458 28-01-2001 QMemory is a new memory manager. You can use it as a replacement of the default system memory manager. To do this simply add QMemory unit in your project (as the first unit listed in the project file). Don't forget to call the QMemCompact function when your application is idle. This subroutine decommits the unused memory blocks and compacts an internal table for speeding up the memory manager. All allocated memory blocks are 32 byte aligned. The minimum size of the block is 32 bytes. As it is necessary to store some information with each block a dword is attached to the front of each block at -4 the aligned address. Thus, memory requests for up to 28 bytes allocate a 32 byte block, requests for 29 to 60 bytes allocate a 64 byte block, etc. This idea was adopted from HPMM project of Robert Lee (rhlee@optimalcode.com). The memory is committed and decommitted in 64K blocks. The maximum amount of the memory is specified when QMemInstall function is called (from the initialization section of the unit). You can't change this value later. This memory manager works at the same speed as a default memory manager with the blocks up to 4096 bytes and much more faster with the larger blocks. If some parts of your program implemented as DLLs you have to use ShareQmm instead of QMemory unit. }
adttable.zip 127,064 13-02-2000 *** Only for TAdsDataSet 2.60 *** This component provides transactions on Advantage Local Server (ALS) for Delphi on the TAdsTable level. More or less the same capabilities and restrictions as found in the BDE local transactions apply to this component. More information on features and restrictions can be found in the ReadMe.txt file included in the package.
advmenu.zip 90,931 30-08-1998 TAdvMenu and TAdvPopMenu are two RAD components that able you to place small bitmaps (any size) on the left of a TMenuItem ; a complete Design-Time Menu Editor used for this work!
advpanel.zip 5,947 15-11-1997 A panel with a handle bar to allow resizing at run-time. The handle is always on the opposite side of the alignement. Ideal for MDI Parent forms.
advpnl10.zip 11,643 14-06-1998 AdvancedPanel. Panel with wallpaper, advanced border, and advanced bevels. Also includes scroll box with paint method and scrolling wallpaper.
afblinklabel.zip 4,594 07-04-2002 A TLabel descendent combined with a TTimer: You can blink the label or create a banner or change the fontcolor of your label setting it Active. You can change the interval of the action and choose if it'll be visible when it'll stop. Full source and demo project included
afdbedit.zip 1,206 22-04-2002 A TDBEdit descendent that tests automatically if its datafield needs DecimalSeparator. Using numerical keypad perform decimal separator without writing any OnKeyPress event (only if datafield.datatype is ftfloat!). Also properties FocusedColor and FocusedFontColor for changing component colors on enter and exit events.
AFDES.zip 23,276 21-10-2002 TAFDes v. 1.2 DES Component for encrypt strings. Properties: Input: String - the string you have to encrypt. Salt: String - set to Dd by default if empty. Methods: function Execute: String - The crypted result.
afpelog.zip 9,989 01-06-1998 This Non-visual VCL component encapsulates the NT 4.x REPORTEVENT function. The purpose of this component is to facilitate the generation of log entries in the Windows NT Event-Log.
AfQuickMail.zip 263,265 04-11-2002 A Quick Mail sender component via SimpleMAPI (from every available registered account, not only from default mail address!) with capabilities to set multiple recipients and multiple attachments; now with new function to retrieve recipients from AddressBook; also assignable Combobox for retrieving list of registered accounts. Full source and demo project included
aftableinfo.zip 6,185 07-04-2002 A component created in order to visualize properties of a table on runtime. Just put AfTableInfo on your form and assign dataset and labels who have to display Informations. It's possible too to assign personalized results for State, ReadOnly and Filtered properties (i.e. If Table.state is in dsBrowse, the assigned label caption will be 'Browse' by default, but writing personalized StateCaptions the assigned label caption will be the one writed for this state). Calling Update will update all informations. Setting Autoupdate on runtime (false by default) will update informations every 100 milliseconds. Full source and demo project included (need Alias DBDEMOS configured).
AFTempTable.zip 267,322 23-12-2002 Every time you need to create a temporary BDE table on runtime, you must write lines and lines of code to do that. TAFTempTable is a component that allows you to create temporary BDE tables on runtime without any line of additional code. Just create your AFTempTable on designtime using AFFields and AFIndexes editors quickly and easly and call TAFTempTable.Open on runtime. Look at the help for component properties and methods. Free for commercial and non-commercial use. Source on purchase/registration
agntsght.zip 205,084 21-12-1998 AgentSight D3/D4 application for NEW MSAgent(tm) 2.0. Shows details on character agents. Preview characters, animations, and TTS. Select "From" box below or "?" for information.
agntsrvr.zip 37,379 15-11-1998 TAgntSrvr. Component for Microsoft(tm) MSAgent(tm) Version 1.5. Control interactive animated character agents. Select "From" box below for other versions. Select ? for information.
ahmfreeware2ks.zip 100,395 20-10-2000 AHM Freeware Components Triton 2000. Source available on homepage. See www.tritontools.com for more information and more free components and tools.
alexsft.zip 159,985 27-09-2001 AlexSoft Data Component Library without MIDAS support. This library is the same one as AlexSoft v1.5 with exception of using Delphi MIDAS components. So if your Delphi version have no MIDAS support use this package instead of AlexSoft v1.5.
alexsoft.zip 185,186 29-01-2002 This library allows easier and faster development of clients for Database Applications. Depending on relations between your DataSets on the client side it automatically creates forms to Edit/View data in DataSets including Master-Detail. Also you can design your own more complex DB Forms using this library. Library contains about 20 data-aware components. - Powerful Data Controls - Components for powerful search on the client side - VCL compatible advanced DataSets - QuickReport compatible components for printing on ASCII printers using built-in fonts. Library supports BDE, MIDAS, ADO and any alternative database access. And it is absolutely free for commercial and non-commercial use.
allangs2.zip 20,703 25-04-1999 Components for localization (language translation) of forms, for large projects: design time generate-mantains .pas using conditional compiler directives (ifdef..endif).
alog10.zip 15,219 10-05-1998 TLog is a component for logging events in your programs. It also encapsulate a view form.
alp.zip 25,225 03-06-2001 Universal unit of access to databases without BDE
alsed32.zip 34,008 25-02-2002 Alternative Seek And Destroy for Windows 32 bit A little yet flexible and powerful tool/patcher. Search and replace text or binary pattern in multiple, arbitrary files, wildcards are allowed. Available options (switches) are: help on usage, arguments check, make backup for altered file, recursive search into subdirectories, ignore case search (case-insensitive), retains file date/time of altered file, don't actually proceed (test-mode switch). Escape character "\" followed by num or hexnum to specify special ASCII characters Console mode, kids, you might either love or hate this :) by aa - aa@bitsmart.com, http://delphi.formasi.com Caveat: The plain S/R routine taken from Borland seems to be the main bottleneck here :(, when it's regarding to a big file (>2MB) containing many matches pattern (>1000 matches), it will down on her knees, for that reason, I refuse releasing the source code - until after I found the better algorithm
ambox.zip 7,551 26-09-1999 TAdvMsgBox provides an easy way to memorize a user's decision. If the message starts nagging him, he can mark the checkbox. The TAdvMsgBox will save the result of the message box to the registry. If the program subsequently Execute's the message b
anaclk32.zip 37,547 14-06-1998 Analog clock component with different shapes and colors for pointers and custom shape editor.
ansiview.zip 198,616 19-04-1998 This is a component for displaying ansi coded BBS file in Delphi Application. Now it surport ANSI color characters, and bitmaped background, print and search have been implemented. Many bugs fixed in this version.
apminst.exe 484,263 26-11-2000 A TPopupMenu descendant for Delpi and C++Builder. The menu can align to a control of your choice any way you would like. Includes features to guide the popup menu position and banner (like on the "Start" menu). Postcard ware for individuals, shareware for companies. See http://www.tanis.dk/alignpopupmenu for details on registration. Delphi 3, 4 or 5. Installation program.
app98fw.zip 1,553,581 01-03-1998 A Delphi 3 application to capture screens, a selected area of the screen, an object, or an icon sized area. Includes original freeware components. Upgrade to versions using the Pixel Graphics Libary, Doc's & Images 2.4, or ImageLib CS 3, $24.95
appbar.zip 2,422 12-05-1999 Encapsuling of SHAppBarMessage
aprdlgs.zip 373,128 05-12-1999 APR Dialogs - You can create your own custom win32 common dialogs! With No RC files, no Res editors! Add your Delphi forms as bottom, top ,left and(or) right parts of the dialog you are designing. Now supported: Open/Save, BrowseForFolder, Print, OpenTable (similar to DBD open table dialog), Database dialog components. You can replace selection shell list view with your own Delphi form in Open/Save dialogs. D4 and BCB4 versions will be at www.actor.ru/~sandy soon.
arc.zip 33,643 15-11-1998 Very nice components: TCharLed (Digital character leds), TDBDateTimePicker, TDBPacker (Easy Deploy/Backup Paradox Databases), TDBPositionLabel-TDBRecNoLabel, TDigitClock, TFileType, TXXInfo.
areregvr.zip 20,734 13-09-1998 ARERegVar V1.0 this objects let's you store,read at any part of the Registry Tree a Value. Now you can export,import view, the values at design Time.
asmetr.zip 14,701 23-02-1998 The ASMetr this Scale of measurement of a type "speedmetr"
aspidemo.zip 143,824 10-05-1998 Portation of Winaspi32.h to Delphi. Demoprogramm gets hostadapter- and drive-information and enables user to start and stop the Drivemotor of all SCSI-Harddisks via ASPI.
asp_pitr.zip 13,203 20-09-1998 A small (but complete) exemple on using delphi for creating ASP server components. This exemple demontsrates ping and tracert from the web server (nice to check server connectivity).
assistant.zip 133,161 25-07-2005 The Office Assistant Package provides an animated assistant manager similar to the Microsoft Office Assistant (or Microsoft Agent). The package contains also standard dialogs (balloon shape) like message boxes, hints, tips, and search.
The actor editor, executable demo, and some actors can be found on the author's home page.
asws.zip 39,982 25-04-1998 ASWS is a small personal web server, designed to debug your internet applications. (VCL30.DPL required)
atabrep.zip 9,451 23-02-1998 The lsTableRepair is a Paradox table repair component. Just drop in on form, assign a DatabaseName (or directory) and a TableName (in design-time or run-time) and execute the Rebuild method. It needs the tutil32.dll file (*not* included in this z
atabrepp.zip 110,570 23-02-1998 The lsTableRepair is a Paradox table repair component. Just drop in on form, assign a DatabaseName (or directory) and a TableName (in design-time or run-time) and execute the Rebuild method. It needs the tutil32.dll file (*included* in this zip)
autopnl.zip 4,547 27-09-1998 Allow to change size and position of child components when changing a size of AutoPanel
autorun2.zip 196,253 23-01-2000 Just a simple but also powerfull Autorun-Program with many futures and full individuel adjustable.
autosize.zip 3,318 11-10-2000 FormAutoSize is a non-visual-component written to simplify the writing of Delphi applications for different screen resolutions and fonts. Just put the component on the form and activate the settings you will need.
avdatefr.zip 199,680 05-02-2001 A component for date edition. Allow edit dates or pick them from a drop down calendar. Allow enter dates in modes masked and not. Dates can be entered in free format using separators '/', '-' or '.'. The years autocompletion feature complete the year when this is entered whith less than 4 digits. The Language property change the hint and message texts and the date formats between M/d/yyyy and d/M/yyyy. I include a exe demo for checking them.
avlockgX5.zip 2,301,694 04-04-2005 The ActiveX version of AVLock Gold 5 the most improved package of the AVLock series. This component let you to convert your application to time limited trial in a very easy way!!! In this version 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. Free for not commercial use. Commercial version $74.95
awscript.zip 62,022 05-09-1999 The ActiveX Script Components is a small collection of native Delphi VCL components that are designed to make adding scripting to your programs as easy as possible. It requires the Microsoft ActiveX Scripting Control which can be downloaded from my site.
axgps.zip 359,068 27-06-2001 TGPS is an interface to a GPS receiver. TGPS can be used with all GPS receiver that sends NMEA 0183 data. With TGPS you will have access to position, time, speed, heading, bearings, waypoints, routes and more. This may however vary depending on what data the connected GPS receiver delivers. Also included are two components for satellite positions, and signal strength.
axlgen.zip 439,423 08-10-2000 Accelerator Generator is an add-in and a component for Delphi. It integrates seamlessly into the Delphi IDE. It helps you by generating all those accelerator keys that you need for your forms, trying to make sure that even the shortest words gets an accelerator key too. Postcard ware for individuals, shareware for companies. See http://www.tanis.dk/acceleratorgenerator for details on registration. Delphi 3, 4 and 5. Installation program.
axscpd2.zip 21,357 30-08-1997 Demo of hosting ActiveScript in a Delphi 3 application. Includes event dispatching. Version 2, added 26-Aug-97, Released to the public.
axscript.zip 4,153 01-06-1997 MS ActiveScript API in Delphi 3.0 format.
axshell.zip 242,436 29-01-2002 Enable scripting on your application ! This is a revolutionary way to work with ActiveX and scripting in Delphi and CB. Now you can create ActiveX object from your Delphi (VCL) object as at design time so at RUN-TIME by one function call. That allows OLE automation to access the properties and methods of Delphi object. The technology can be used to embed scripting language such as VBScript, JScript into the application. With scripting based on MS ActiveX Scripting or VBA. In detail see documentation.
backfile.zip 261,606 03-10-1999 Backup + restore component, supports multiple disks, data comporession, incremental or full backup, partial or full restore, ...
bankdel.zip 38,625 15-03-1998 Convert MTS Bank Sample component to Delphi ActiveX dll code by Delphi 3 but this support Single Thread only. Use MTS (included in OptionPack 4) Type Library and SharedProperty Type Library and ADODB type library.
bboard.zip 42,006 26-01-1998 Simulates a electronic billboard
bde32.zip 4,700 09-08-1999 The main feature of this component is the ability to run applications without the BDE installed. Fed up with the error "Cannot load the DataBase engine" when users run your application on a different computer. Well BDE32 will take care of that for you. Provided you have a BDE subdirectory under the application directory, the app can be run on any machine, locally or through the network. This means that if you install a progam on a server everyone can double-click on it and it will run.
bearing.zip 5,183 21-02-1999 Geo-Component; Bearing and Distance between two geographical coordinates
bfc.zip 935,869 29-01-2002 BFC Version 1.6 is a set of 29 Delphi 3, 4, 5 & 6 components. - Check, store and rebuild structures and indexes from datafiles - Dataset lookup-components - Animating and simplifying the building of loops - Program-Versioninfo, Change and set windows system-parameters and systemformats (ever want to let the startbutton disappear, or hide from CTRL+ALT+DEL, ...) - System-tray (next to the clock), animated or not - Edits with build-in buttons (Dbaware and regular) - Display checkboxes in a DBGrid - Email and url-sensitive edits and labels - Time-displaying labels - Auto-complete comboboxes (dbaware and regular) - ...
bigini.zip 11,560 02-04-2000 Unit to read/write *.ini files even greater than 64 KB
bkpwdgen.zip 8,179 17-10-1999 Password Generator. Use this component in applications where you want to generate a password. You can decide the passwords' characteristic at design time, or leave it up to the user by setting them at run time.
bkstrgrd.zip 16,455 17-10-1999 String grid. This is a desendant of Borland's TStringGrid, and it has a few usefull additional feature: You can sort the rows by specified column, you can write strings to disk file, and load strings from the same disk file. You can validate user input.
blackhol.zip 31,207 07-03-1998 Gives your shareware programs the ultimate "look & feel" of a wasted old paper sheet.
bladeenc.zip 286,045 02-08-1999 Delphi conversion of bladeenc dll-header, bladeenc.dll and sample program using bladeenc.dll to convert wavefiles to mp3. Original zipfile included. Headerfile compatible with delphi 3 and 4
bmhhelp.zip 496,767 04-10-1998 Easy to use and edit HTML Help system. Make fine context help system without one line of code ! Component source included.
bmig10.zip 10,195 30-08-1998 Component to use a Body Mass Index chart in your application. Fully flexible to define the risk-values.
bmp2rgn.zip 164,925 07-08-1998 Bmp2Rgn sample functions to convert bitmap ->windows region. (now coments only in Polish-sorry)
bmppanel.zip 366,744 02-08-2000 TbmpPanel is a simple component that tiles a textured bitmap image across a panel component. The result works rather nicely and is simple to use. Includes Full Source Code
bmptojpg.zip 3,810 18-04-1999 Translate a bitmap (file or TImage) to a jpeg file
bmvquery.zip 18,181 24-08-1998 easy building, storing and executing SQL queries on User and Developer levels. All in one composite component.
boedit.zip 15,103 15-12-2003 Edit & DBEdit custom components: TBoCustomEdit --> TBoEdit --> TBoCustomDBEdit --> TBoDBEdit
browseit.zip 1,035 19-12-1999 executes a findfolder in windows style - winapi
bscal3.zip 93,753 19-11-2000 A month days grid with ability to display and easily select dates. The Extended Calendar is a part of the B&S component collection.
bscomps3.zip 166,374 19-11-2000 This is a great component collection includes many controls and classes created due to developing of a real project and hence they are tested by real usage. Use them to throw out your problems and save your time!
BSMorphButton.zip 325,696 19-06-2001 A cool morph button , this version works only with PICTURES, You can add your own pictures and use this cool button ;)
BtrieveVCLPack.zip 43,193 26-11-2000 Contains powerfull VCL controls developed to work with Btrieve data file with API calls instead working via ODBC. To download Btrieve Grid, Btrieve Set Field Dialog, Btrieve Visible Fields, Btrieve Label, Navigator any many more VCL Btrieve controls go to: http://www.em-quicksoft.com/Delphi/Download/BtrieveVCLPack.zip
btrutils.zip 69,495 25-04-2004 Product "BtrUtils Library for Delphi" is designed for using native Btrieve API in applications created with Borland Delphi.
bubble.zip 8,917 19-01-1999 Set of cartoon-like text-bubble labels. Also data-aware and auto-sized. This version 1.01 has now source code included.
bvopropm.zip 12,746 26-03-2000 Non visual component enabling you to change in one line any property of a group of component. The component group is easily created at design-time. And at run-time : RunTimePropManager.SetOrdProp('Color',clBlack);//changes the color of every listed component. Child properties can also be changed (ie: Font.Color of TLabel's)
bzip2.zip 42,921 03-02-2003 This unit is similar to the zlib unit shipped with Delphi, but uses the better compression method available in the program bzip2. Bzip2 is a compression program written by Julian Seward, for more information see http://sources.redhat.com/bzip2/.
cainterp.zip 167,717 18-04-1999 Component for SGML-like text interpreting. Define your tokens and parse them at run-time to replace the token by any other string. Includes editor to set input and view output at designtime. Component ist in german, only (for now...). Demo program is included.
calc20.zip 20,302 01-05-2001 CalcExpress is an interpreter for quick and easy evaluation of mathematical expressions. It is smart and easy in use. This component supports 5 operators, parenthesis, 18 mathematical functions and user-defined variables.
capbut.zip 9,185 19-12-1999 TCaptionButton is a small control intended to provide an easy way to achieve the behavior of Windows' standard caption buttons anywhere on your form. You can select any of the available button types (close, help, maximize, minimize, or restore). Buttons can be resized, or can be forced to adhere to system metrics. Freeware, and source included. Developed under Delphi 5, but the source is easily modified to run under other versions of Delphi or C++ Builder.
capi2.zip 10,222 07-06-1999 An interface to the Capi2 DLL for Windows NT/9x OS, with a simple demo program.
cast128.zip 29,231 10-01-1999 A binary compatible Cast128 implementation, 64bit block encryption, Variable size key - up to 128bit
cast256.zip 17,131 10-01-1999 his is an implemantation of the Cast-256 algorithm in ECB encryption mode. Freeware. Algorithm doesn't require liscencing
catalog.zip 276,185 17-05-1998 Catalog your drives, cd, zip Save result in file Provide searchfunction to look on wich drive any file or program is stored Print CD or ZIP label with contents of that drive
catlst_s.zip 219,350 26-06-1998 Delphi 3 - Procedures and Functions: Categorical Listing Version 1.0 - Source Files (.rtf and .hpj)
cbbmp21.zip 221,585 15-03-1998 This package includes component TScrollingTextBMP. I will allow you to create scrolling credits in your apps. It supports srolling in any direction with 3 types of scrolling. Explore included demo for details.
cbdata04.zip 104,366 10-01-1999 CodeBase 6.x compatible DataSet. Use Delphi data controls to acces xBase files without BDE.
cbox13.zip 65,702 12-10-1997 Set of 3 components : TScrollingCreditsBox(for making scrolling credits), TScrollingTextBMP(the same but allows to put bitmap in background) and TBackGround(to tile forms background with bitmap).
ccardver.zip 2,021 12-10-1997 A credit card number and expiration date verification class.
ccedit.zip 133,430 26-11-1997 Code complete editor Import/Export
ccpack.zip 71,076 16-08-1998 CCPack provides a Composite Component Wizard to facilitate the creation of composite components.
cctool.zip 7,930 07-03-1999 CCTool is Delphi IDE Add-in tool for controlling version of Your application. It increments counter after every succesfull project compiling. You can easly include counter in your application. Demo project is included.
cd-play.zip 202,301 23-01-2000 Its a litle program for playing audio cd`s under M$ windows. Source included so other people can make one to :)
cdb_dlgs.exe 59,419 23-01-2000 By Sonket Dev, CoolDev.Com. Package contains five dialogs to work with your databases. It's small but neat and easy to use with some nice advanced features like design time preview. In order to install and work with the package you need CoolControls to be installed on your computer.
cdkey2.zip 4,689 16-08-1998 Powerful CDKey component to add security to your applications. Fully configurable with mask and base bytes.
cesrurun.zip 11,901 21-02-1999 This Delphi 3 and 4 component, called CESRURunning, came about due to my programming need for a component to let me know whether or not another program or window is or was running. I use this component for demo applications that I do not want to run outside of the Delphi environment or other language, (if there really is any other programming language). It was also needed in several programs which COULD NOT run while one of my other applications was running. Lastly, the inverse is true whereby I needed to ensure that one of my applications was running before I allowed another application to start up. This was all to ensure proper hardware communication as well as to solve other unique problems. Whew!! That was a mouthful. Anyway, you can check for another application at anytime with events and a "manual" procedure as well.
cfpack.zip 46,540 16-08-1998 Custom Forms Pack allows you to register your own TForm descendant in Delphi 3 and use it in designer as the original forms. With CFPack you can easy published your properties and use them in design-time via Object Inspector
cgifree.zip 1,598,306 16-07-2002 "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.
chain101.zip 9,611 13-09-1998 The Component is a BitBtn descendent. Add it to any form. Click to start a process (CommandLine property in WorkingDir property). Close the process to trigger OnProcessReturn event, or click again to kill the process. A plethora of options.
charly.zip 15,146 15-03-1998 Two components - one looks like the explorer dirview and the secomd looks like the fileview. Fileview has some problems on closing pointers
charmap.zip 5,175 26-01-1998 The CharMap component is a "MS-Word Insert|Symbol" char map. Just drop it in your form, change the font, use the SelectedChar property and you will have a char map in your application.
ChartView.zip 13,238 25-06-2000 This component (dialog window) is intended for visual set-up for the appearance of the diagrams TChart in run-time mode. With the help of the TChartView dialog, the user can change style, colour and headings of the chart series, and can also change the Z-order arrangement
chbrws.zip 65,691 30-11-1997 Components Hierarchy Browser (CHB) is a Delphi 3 Add-in that enables developers to examine without compile the inheritance information for components, registered in the Delphi 3 Components Palette. CHB is designed with using eXpert development Kit
chcombox.zip 8,472 09-04-2000 TCheckedComboBox Ver 1.3 tested on D3,D4 and D5 ComboBox with CheckListBox for multi selections When you check/uncheck an item this is added/removed in the visual part of combo separated by comma delimiter. It has also a popup with Select all, unSelect all items Added enhancements
CheckListGridColumns.zip 1,073 26-11-2000 This component inherits from TCheckListBox and provide a easy way to show/hide columns in a TDBGrid. It is useful when you want to implement a method that allows the user to show/hide dynamically the data grid columns.
chem20d3.zip 104,851 07-03-1999 This package of components for Delphi represents an attempt to make enchanced visualization of chemical formulas stored as usual strings without formatting information. Auto subscripts and case correction. Includes base class TChemString with painting methods and following visual components: - TChemLabel,
- TChemEdit,
- TChemComboBox,
- TChemListBox,
- TDBChemLabel,
- TDBChemEdit,
- TDBChemComboBox,
- TDBChemListBox,
- TQRChemText,
- TQRDBChemText.
Freeware for non-commercial use. Demo project included.
childwnd.zip 312,827 23-01-2000 This Example show how to load an MDI-Childfrom from an extern DLL.
cnchange.zip 13,660 01-05-1998 This component allows you to change the component names on the form to something else. Select the property componenter, select the components to change, set the Namevalue and MinValue and set it to true. The components will then change their name
cnttable.zip 9,171 27-09-1998 Upgrade of the older version according with BDE 5.0. Only Delphi 3.0 or later.
CodeEditor.zip 7,169 19-08-2002 This is an enhanced version of TRichEdit which is designed for writing HTML/ASP code. The component formats the colour of the font while typing. You should call the FormatCode procedure after loading a file or pasteing from the clipboard. You should make sure that you convert to plain text before saving a file. It's a bit rough around the edges so I welcome any feedback with ideas for imporvements.
Coder.zip 7,991 08-10-2002 This is a small coder. It codes hex, latin, quoted printable, base64. You may implement UUE and XX very easyly. This tool is easy to use. It works on Stringbase. See the example.
codewarp.zip 167,360 14-03-1999 CodeWarp is an expert for Delphi 3/4, allowing quick code navigation in your source, displaying classes, funcs, procs, units, packages, local libs..., in a popup tree view, and brings the editor to those spots in a click.
colcombo.zip 391,560 20-10-2000 A combobox control with an easy interface to display multiple columns, with their own color, font, alignment and with text or images. The selected item can be viewed in column style or just one column.
comchang.zip 143,005 01-05-1998 This component allows you to change the component names on the form to something else. Select the property componenter, select the components to change, set the Namevalue and MinValue and set it to true Components will then change their names
comctrls.zip 231,987 15-11-1998 The Toolbutton from Delphi3 which play a Wave if the mouse enter. No *.wav-files needed!
commst.zip 10,198 11-10-1998 TCOMMSTATUS Component determine logical state ( DTR, RTS, RxD, TxD, CTS, DSR, DCD, RI ), and physically Address of COMM Port .Full Source Code included
contlib.zip 40,520 05-12-1999 Container Library contains -- ElList - TList hacked to shrink its size on data deletion -- ElHashList - Hash Table list -- ElQueue - queue list -- ElStack - stack container -- ElMTree - tree-like list
coolform.zip 190,843 20-09-1998 CoolForm is a component for Delphi that easily lets you create the weirdest shapes of your windows. Round windows, Windows with transparent areas, and still the full functionality of the Windows95 GUI (but who would want that, anyway).
cpconv10.zip 12,773 06-04-2001 Code page converter for central european pages, UUENCODING en/decoding.
cpcoord.zip 5,300 23-12-1997 cpCoord allows to define two values (coordinates) at once. It is a development of the Scrollbar component from one to two dimensions
cpgrid.zip 1,961 26-01-1998 TcpStringGrid and TcpDrawGrid are TStringGrid and TDrawGrid with 4 new events : OnMouseEnter, OnMouseLeave, OnMouseEnterCell and OnMouseLeaveCell. The two last ones allow to know on which cell the mouse is entering (or leaving).
cport260.zip 148,579 14-05-2000 A set of components for writing serial communication program. Components included: TComPort, TComDataPacket, TComTerminal TComComboBox, TComRadioGroup and TComLed. With these tools, you can write serial application faster and easier than ever. A Delphi context sensitive file included.
CPUSpeed.zip 8,843 26-11-2000 This component allows to get the processor speed. It was tested only with Pentium# processors. Also it retrieve the basic system information, such as: OS version info, network info, memory info, etc. Very useful when you want to implement a about box dialog where you need to display the system information or when you want to implement a system information report.
crc.zip 9,027 04-06-2000 The component protects your executable with CRC16 making impossible to modify it either by wish or by accident.
CreditCard.zip 7,482 26-11-2000 This component allows you to determine whenever a card number is valid or not. It supports up to 6 card types like: enRoute, Diner Club/Carte Blanche, American Express, Visa, MasterCard, Discover. Multilanguage support: lgEnglish, lgCustom. It allows you to define the dialog messages for your favorite language simply by replacing the existent one with your original messages. Original code from Shawn Wilson Harvell. Conversion to Delphi VCL component by Eugen Mihailescu.
crypt100.zip 9,383 24-08-1998 This Component enables you to store the text of any Control in an encrypted form in the program file. So you can protect important information that is only available on runtime (or designtime).
crypt102.zip 129,046 23-12-1997 Contains the Component TDESCrypt which encrypts a string by using DES. The code has been translated from the included C file crypt.c .
cryptlib.zip 191,376 02-08-1998 Contains several Advanced Encryption Standard Canidate encryption algorithms in pure object pascal. Has source.
cst_o.zip 49,560 15-11-1998 Create Sheets in Excel and Documents in Word. Now with new futures in TWinword: Add Tables, insert Images, MailMerge, Wordart,..
cursorview.zip 5,086 07-04-2003 TCursorView is a windowed control for displaying a static or animated cursor on a form. The control uses standard STATIC class of Windows API to show and animate the cursor.
cvtodate.zip 6,135 30-08-1997 Unit used for converting number values of year, month and day to TDateTime. For example if y:=1900 m:=01 d:=01 then the date will be = 1.
cxcpu2b2.zip 15,873 26-06-1998 Non-visual component to detect host CPU vendor,model, MMX support, and speed.
cxpos204.zip 391,793 09-01-2006 Unit cxpos version 2.0.4.0 (release). (At least one of) the fastest string search/replace library. The cxpos replace function is so strong it at least 25X faster than standard delphi's StringReplace on a very light task, and raised exponentially according the weight (we might say thousands times on heavy duties, but it actually simply incomparable).
+Sample Demos (Source-code only):
SpeedTest, a benchmark suite to compare cxpos speed with others' similar libraries.
Console Apps:
- SR32 (The Real *Fast* Search/Replace),
- ScanStr (String Collector),
- Pretty (Filename Formatter).
- Extra: .DFM Converter.
Also included (though reluctantly), by the spirit of OpenSrc, another our several powerful libraries: Ordinals, fileScan, getOpts, MinMaxMid.
cxposdms.zip 376,055 09-01-2006 Unit cxpos version 2.0.3.2e (update). (At least one of) the fastest string search/replace library.
The cxpos replace function is so strong it at least 25X faster than standard delphi's StringReplace on a very light task, and raised exponentially according the weight (we might say thousands times on heavy duties, but it actually simply incomparable).
+Sample Demos (Source-code only):
SpeedTest, a benchmark suite to compare cxpos speed with others' similar libraries.
Console Apps:
- SR32 (The Real *Fast* Search/Replace),
- ScanStr (String Collector),
- Pretty (Filename Formatter).
- Extra: .DFM Converter.
Also included (though reluctantly), by the spirit of OpenSrc, another our several powerful libraries: Ordinals, fileScan, getOpts, MinMaxMid.
dacgrid.zip 13,511 26-11-2000 This component is a panel filled with components of one given kind. It provides properties to set their size and quantity, methods to access them individually, and events when they are painted / created.
dadcomp.zip 256,862 15-02-1999 Dad's Components : TColoredLabel, TWizard, TMosaicImage, TOnglet, TButtonBar, TDirChooser, TRegisteryBase, TDadRes, TSystemTrayIcon, Multi Monitor API - Graphics Utilities (Rotation, Stretch ...). Easy installation.
DaDirScan.zip 105,334 19-02-2001 These components will scan a given dir and generate an event each time a new file or directory is found or added. TDADirScan will just scan the directory TDADirScanTreeView will fill a treeview with its content TDADirScanListView will fill a listview You can subclass TDaDirScan if you want other components to be filled. This component will allow you to separate the content (in this case : file system) from the way it is represented (treeview, listview or other).
daobrwsr.zip 19,073 19-01-1999 A quick&dirty example of how to use the DAO Type-library. With this you can access & create MS-Access databases without the heavy BDE/ODBC stuff. Updated version, fixed DAO registration, including DAO_TLB.PAS
data2wrd.zip 66,308 31-05-1998 Data2Wrd makes mail merging from a TDatasource with MS Word easy. Includes an Access style mail merge wizard.
datagrid.zip 115,724 25-04-1999 DATAGRID has a columns property like TDBGrid with BUTTONS and/or COMBOS. You can set font, alignment, cell color, title and data format (string/num/date) for each column. The grid's content can be saved to a memofield (TDBDataGrid).
dataucdf.zip 20,502 22-10-2001 This is a Data utilization suite which consists of the 3 main components: TTextFileDataSet: Takes in almost any form of Text File as a read-only DataSet. TExpressionEval: Can be used to evaluate expressions from a table or otherwise for better user control of values. TDataMover: Extends TExpressionEval. This is a component which take a source table evaluates supplied expressions and assigns them to a destination table.
date2cod.zip 15,106 25-04-1998 The component generates a code in agreement with a date
DateLbl.zip 11,856 13-11-2002 A Label that shows the date and the time - uses system date and time and continously updates with the system.
datepick.zip 14,084 05-04-1998 Simple calendar component similar to MonthCalendar common control.
datetime.zip 24,261 12-12-1999 A small label component that takes the form of the date and time. Properties for both UK date (default) and US date. time and date change continuously with the system.
datrview.zip 9,580 16-09-2001 This component extends the ordinary treeview with some properties, methods and events to encapsulate cut & paste, drag & drop.
DBAware.zip 457,680 27-05-2001 Abakus VCL DB-Aware Demo.... The current version V2.40 includes "flicker free" Meters, Bars (Gauge), Digital indicators (time, value), Tank displays, Thermometer, Dial (knob), Sliders, LED-indicator, Switches, Button,
dbeditor.zip 3,601 07-03-1998 In Foxpro, we can edit data in a "Browse Window" or in an "Edit Window". There's already a TDBGrid for "Browse Window" in Delphi. Put this TDBEditor component on the form and set it's datasource property, that's all, an "Edit window" will be created
dbedits.zip 20,023 03-07-1998 DbEdits are very useful for finding or filtering records You can search or filter from your all fields.
dbexport.zip 11,313 30-08-1998 This component can be used to export the data from a dataset to a (comma separated) file.
dbf.zip 23,920 03-07-1998 This component let's you access dBase III+ files without BDE. For single user access without indexes neither memo fields. Small Filtering capabilities added. beta. Support Data Aware components!
dbgrideh.zip 56,506 20-10-1998 DBGrid with multititle, fotter row(s), automatically fit columns width to client width, change row height and title height, automatically broken a long lines between words in title and data rows, title can act as buttons and show sort marker etc.
dblabel.zip 1,965 20-09-1998 This component exhibits the property " DisplayLabel " from a field of table like a TLabel component. He avoids the work of redefining of all TLabels componentes in a Form when DisplayLabels is changed.
dblvctl.zip 31,241 18-10-1997 A virtual DBListView component
dblvtv98.zip 56,697 10-07-1997 DBListView and DBTreeView
dbpick.zip 1,385 19-05-1997 TDBDateTimePicker - Data Aware component inherited from TDataTimePicker in Delphi 3
dbpicker.zip 12,612 07-06-1998 1. Opens a DB file by an Index (if Index does not exist then TDBPicker creates it) 2. Moves the cursor to a record defined by FindKey 3. Returns the value(s) from any field(s) defined by DataFieldNames (see procedure GetDBPickerResult)
dbsearch.zip 2,722 15-11-1998 Simple TEdit like component that scan DataSource for user spiecifed record. As in Win help/index.
dbspin.zip 3,141 13-09-1998 Data-aware edit box component with spin buttons.
dbsumlst.zip 7,261 27-09-1998 Count sums and amounts of record in TDataSet with dynamic watching a changing
dbtvctl.zip 18,276 18-10-1997 A DBTreeView component
dbvgrids.zip 26,539 29-11-1998 Vertical/Horizontal database Grid with "OnlyOne" and "TitlesWidth" properties.
dbview2.zip 115,768 20-10-1998 DBViewer is a new VCL component which reads your database structures. It uses the foreign keys as a logical way of navigating from table to table inside databases. Jump from master records to detail record, link reference fields, update your data, fi
dbxcomp.zip 17,416 23-08-1999 Package of Components: DBxEdit, DBxMemo, DBxComboBox, DBxCheckBox, DBxGrid, DBxRichEdit, DBxRichGrid. - Simple 3D Style - Color on Focus - Database navigation with PgUp or PgDwn - Enter and Cursor Keys for change focus control - with end of field skip to next field - Set first input char upper
dc.zip 370,282 26-06-2000 Unit for saving graphics (gif, bmp, jpg, ico, wmf), text(strings), OLE objects, rich text, streams, other files, and much more into one file. Data is also compressed. You can read, write, delete, change, insert objects plus It's easy to use.
dc1_d3.zip 615,071 10-05-1998 Dream Controls is powerful freeware/shareware library for Delphi and C++ Builder programmers. With more than 40 components you will be able to create the most advanced programs you ever dreamt about.
dcounter.zip 9,019 15-03-1998 Create a web page counter in Delphi 3. This is for use on web servers via the cgi-bin protocol. This creates and returns a JPEG image of the counter value.
dcp2dpk.zip 3,051 14-12-1997 Simple utility for generating Delphi Package Source (.DPK) file from Delphi Compiled Package (.DCP) file. Also (in verbose mode) generating some additional information about contained units.
dd-dropfiles.zip 66,379 21-03-2006
Three components are provided that enable applications to support Windows Explorer file drag and drop. The components are:
- TPJDropFiles - This windowed component catches files dropped anywhere over its window. It can act as a container for other components.
- TPJFormDropFiles - This non-visual component catches files dropped anywhere on its form, including the non-client areas.
- TPJCtrlDropFiles - This non-visual component catches files dropped on an associated TWinControl or TFrame.
Key features of these components are:
- An OnDropFiles event is triggered when files are dropped.
- The names of dropped files are made available through the Files array property. For convenience, the name of the first file is also stored in the FileName property.
- The list of dropped files can be configured to include only files, only folders or all files and folders.
- Dropped folders can be recursed so that all the files and sub-folders in each of the dropped folders are listed.
- Filters can be applied to the dropped files and folders. This is done in one of two ways: (1) by handling the OnFileFilter event and deciding which files and folders to pass through the filter and (2) by linking the drop file component to a special file filter component, derived from the abstract TPJFileFilter. In this case the dropped files are automatically filtered by the filter component. Two filter components are provided: TPJExtFileFilter that filters according to file extensions and TPJWildCardFileFilter that filters using DOS-style wildcards. Developers can create further filter components by deriving from TPJFileFilter.
- The mouse co-ordinates where the files were dropped can be retrieved, as can a reference to any control under the mouse cursor at the time.
- The OnBeforeDrop event can be used to do pre-processing before the files are actually dropped.
- The IsFolder array property tells if an equivalent item in the Files list is a file or a folder.
- The owning window can be brought to the front when files are dropped.
- Some design time assistance is provided by component and property editors.
A Delphi 3-7 OpenHelp compatible help file is supplied. Additionally an a-link keyword file is provided for use with Delphi 6/7.
dd-sysinfo.zip 41,600 09-01-2006 System information classes and associated global variables. Information is provided via:
- TPJComputerInfo: a static class that provides information about the user's computer.
- TPJSystemFolders: a static class that gets full path of certain system folders.
- TPJOSInfo: a static class that provides information about the Windows operating system including platform, product and edition, service packs, version numbers, product ID etc.
- Global Win32XXX variables: extra variables to those provided by the SysUtils unit that provide extended OS version information on later NT platform OSs.
Extended operating system detection improved in this release: can now detect Windows Vista, XP Tablet and XP Media Center editions, and WOW64 subsystem of 64 bit Windows.
The TPJSysInfo component and a set of functions that were provided in earlier versions of the unit are also included but are now deprecated.
dd-wdwstate.zip 48,372 19-12-2005 TPJWdwState and TPJRegWdwState are a pair of non-visual components that can save and restore a window's size, position and state between program executions. Key features are:
- The components can automatically restore and save window state when the program starts up and closes down.
- The user can provide an event handler to change the stored window's state, size and position values before the window is restored.
- The components can be instructed to always display a window in the normal state regardless of the saved state.
- The window's saved size can be ignored and the form's design size used (useful for dialog boxes and fixed size windows).
- The window can be kept within the current work area of the desktop.
TPJWdwState stores window information in an ini file while TPJRegWdwState uses the Windows registry.
A help file is included that integrates into the Delphi 3-7 OpenHelp system and can be used stand-alone with Delphi 2005 and later.
A property editor is provided for editing HKEY values (such as the registry root key property of TPJRegWdwState). This editor is also available separately.
deledit.zip 4,783 07-06-1999 Simple advanced TEdit component, which have parametr GroupIndex. If it's null it's normal TEdit, but if there's any number, onkeypress (onkeydown) it delete text's from all other TDelEdit components with same groupindex.
DelphiPlugins.zip 7,011 22-04-2002 A little tool to use plugins for Delphi programms
DelphiX_d7.zip 566,133 23-12-2002 DelphiX is a DirectX5 implementation for Delphi 3, 4 with 12 Components(TDXDraw, TDXDIB, TDXImageList, TDX3D, TDXSound, TDXWave, TDXWaveList ,TDXInput ,TDXPlay, TDXSpriteEngine, TDXTimer, TDXPaintBox) + DirectX5 Header for Delphi3.x All FULL SOURCE !. Samples Included !
demosrv.zip 220,707 10-07-1997 Delphi 3 Create Windows NT Service Demo Program,The service beep every 10 second
dfmtools.zip 48,453 15-11-1998 Translate and handle Delphi file (DFM, *.~*, ...)-Translate the all the DFMs to txt files -Delete DCU-Delete bakIt support Multi Threat, ....Callback function
dgpanel.zip 20,305 18-10-1997 "Counter Like" Panel ! Feel free to use it.
dguid.zip 5,075 07-05-1997 Program thet creates a GUID and format it ready to paste into your Delphi project
dhbPack.zip 36,903 11-09-2002 Property Grid Component.
I uploaded a property grid two and a half years ago and decided to redo the grid. With the upload, I also send some Borland defined files (they all start with a underscore(_). These files got small chages in from the Borland specified files. This component is not the final version, there is still a few changes to be made.
Use the files on you own risk.
dialup.zip 202,734 25-04-1999 Effective, easy-to-use component for Dial-up networking (Remote Access Service) [Windows95/98]
dice.zip 6,239 24-08-1998 This TDice component is just a simple dice control. More versions will be available later!
difr141.zip 20,528 01-05-2001 DiffExpress TDiffExpress is a differentiator providing an easy way to use symbolic differentiation of mathematical expressions in your applications. It provides the result as an equation, supporting 5 operators, parenthesis, 18 mathematical functions and user-defined variables
Dirkeep.zip 288,108 25-09-2000 Transpear's Fusion Folder Keeper v1.2 Folder Keeper is a program that enables you to have access to any folder on your Hard Drive and any of the contents on desktop in one click of the mouse. The great thing about Folder Keeper is its configurability and ease of use.
dirscan.zip 105,172 19-11-2000 These components will scan a given dir and generate an event each time a new file or directory is found or added. TDADirScan will just scan the directory TDADirScanTreeView will fill a treeview with its content TDADirScanListView will fill a listview You can subclass TDaDirScan if you want other components to be filled. This component will allow you to separate the content (in this case : file system) from the way it is represented (treeview, listview or other).
dirtree.zip 41,045 03-01-1999 displaying tree view, now it is compatible with delphi 4
diskcaps.zip 3,476 16-07-1997 This simple component encapsulates two API functions: GetVolumeInformation and GetDriveType. It also fires event when CD-ROM is changed - like autorun in Windows95.
distbar.zip 9,788 15-06-1999 This component is a "replacement" for a progress dialog, in the cases where you don#t know how long it will take to end the operation. It is meant to "distract" the user with a fancy animation, while the operation is executed. Believe me, it will look like your processing become faster! The component is a serie of bars, where each can be on or off, enabled by a mask, or by properties. You can enable the bars yourself, but you can animate then automatically, with the processes included. You can select to enable one bar in a row, in intervals of 100 ms, you can make animated text that flows from one side to another, you can even do your own animation in the OnAnimate event! And it DOESN`T BLOCK YOUR PROGRAM, because it is all in a thread!! You can see it all on the Delphi IDE, just set Animated = true! But wait, there#s more! (where I heard that?) You can select a start end end color for everything, from the bars, the border line, to the font! The component interpolate between the colors, and you get a nice effect! You can put text on the bars, one char in each bar. You can select how many bars to skip, and if text gets out of the bars, it will appear at the other side!
dkFileFinder.zip 4,575 27-12-2004 The component "DKFileFinder" is a basic file search component which will search for files that match the specified "mask". It will also search recursively within sub-folders. The code is not particularly clever but I find it very useful. I have included the .pas file so that developers can just use the code if they so wish. There are no limitations on the use of this FREE component but, by the same token, I can not except responsibility if anything goes wrong.
dlist.zip 37,066 29-01-2002 Dynamic List
This non visual component can be used for construction of dynamic lists of data with unique titles. It ensures instantaneous access to properties of any word, constructed by tree characters placement. Allows to easily add and delete elements and to free memory. It is possible to easily create an own formats of files of complicated structure.
dlportio.zip 872,438 15-07-1999 TDLPortIO is a wrapper for the free DriverLINX kernel mode driver. It allows full port IO under Windows 95/98/NT.
Comes with a C++ Builder 3/4 VCL component, Delphi 3/4 VCL Component, ActiveX control (for Visual BASIC), DLL version, and example projects for use with C++ Builder and Delphi.
Compatible with the shareware package TVicPort.
Distributed as FreeWare. Includes all source code!
dmenu.zip 5,494 15-11-1997 This program uses an ini file to determine a menu routine. The program dynamically adds menus that run programs and has the ability to pass arguements to those programs if needed
dmp3ykv1.zip 492,940 09-01-2000 A very small and powerful MP3-Player. MP3 Layer I, II and III supported, load/add/save PLS- and M3U-playlists (very fast), add directories (incl. subdirs), save as textfile or html-document, ID3-Tag Editor, Passwordprotection, can be run on fullscreen, maximized, minimized, normal or as trayicon, and many many more...
dosmove.zip 5,160 30-08-1998 DosMove - allows you to move through the controls in the form with 'ENTER' and UP/DN insted of 'TAB' just drop it on your form and that's it !
dr20c_1.zip 1,398,846 05-07-1999 Duck Report 2.0c (Disk 1/4) visual report tools. Include Duck Report Designer, Duck Query Editor, Quick View, Duck Barcode for Delphi 3 and Delphi 4
dr20c_2.zip 1,414,786 05-07-1999 Duck Report 2.0c (Disk 2/4) visual report tools. Include Duck Report Designer, Duck Query Editor, Quick View, Duck Barcode for Delphi 3 and Delphi 4
dr20c_3.zip 1,409,932 05-07-1999 Duck Report 2.0c (Disk 3/4) visual report tools. Include Duck Report Designer, Duck Query Editor, Quick View, Duck Barcode for Delphi 3 and Delphi 4
dr20c_4.zip 1,411,829 05-07-1999 Duck Report 2.0c (Disk 4/4) visual report tools. Include Duck Report Designer, Duck Query Editor, Quick View, Duck Barcode for Delphi 3 and Delphi 4
dragdrop.exe 431,893 05-09-1999 Features:
- Enables COM drag-and-drop of files, folders, text, bitmaps and URLs between applications.
- Copy, Move and Link operations.
- Clipboard support.
- Drag image support.
- Automatic scrolling of the target window during the drag operation.
- Relatively simple to derive custom drag-and-drop components to support other data formats.
- Extensive help file and detailed demos.
- OS compatability: Windows 95, Windows 98 and NT4.
dscombo.zip 2,442 25-04-1998 This component is combobox which get data from database Contain SQL property and uses exists TDataBase componets or aliases
dsgnbtn.zip 233,357 10-05-2004 TDesignBtn is a regular button with one important feature. User can change it's size and position during Runtime like Design time. Change BtnState property to stDesign and click the button. You'll see 8 small squares like in Dephi IDE. When button in stDesign mode you can change it's size and position by resizing and dragging it. Then click to each of small squares and change size and position of button. Change BtnState to stRun and you have the same button with new size and in new location. Now click and check. First Install package and Run Demo program. author: Jafar N.Aliyev(JEFF)
dsn22a.zip 1,076,809 07-06-1999 At runtime, your application users can do Moving Controls, Resizeing Controls, Deleting Controls, Creating Controls, Changing Property in the Object Inspector, Saving Controls and Loading Controls if you use the Runtime Design System. You can download the light version (89kb) of this at author's home page.
dsutil.zip 237,010 19-04-1998 If you need to use DirectSound without using the VCL, that means, without components. Here is the solution. I took the files dsutil.c and dsutil.h included (i think) in the Microsoft Game SDK and translated to Object Pascal putting it all together
ds_fancy.zip 33,223 09-01-2006 DsFancyButton is a graphic button with nice face using gradient effect surrounding the border. The basic shapes available are Rectangle, Oval and Capsule. From these basic shapes you can get other nice shapes like Circle and Round Rectangle.
ds_group.zip 19,168 21-05-2000 Contains three components: - DsCheck Release 1.1
- DsGroup Release 1.2
- DsRadio Release 1.1
ds_panel.zip 3,240 21-05-2000 DsPanel, panel with shadow and 3D Caption
dte32v1.zip 463,176 02-08-1999 A free german Win32-Texteditor. Replacement for the Windows-Notepad. Can read large files, undo & redo, find & replace, Auto-Url-Detection, HTML-Tag-Convert, and many more...
dwatch.zip 18,733 29-03-1998 A Thread-component that sends an event when a change in the file system occurs (MetaObject)
dx6del3.zip 144,654 07-08-1998 It is a complete DirectX header for Delphi3.
Present unit:
DirectX unit DirectX 6 (DirectX 6 SDK)
DShow unit DirectShow (DirectX Media SDK 5.1)
DAnim unit DirectAnimation (DirectX Media SDK 5.1)
easylic1.zip 743,157 15-11-1998 Easy License an easy way to protect applications you develop. With demo ability and an encrypted file that contains all the information including Owner, Customer, Registration #, Expiration Date & Grace Period, etc. See Doc's for more info
ectrls.zip 14,862 29-11-1998 Enhanced TeEdit, TeMaskEdit and TeCustomComboBox. While enter data the control complete Excel like the user data. Clipped text is shown complete in a hint window. Beta Version, reported errors I will correct. I just working on data aware version
edbimg16.zip 26,482 16-11-2004 EDBImage is a replacement for DBImage. Store .jpg .wmf .emf .ico .bmp in your database WITHOUT a line of code. Other formats can be stored from an event (ANY other format). QREDBImage is the QR printable version of EDBImage. Easy of use, try it now!.
editontime.zip 1,343 11-10-2000 This is a TEdit-Control with an added OnTimer-Event fired after x seconds without user input.
EditPack.zip 99,486 08-11-2004 PBEditPack. 7 Edit components, all with alignment, DisabledColor and 'mouse-AutoSelect'. PBEdit, PBMaskEdit, PBSpinEdit are standard components with those features. PBEditEx is PBEdit descendant that can show an image in the edit-box. PBBinHexEdit is a special component for editing, displaying and converting binary, hexadecimal and integer values. PBNumEdit is a special component for editing and displaying numbers, supporting WYSIWYG editing; floating and fixed decimalpoint; standard, thousands, scientific and engineering edit- and displayformats. Supports WM_SETTINGCHANGE. PBSuperSpin is PBNumEdit component with spin-buttons (have all PBNumEdit's functions). Increment by decimal values (not just integers). Wrap can set value to MinValue when MaxValue is exceeded. Accelerated spin. RoundValues will round values, that users enter. Supports Windows 95, 98 & NT. Supports Default-button-click and Cancel-button-click. Context-sensitive help is included. Compiled demo can be downloaded from my homepage.
editseek.zip 1,098 20-10-1998 TEDit descendent component useful for performing locates in database tables. It has an extra event OnSeek that is fired after a definable delay period after the last OnChange event. This way a single locate can be executed instead of many.
ehs.zip 537,855 20-10-2000 Delphi component suite for the implementation of context sensitive help, HTML HELP and training card help.
elabel.zip 2,516 25-04-1998 Enhances a normal TLabel with an ellipsis property. The ellipsis can be either "End" or "Path".
EMDialUp.zip 19,212 26-11-2000 This component is a conversion to Delphi of RAS.H file as provided by Microsoft Corp. It is very useful because allows you to implement your own dialup connection or inherits from standard dialup connection. Thanks to David Moretti for RAS API header.
EMHotImage.zip 4,537 26-11-2000 This component inherits from TImage and provide a easy way to display another picture when the user move the mouse over this component. It allows you to select the active image and the hot image. Very useful when you want to implement a interface to looks like a web browser hot image.
EMHotLabel.zip 2,093 26-11-2000 This component inherits from TLabel and provide a easy way to to make a label to looks like a hot link. It allows you to select the label foreground color as it allows you to select the active link color and visited link color.
EMLinkLabel.zip 2,372 26-11-2000 This component inherits from TLabel and provide a easy way to to make a label to looks like a hot link and also to work as a hot link. There are several link types disponible: ltCustom, ltFile, ltFTP, ltGOPHER, ltHTTP, ltHTTPS, ltMAILTO, ltNews, ltTELNET, ltWAIS. Very useful when you want to include in your form links to open automatically your default web browser to your specified URL or when you want to send a email to your specified email address, etc.
enhgb.zip 5,314 17-05-1998 This component is a Enhanced Group Box. It's like a standard Group Box, but it places one check box near the caption that allows you to enable or disable all components inside the group box.
EnumInterfaces.zip 7,464 26-12-2001 This program get's all the Network Interfaces with IP Addresses and Subnetmasks
eprint.zip 7,347 03-07-1998 Base printing component. Keeps control of title/sumary, header/footer, allows columns. Printing done thrugh code on canvas. Includes demo.
esimage.zip 14,362 03-05-1999 ESImageFM is a good image component shows different images when mouse is over and out. It has hot properties. Hottext property for highlighting its caption and hotrectangle for showing a rectangle when mouse over the component. You can create excellent menus and toolbars with it. Demo included in zip file.
etk10.exe 176,698 21-06-1997 Expert tool kit: helps you create your own experts and wizard to extend Delphi 3's IDE
etvspg.zip 328,666 18-03-2003 Etv Pages contains TEtvPageControl and TEtvTabSheet. Turn off the data on inactive pages to increase speed. It can turn off dbaware control from datasource and detail dataset from master. Choice of active TabSheet is added to Popup menu of TEtvPageControl, as it is complicated seldom from other controls.
eureka24.zip 899,922 22-04-2001 Eureka is a software that perfectly integrates with Delphi IDE, allowing to compile programs able to intercept any type of exception, to create a list of jumps made in the program before producing the error (unit names and line numbers) and to store it in a log file. Unlike the many other similar softwares, Eureka increases dimension of the executable just by 1% and, integrating itself completely with Delphi, it doesn't ask for any additional operation over the simple compilation. Eureka is compatible with Delphi 3-4-5, and exists in two versions, Lite (freeware with limited functions), and Professional (commercial, with more features). This is the Lite (freeware) version for Delphi 3/5.
everindc.zip 20,052 21-05-2000 TIAeverliquidIndicator is The Universal Indicator looks as such on liquid crystal.
exbldr131.zip 598,450 31-07-2001 Expression builder 1.31 is a set of eight components - TExprFunctions, TFnCategoryCombo, TFnCategoryList, TFnListBox, TVarListBox, TUserDataListBox, TExprBuilderDlg, TExprSolver, which helps you to make a custom expression builder dialogs in your applications, to enable the user to speed entering syntax valid expressions, checks them, and stores in a dataset along with any user data.
TExprSolver helps you to evaluate stored expressions, it automatically fetches the values for all used in a given expression variables from an INI file and/or dataset.
Full help and demo included.
It needs Expression parser 3.1 to be installed.
excel97e.zip 218,343 12-05-1999 Example of working with Microsoft Excel 97 from Delphi, with examples of to create and to select several sheet, ranges, cells, colors, fonts, grid, patterns, print, shapes, text effects, save, chart incrusted in sheet, sheet of chart, types of chart, to import data from .dbf file, and an example to generate a report with Excel and to copy to MsWord and to open it.
exheader.zip 8,356 23-12-1997 An Extended version of the Delphi THeaderControl. It supports Bitmaps, Imagelists, Header Drag and Drop, Full Drag and more.
ExportData.zip 14,047 26-11-2000 This component provide a dialog box which allows you to export a range of any data file opened through Dataset interface to following file types: ASCII, Clipboard, Comma-Delimited, dBase, Excel, FoxPro, Paradox. Multilanguage support: lgRomanian, lgEnglish, lgCustom.
exppanel.zip 6,156 17-05-1998 This component is a Exploding panel. Place one Exploding Panel in your form and components inside. Then just press the button on the panel.
exptmgr3.zip 18,785 02-08-1999 This is a Delphi Expert Manager for Delphi 3, I put this together to test the possibility of loading and unloading experts at runtime. It installs itself in the IDE and allows the developer to load and unload esAddin Experts into and out of Delphi at runtime. Delphi provides a method for experts to register themselves but no way to unregister themselves, so it is only possible to safely unload experts that Delphi does not need to know about. Hence, only esAddin Experts can be managed successfully, providing that they clean up properly when they are freed. Full source code is included, see the web site for further info.
extedit.zip 13,204 04-07-2005 TExtendedEdit ------------- Copyright # 2000-2002 FVAL - Consultoria e Informática Ltda. TCustomMaskEdit heritage. Has capability to align contents and input of numeric, date e time values
extended.zip 7,037 07-08-1998 TDirectoryFileListBox extended component. Small modification but with this we can listing all directories (hidden system etc ...) with property Filetype ( ftReadOnly, ftHidden, ftSystem, ftArchive); all hidden( or more ) directorie
ezrgnbtn.zip 243,904 23-01-2000 EzRgnBtn component
Component may hold and manage from 1 to 4 images for different states of the component : Idle, Pressed, MouseOver & Disabled Component may be painted in three different ways: as regular bitmap, transparent and !!! may be CROPPED.
EzRgnBtn may be used as Panel or Button.
ezSuperSubLabel.zip 2,382 17-04-2001 VCL component for Delphi similar to TLabel with superscript and subscript capability.
fadelabl.zip 17,768 25-04-1998 A label component derived from TCustomLabel that produces a nice gradient fade behind the label text.
fastshln.zip 5,637 04-06-2000 This component make installation of the shell links to your programs and files fast and easily. FastShellLink alow automatic installation of the shell links to Desktop, System Menu, Programs Menu, Startup Menu and My Documents shell folders.
faststrs.zip 10,829 06-11-2000 Fast assembler based routines for finding / replacing text within large strings, + many other string based routines.
8 hours for stringreplace to complete, 1.5 seconds for FastReplace to complete. You decide if it is worth having :-)
favdlg.zip 20,308 04-01-1998 enhancement of the open/save-dialogs, which can handle favorite folders with a combobox and a button in the dialogs (adding,selecting...)
fcopynew.zip 4,447 21-05-2000 This is a newest enhanced release of TFileCopy. New most features: - multifolder-multifiles copy
- wild cards allowed on sourceFile and targetFile properties
- full event-driven messaging on errors, copy progresses and overriding behaviors
- the memo property is ready made to attach a TMemo component to trace copy events
fejpeg.zip 2,786 26-06-1998 All this component does is surface the internal properties in the TImage component for displaying a jpeg graphic file. This is done by taking advantage of the jpeg unit included with Delphi 3
fhhsmtri.zip 95,217 27-02-2000 This Delphi package consists of two components and several classes. (1) Component TFHHSpellMaker. Enables compilation of spell check dictionaries. Includes methods for "reverse spell check" text file compression, approximately twice as effective as zip (given that you use an adequate dictionary with the same language as the text file). This method should be used as a complement to secret key encryption, instead of regular compression. Make sure your recipients share your dictionary. (2) Component TFHHSpellChecker. Since you have compiled comprehensive dictionaries and used them for text file compression, you might as well use them for spell checking too. This component hooks on to any TCustomMemo descendant and checks spelling with only one procedure call. (3) Class TWeakCipher. A 64 bit CFB mode stream cipher. The algorithm itself runs at approximately 7 MB per second on a Pentium II 300MHz computer. Don't believe us when we call it "weak": It uses two 32 bit discrete powers to encrypt and decrypt (which means that you may transmit 2 GB of data before any kind of linear cryptography might reveal a pattern). It is just that we are also dealing with REALLY strong cryptography. Coming up soon...
FibPlus.zip 731,943 13-05-2001 FIBPlus is a set of components for Delphi 3/4/5, and also C++Builder 3/4, for work with Interbase databases without using BDE. FIB+ library is based on FreeIBComponents library that is written by Gregory Deatz.
FIB+ features:
- IB 6.0. Support (For all Delphi versions)
- Full-functional work with array fields.
- Local data filtering in FIBDataSet
- The possibility of work with Origin and Domain for a field that allows to write more flexible data handling
- The possibility of watching and breaking off the process of records fetching from a server (fetch).
- Support of macroses in SQL.
- Additional events during work with transactions.
- The possibility of records locking on a server while editing
- The possibility of saving of connection options in a system registry.
filefind.zip 7,700 31-05-1998 This component performs file search with or without recursing subfolders, with events generated on file match and on change scanning folder.
FileInfo.zip 39,066 08-07-2002 With source! TFileInfo is a Delphi object which can give you some info about and performs operations with files. It works under Delphi 3 and higher and is very easy to use, for instance, to make your own Explorer. For example, this is some information you can retrieve: name, size, attributes, acces, modify and creation date, all icons, version info (Productname, Copyright, etc.), MP3 ID3 tags (Author, Title, etc.), extended MPEG info (duration, filelength, padding, etc.), Office 97 & 2000 DOC information (Author, Subject, WordCount, etc.), exported DLL functions, EXE filetype and rename, move, delete and copying in 3 different ways (Shellcopy, silent copy, or custom copy with own TProgressBar, etc.) and more...
fileoper.zip 5,479 15-11-1998 This component encapsulates the ShFileOperation API of Microsoft Windows. Performs a copy, move, rename, or delete operation on a file system object.
FileOperation.zip 5,020 26-11-2000 This component provide a common way to do the basic file operations: copy, delete, move, Recycle, Rename. It inherits the basic Windows dialog box so it is not dependent by the OS you might have. Multilanguage support: lgRomanian, lgEnglish, lgCustom.ch all files contains by this.
filescan.zip 6,051 03-11-1997 Este component é utilizado para procurar arquivo no seu computador. FileScan. Freeware, source nao incluso.
filesscn.zip 13,279 04-10-1998 Non visual component for fast files scaning (using multiple standart DELPHI's TMask comp. For example: "*.bak, *.tmp, *.old" ). The component can make result TFilesList (included) and auto calc summary files size.
filetool.zip 244,532 03-01-1999 This is a simple utility for copying, moving, renaming, deleting and touching files which can select files recursively. Source is included, to compile you should have the RX-library installed.
fillunit.zip 194,184 03-09-2000 This is a unit with a procedure implementing the graphic "filling" algorithm ( like the paint bucket of many proof softwares , see Photoshop )
filmin10.zip 210,678 21-11-1999 Component for handling Recent files list and Open, Save, Save As, Exit Commands. Has a recent list (MRU) if wanted with ini. Will call your file handlers only when needed so you dont have to worry about changed files, loading Open/Save dialog boxes, history lists, terminating, querring user to save changes etc... Extremly customazible for every environment. Appends the history list to your selected MenuItem. Minimize error-checking, just load,save,make new. Supports up to 35 files, exe parameters. Tested with Delphi 4. Exe-demo included
filterl.zip 2,659 26-06-1998 Unit for easier handling of TTable filters. Has all TStringList capabilities and more. Useful for complex filtering.
filtrdlg.zip 7,150 15-11-1998 A component that allows you to perform table filter operation by selecting columns name, operators and assigning values in a filter dialog box.
fima.zip 147,262 17-05-1998 The FIMA (FIle MAnager) routines
findfile.zip 8,767 15-06-1999 An upgrade to Walter Dorawa's FindFile utility to search for files. Encapsulates the Delphi FindFirst/FindNext functions and extends them by providing a recursive search capability.
fin_calc.zip 596,738 03-03-2003 Fin_Calc.exe is a Financial Calculator, that calculates various types of time-dependent financial transactions related to:
- Mortgage
(Regular payment & Detailed payment schedule); - Loan
(Payment, Principal & Term of Loans); - Investment
(Final Value, Initial Principal, Interest Rate & Investment term of Term Deposits or GICs); - Annuity with Withdrawals
(Principal, Withdrawal amount, & number of withdrawals); - Annuity with Deposits
(Final Value, Regular deposits & Annuity term).
Context sensitive Help File (Fin_Calc.hlp) is included.
fixslgd3.zip 76,727 19-11-2000 This is a great component collection to allow developer to implement very suitable in use, looking and navigating grid with ability to perform custom drawing and in-place editing with easy-in-use events. Use them to throw out your problems and save your time!
FLightJoystick.zip 13,994 30-06-2000 TFlightJoystick combines a visual joystick state representation with Joystick access and even seamless joystick replacement with a mouse. This means that programs using this component can be used with the mouse if prefered or if no joystick is connected to the computer.
floader.zip 147,168 29-11-1998 Load files with a single keystroke that are not on the library path; visually edit the Delphi 3 library path without restarting Delphi; and much more...
fngb1201.exe 71,641 17-08-1997 Fnugry CloneControl Component is a simple tool that allows developer to control a number of application instances user can run, and define an action to be taken when a maximum number of running instances achieved.
fngb1401.exe 76,933 30-08-1997 Fnugry RASNotify is a simple component that can be used to notify your application when RAS connection becomes available or lost. It also allows developer to easily enumerate all RAS connections, query connection name, device or status.
fngb1601.exe 67,993 28-09-1997 A small, easy to use component that prevents user from running multiple instances of application. Automatically brings previous instance's window to front and closes application if already running.
fngb1801.exe 79,862 18-10-1997 TFnugryProcessNotify is a simple component that can be used to trace process creation/termination.
fngb1901.exe 75,806 18-10-1997 TFnugryFileNotify component encapsulates FindXXXXChangeNotification API routines, and can be used to trace file system changes, including file or folder creation, change, access, or deletion.
fngb2101.exe 84,641 29-03-1998 A simple System Tray Icon component.
fngb2202.exe 106,602 10-05-1998 A new version of the System Wide Keyboard Hook component that allows event handler to discard the message before it goes to the rest of hook chain.
fngb2302.exe 95,774 10-05-1998 A new versoin of System wide mouse hook component. Allows mouse event handler to discard message before it goes to the rest of hook chain.
fngb2401.exe 101,235 10-05-1998 FnugryDirWatch Component wraps the ReadDirectoryChangesW API (NT Only) function that allows applications to respond to changes in the file system, such as new file and/or directory creation, renaming, size, attribute, and time changes, etc.
fngb2501.exe 103,103 26-06-1998 Simple log file component, featuring easy message loggin, message timestamps, message source and category logging, automated log file backup and archive maintainance.
fngb2701.exe 106,826 26-06-1998 A simple wrapper component for WH_SHELL hook.
fngb3001.exe 122,209 15-11-1998 TFnugrySharedData component is a simple wrapper around memory mapping APIs. Use this component to easily create fixed-length data sections shared across the processes.
fngb3401.exe 87,995 06-12-1998 A collection of components, which allow developer to retrieve miscellaneous network statistics, similar to those returned by the NETSTAT.EXE utility.
format.zip 2,463 22-03-1998 Format floppies in Win32 evironment
formedit.zip 12,676 20-10-1998 Vcl to format numeric and alfanumeric value in Input and Output with Alignment.
formgrid.zip 30,972 28-02-1999 TStringGrid with TColumns property to manage Alignment , BackGround Color, Font, Caption, CheckBox, etc..
FormMisc.zip 3,378 26-11-2000 This component allows you to display a form as a icon in the tray bar when is minimized and to restore it when you choose restore menu from the icon. Also it returns the file version for the files that includes this information. Very useful when you want to implement a window that starts as a icon on the tray bar and provide different menu items which allows you to have custom actions.
formread.zip 53,598 19-01-1999 Have you ever tried to open .DFM files outside Delphi? They usually show up as junk in Notepad, because they are not text files! FormRead is a utility that allows you to read .DFM files as text, and modify them. This gives you a file view on the left for you to explore your hard drives. When you come across a .DFM file, click on it and you'll see the right. As simple as that.
What's New ?
We have added some GREAT features for you in FormRead 1.5! - Syntax Highlighting : We've added Delphi-like Syntax Highlighting so you can view your forms in a better manner.
- Visual Viewing : You can now view your form Visually too! Click the View as Form button and you can see your form as a window.
fplot.zip 20,423 09-01-2000 This is a visual component which plots math functions. It includes a quick parser, so formulas are put as strings in a component's property. It is very simple to use and full source code is included.
fracimag.zip 4,873 15-03-1998 This is a small TImage decendant which you can use to make a Fractal.
freelabels.zip 251,368 17-10-2001 Delphi Freeware Label Components. Hot Label (TOHHotLabel)
Useful when you want to be informative like the standard label but also be seen to react to mouse clicks.
URL Label (TOHURLLabel)
A label that behaves like a link in HTML.
Symbol Label (TOHSymbLabel)
This is the Symbol Label. It is intended for scientific and mathematical programs. Without it you either have to hope that the user understands x2 means x-squared or use several separate TLabels.
Readout Label (TOHReadoutLabel)
The Readout Label is intended for scientific and mathematical programs. It simplifies the display of derived values along with a caption and their units. So the label is divided into three parts displayed left to right - the original caption, a value (usually numeric but provided as a string) and the value's units.
List Label (TOHListLabel)
The List Label simplifies the display of a static list or grid of values.
frfull.zip 987,242 21-06-1999 FormRgn components library.
his library is designed for non-rectangular windows creating. Consist of following components: - TFormRegion
- TCaptionRegion
- TTextExtRgn
- TPictExtRgn
- TMenuHotSpot
- TSystemButton
- TCaptionText
- TFRManager
fscanner.zip 11,210 24-07-1999 Scans all (or specified) drives/paths for files selected by file masks or/and by specified context. Fast threaded search algorithm saves system resources and you can tune it's priority manually. Works fine as background task!
fsearch.zip 37,305 14-03-1999 File search vcl component encapsulating FindFirst/FindNext Win32 API.
fss.zip 3,998 28-02-1999 TFormSizeSave save and restore the Position and/or Size and Windowstate of any Form in the Registry. You can save Position and Size of a Form i.e. in the OnClose-Event and restore the Form-Params i.e. in the OnCreate-Event.
ftc12s.zip 507,680 27-12-1999 FOLDER TREE CREATOR Didn't you ever wonder how you could organize your web site with a tree hierarchy? Now you can, almost painlessly with this tool.
fusion.zip 56,318 23-08-1999 10 good looking visual components: edit, label, combo, panel, radio button, radio group box, check box, group box, memo and scroll box. Most of them can be transparent. Fused (combined) from more than 20 freeware components (by 15 authors). Help file included. Check the package's homepage for updates.
fusion_band.zip 1,257,890 04-04-2001 Fusion Band is a natural extension to the Windows Start/Quicklaunch Bar; it enables more menus to be added to the Taskbar. Fusion Band intergrates seamlessly with the Windows Explorer as a Plug-in and because of this applications are executed 2x the speed of most conventional application Launchers.
genpal.zip 497,457 11-01-1998 GenPal is a utility that will generate the most optimized palette for a bitmap with a limited no. of colors available. It generates Delphi Code (a .PAS file) which you can include in your project.
gensql.zip 388,427 16-07-1997 Generic BDE SQL Chucker. Throws SQL at BDE supported databases. Times results. Prints table structures. NEW - displays BLOB fields
GetIp.zip 5,071 26-12-2001 This program get's the current IP Address of the computer
gexpert3.exe 1,129,339 17-05-1998 GExpert collection
GiData.zip 804,111 06-08-2002 This application will convert the progressive day number into a date
glassy.zip 5,030 15-07-1999 TGlassy component
This component ( inherited from TPaintBox ) will draw itself as transparent part of form (shows what be under form), with possibility to set 'glass' color and degree of the transparency.
GmPrintSuite_2_61_Lite.exe 1,048,452 14-10-2002 GmPrintSuite is a set of free print-preview and reporting components from
www.murtsoft.co.uk with the following features... - Canvas based (i.e. not banded!) to give the developer full control
- Full WYSWYG preview with zooming, panning and many more features
- Rich text preview/printing component
- TStringGrid preview/printing component
- Generate page thumbnails
- TTreeView printing/preview component
- Avery label printing component
- plus much, much more!
Demo's, Tutorials and FAQ's can be found at www.murtsoft.co.uk
Demo source code available from the website
Subscribe to the GmPrintSuite mailing list at the website by
clicking on "New User"
Let me know if you would like any information regarding these
components.
gNutViewer.zip 29,253 30-07-2000 A working experimental shell based on CapnBry's transport encapsulation for easy development of derivatives.
... this is anything else but a basic test-project that you are invited to refine and play with in order to understand how cool the gNutella concepts really are.. Play with this...
gp10_d30.zip 138,072 29-11-1998 TDBGridPro component contains some new ideas on data visualizing and editing. Improved design ( I guess ;-) ), very suitable for user's customizing and etc.
gradient.zip 19,270 09-08-2004 This component is an extremely fast gradient fill control, so fast that you can even animate gradient colors. It has 23 built-in fill styles and provides an event to create easily custom gradients. In addition, TGradient can shift and/or rotate the gradient colors.
granprimo.zip 385,330 16-01-2002 Ver 0.5 delphi web object inspector GranPrimo is a set of component/s to control/debug your remote application via Web. You put GranPrimo component in your application, and then you can see the screen, process, components and properties of your remote pc/ application
grapro10.zip 153,352 13-02-2000 PLAY WITH GRAPHS This program was created as an exercise in graphs to test-drive the well-known Dijkstra algorithm. A TMathGraph class is included, which I successfully reused in another application.
grccaptn.zip 77,604 15-11-1998 Cool Gradient Caption is a non-visual component that will show a gradient caption on the form where it is dropped
gsqrdatp.zip 515,369 20-08-2000 gsQRDataPrintPreview is used to print, print preview and export data from any DBDataSet. Component creates detail QuickReport report. You can set different properties like title name and font, data font, page orientation and margins, printer selections, etc. You can select how will be records displayed on report. It can be displayed in grid, row and even one record per page. You can export your data to CSV file (coma separated text) to use it in Excel, TXT file to use it in Word or Excel and to HTML file to use it in HTML editors and internet tools# Users can change almost all properties of report trough easy 3 step wizard! Product is created in Delphi 3 with QuickReport 2.03c and should work also in Delphi 4 & 5.
guidexp.zip 8,598 26-01-1998 GUID Expert will allow you easily to create the new descriptions of interfaces and globally unique identifier (GUID) not leaving Delphi IDE.
gutrea11.zip 309,201 19-12-1999 GUTENBERG READER Do you like reading? Do you know the Gutenberg project? If you don't, check http://www.gutenberg.net and get some texts. You may then use my little utility to keep track of your readings, set bookmarks and make your PC read the books aloud. This program requires Microsoft Agent, otherwise it won't even run! You are also advised to get some characters and the text-to-speech engine. All this is available at http://msdn.microsoft.com/workshop/imedia/agent/default.asp To compile, You need Delphi 3 or above, and Microsoft Agent. After importing this Active X Control you'll need to install the Gut30.dpk package, and then you will be able to compile - hopefully!
gwdrgdrp.zip 745,944 02-08-1998 OLE Drag and OLE Drop demo/diagnostic applications, and Delphi objects for building OLE Drag and Drop apps. Includes "Drop browser" to reveal what formats and data other apps drop. Comprehensive docs of OLE drag and drop, and Delphi COM object us
gx3-971.zip 1,143,229 19-12-1999 GExperts is a set of over 25 free IDE tools (experts) designed to speed the development process. The most popular experts include a fast integrated grep search, component replacement, a procedure list to quickly jump anywhere in the current unit, a to do list that integrates with your source code, a unit dependencies map, the ability to correct typing mistakes in the IDE, an ASCII chart, a PE binary information viewer, customized IDE menu shortcuts, a favorite files manager, a code snippet librarian, an extensive class browser, and a persistent clipboard history list. GExperts is developed as Open Source software, and we encourage user contributions to the product.
harmfade.zip 88,978 03-01-1999 HarmFade is an animation effect. It will transition from one TPicture to another, using "Dissolve" or "Blend". Only looks good in 16bit or higher color. Can now be used as a 'Glowing' button, when mouse enters/leaves. V2.3, Demo included.
harmwave.zip 285,962 21-03-1999 HarmWave is a graphics tool. It can be used to create seamless bitmaps or jpegs, for use as windows wallpaper or as backgrounds in Web Pages. It has many filters and effects, which can also be used for photo enhancing /re-touching. Requires Windows95 or higher, with 16bit colors or higher. This version adds several new features - Paste transparent, Color Exchange, Map Texture, Marble effect.
hcformd.zip 170,661 12-05-1999 HC Frorm kit is a nice example how to create experts controlling creation of custom forms and drawing ENTIRE form, ie with caption bar, buttons and sytem menu.
hghslide.zip 7,092 23-08-2000 This unit defines Tslide, a TGraphic descendant for loading and viewing AutoCAD slides. It registers with TPicture and allows TImage and TOpenPictureDialog to support AutoCAD slides. Only tested in D3.
hh_api.zip 15,129 22-11-1998 Html Help API conversion for Delphi, with sample help project and Delphi application to illustrate its use. Freeware under GNU LibGPL.
hideapp.zip 550 19-12-1999 just hide the app he is in preventing users to do ctrl+alt+del
highmemo.zip 3,547 02-08-1998 THighLightedMemo extends the functionality of a TMemo component by allowing you to highlight a line of text with any of the colours in the current palette. Text colours can be automatically inverted.
hintpnl.zip 23,063 23-08-1999 Hint panel v1.0 is used to display a myriad of font styles, colors, font effects, and display effects to the hints of your application(s). Note this component will be displayed on your samples pallet in your Delphi's IDE. This Component is Delphi 3.x and 4.x compatable. includes sample program
hintx.zip 2,053 23-01-2000 HintX is a multiline hint which position on the screen can be changed. HintRows property is TStrings - it can be used both run and design time. Caption at runtime contains the Row with max length
hitrat.zip 473,359 12-05-1999 It is a small but funny game.The idea comes from a VB game tutorial at http://www.advantage.co.nz/ur/ The object of this game is to use the mouse to hit the rats, the more rats that were hited, the better you played. Demonstrate how to make non-rectangle window, make tray icon, play wave file from a resource file. (fixed some bugs)
hk.zip 28,543 25-04-1998 Interbase API Component TIbQuery. This component handles its own connection and transaction control. It does not support parameters, only full sql text can be used with the execsql method, like insert, update, delete
hkhelp11.zip 216,603 16-01-2000 HKHelp is a pseudo-visual component to add help to any program, without help compilers etc. When a user selects a control, a customized pop-up window opens which can contain any text, even with different bullets, fonts, sizes, colors. Can also be used parallely with HLP's. The text displayed can be edited in a program like MS-Word or from HTML and the formatting is kept the same. All the data is compiled together in the exe. Very simple to use, only 1 line of code, everything is previewed in design time. Exe demo included.
hkmess10.zip 5,646 05-12-1999 HKMessageReceiver is a non visual component, that added to a form, makes it able to receive messages sent or posted at application.handle. It has an event that is called when all WM_USER messages are broadcast. This way you can give large programs polymorphism, and make and forget about forms that do something when something has changed in your program. If the form is not open, no harm done, the message is ignored. Source included. Tested with Delphi 4.
hkprog15.zip 186,720 05-12-1999 HKProgressbar is a completely different approach to long loops that you might do sometime. You set up the component and it starts your process in a different thread, so you can continue using your program if wanted. If you want, a progress bar is shown, optionally with a cancel button. This way you can implement with very little code secondary threads, that can handle a cancel from the user. Can adopt to every situation. You don't have to worry about opening and closing the progress form. Tested with Delphi 4. Source & Demo with EXE included.
hkstrm16.zip 210,536 09-01-2000 HKStreams is a component that enables you to easily save and load many streams into one file. The streams can be stored with LHA compression if wanted, and can also be encrypted with blowfish. THKStreams is also smart, if you load afterwards an encrypted or compressed (or both) file, it will know how to read it, and can also call your event that asks the user for a password if needed. Can also handle corrupt and wrong passwords. Source and EXE demo included.
hotkeymg.zip 462,358 16-07-2002 HotKeyManager is a component that allows you to add system hotkeys to your application. A system hotkey allows your app. to invoke a custom action from anywhere. Your app. doesn't have to be in the foreground or even visible. Ctrl+Alt+Delete is an example of a system hotkey. 2 exe-demos included.
hotkeymn.zip 11,325 25-04-1999 This component sets a Keyboard Hook and catch any key events, even those that can't be caught by Form's KeyPreview. No need for Form's KeyPreview to be true to use this.
hotkeys.zip 298,416 31-05-1998 Hotkeys is a program that allows you to define system-wide hotkeys to start applications, send keystrokes to other applications, exit Windows, log off Windows or reboot your computer. Source code demonstrates tray notification, animated icons, e
hrsmtp.zip 12,388 03-10-2001 This is a very simple example to show how can You send email letters via SMTP protocol.
hsapp.zip 1,987 23-01-2000 This component for hide/show your application in control+alt+delete.
hsdel3t.zip 156,618 23-12-1997 An AddIn to delphi3 which provides the developer with; UnitList - All units used by the project. Global Find - To search through all units in the project. Global Find Replace - Replace in all project units. Directory list - To easy ChDir...
htmlcol.zip 13,392 07-06-1999 Displays the "pure" HTML colour swatch and has ability to select both foreground and background colours on the same dialog box in one operation.
htmlprsr.zip 7,301 26-03-2000 This is a single unit - HTMLParser.pas
It provides a simple way to parse and update! any HTML data (it could be a file on disk or any string in memory). You can add/remove whole tags or just change it's properties. Of course, you have access to the text between tags too.
Check out the sample demo included.
new in version 1.0:
- fixed adding empty lines to Tag.Params
- changed class name from TParser to THtmlParser
- improved demo project
htmltmpl.zip 304,473 29-01-2002 Need to create HTML, XML or text reports ?! Use this ! It works like well known ASP, JSP and PHP technologies and allows to produce HTML (XML, text) page from the template. However it works at the application side without Web server engine and can access application's objects and data. To design report view it is possible to use your favorite editor. For example, MS FrontPage, MS Word, Netscape Composer, Notepad and others.
hutfile.zip 5,213 04-10-1998 HutFile provides a means of reading from and writing to the Hutmil HMQ file format.
hyperl.zip 123,433 26-06-1998 THyperLink adds a little hyperlink component to any form. You can display Hyperlink's href on statusbar or the way you want it by using OnMouseMove. Tooltips possible. Executes web-links or local documents. You can freely choose font and color fo
IconEdit.zip 404,595 13-05-2002
IconEdit.zip (ver 3.10) contains:
- TLsIconEditor - is a design-time Icon Property Editor, that retrieves icons from *.EXE, *.DLL, *.ICO, *.CPL, *.DRV or *.OCX files, and displays them in an IconView, thus providing users with WYSIWYG selection of their desired icons. It also allows users to save a selected icon to a 16-, 256- or Hi-color Icon file, or to a Bitmap file with the same- or different-size.
- TLsIconExplorer - is an executable utility program that demonstrates all features and functions of the TLsIconEditor. Please refer to Readme.txt for further information.
icq.zip 170,332 19-08-2002 TICQClient
Features: - Logging to server & status changes
- Managing contact, visible, invisible lists
- Retrieving server side contact lists
- Searching users by UIN, Email, Nick or Random Group
- 'White Pages'
- Getting user's info
- Setting info about yourself
- Registering a new UIN
- Unregistering the existing UIN
- Changing the current password
- Sending/receiving various types of messages and URLs
- Auto-away messages support
- Supporting the direct connections
- Sending/receiving contact & contact requests
- Importing messages, urls, contacts & owner's info(including password) from ICQ(2000x, 2001x, 2002a)
- Dumping all incoming/outgoing packets
- SOCKS4, SOCKS5 proxy support
- Help in English and Russian languages
- Native Delphi code, fully freeware!
id3tag.zip 4,451 04-06-2000 Yet another ID3 Tag Component. Based on the program written by Sergio Freue .
idein100.zip 51,682 04-01-1998 Install this expert and you'll be able to inspect internal Delphi objects with "Object Inspector Gold" component.
ie4evctl.zip 32,721 14-03-1999 TDHTMLEventHandler component can be used with Microsoft IE4/MSHTML or WebBrowser control hosted in your application. The component allows you to write, in Delphi, event handlers to be connected to any event of any DHTML element on a Web page deisplayed by your application.
IEInstVer.zip 14,076 20-05-2001 IEInstVer - The "IE Availability, Version & Information" Component
ifgradie.zip 171,041 22-07-2000 TIF_Gradient is Color gradient component. It works like a Tlabel with color gradient background. You can set the Gradient Start and End color. It's also possible to use this component as a button or as a menu if you set the DoSelection property to true. That means when the mouse hits the component the colors will be changed to the selected colors and when the mouse leaves the component the colors will be the original again. Of course you can set all of the colors what are needed to selection.(Text,start,end)
imag070b.zip 313,799 16-08-1998 Component suite for image processing and analysis. BMP,PCX,JPEG,animated GIF (LZW and NON-LZW no-Unisys licence!) and TIFF; TWain scanners (without DLL!) and more...
imageio.zip 3,185 11-04-1999 It's an Image with two additional events: - OnMouseIn - occurs when mouse enters then image - OnMouseOut - occurs when mouse leaves Image.
imgedt.zip 9,254 01-03-1998 A try-out of an image-editor component. Needs LOTS of work. Help needed!
imgflip.zip 194,704 12-03-2000 This unit consists of three procedure to manipulate bitmap: ImageFlipV, ImageFlipH, ImageRotate90. These procedures Flip an image vertically, horizontally, and rotate an image. Currently, bitmaps format supported is 1bit, 4Bit, 8Bit, 15Bit, 16Bit, 24bit, 32Bit. Demo included.
imgpppl.zip 1,793 02-08-1998 Simple TImage-based component that makes "ripples" on a 256 color bitmap image.
impgrid.zip 15,657 13-08-1997 ImpStringGrid - Improved StringGrid. Color,alignment,font, buttons and combos added.
inetlog.zip 21,193 22-10-2000 This program installs as a NT (Win2k) service and logs the time that any Remote Access Service (RAS) entry has been used. Ideal to log the internet usage. The log is done in a monthly basis and stored in simple txt files. After the program is installed there's no need of user interaction in order to make it work. Nice to learn about NT Services and RAS.
info.zip 2,178 12-12-1999 Retrieve executable file (exe, dll, ...) additional version informations
Ini32.zip 3,622 22-03-1998 IniFiles32 lets you read/write Ini-Files greater than 64 KB. Version 2.01 has fixed some bugs and include more flexibilities in reading.
insp30.zip 122,378 15-03-1998 Delphi 3.x Runtime Object Inspector. This component mimics all the behavior of Delphi's own object inspector, but works at runtime. It also displays a tree-view filled with your application's object hierarchy. It extracts all of the run-time type i
Instrum.zip 36,394 03-03-2002 Instrument Interface VCL Delphi Component. Free component for real time access to a hardware interface containing digital ports and analog inputs and outputs via digital to analog and analog to digital converters. Full source is included for educational purposes. Works with the range of PC cards from www.instrument-science.com using the VXD for inerrupt time processing.
interprt.zip 14,758 31-05-1998 TInterpreter component supports the following operators and functions:
1. +, -, *, /
2. IIF( ; ; )
3. User-define function in format: NameFunction( [, ...]) For apply it function use event O
ipc.zip 356,769 21-07-2000 The IPC Server & Client IPC components are designed to allow InterProcess Communications using a C/S setup.
iperplug.zip 8,311 19-09-1999 Sample of iPer plugin
ipgrid.zip 5,220 26-01-1998 Simple implementation of a DbGrid that can show bitmaps and memos directly in the grid, like InfoPower's DbGrid. It also includes a small editor (for the bitmap it's only a viewer). Remember that it's a 0.01 version . The code has some comments.
ipscan.zip 136,552 11-07-1997 Simple Programm wich scans through 256 succeeding IP addresses by incrementing the last byte of IP-address. Different colors show if a host is not responding, not reachable or alive. You need also the ICMP component icmp.zip found on DSP
is2sql.zip 637,741 15-10-2001 Provides an easy way to build web- based application. Creates dynamic web pages interacts with databases - now directly to Interbase or via BDE in manner of Allaire's Cold Fusion.
isaac.zip 3,456 18-06-2000 ISAAC is a pseudo-random number generator which produces 32 bits values. ISAAC has a minimal guaranteed cycle of 2^40 and an average cycle of 2^8295. The results are uniformly distributed, unbiased, and unpredictable unless you know the seed. The internal state of ISAAC and the size of the seed are 8192 bits wide. ISAAC is suited for cryptographic purposes.
jackpot.zip 11,641 21-12-1998 Very small jackpot game written in Delphi 3 (dos console mode).
jasps10.zip 6,771 02-08-1998 "Just a simple Project Starter V1.0" - Hold ALL your project settings and lets you start up Delphi with all packages, paths, ... set correctly.
JC_QTools.zip 573,448 01-10-2000 Jayan's Query Tools Components
- TQueryByFilter
- TQueryBySQL
To use above components you have to install TKbmMemTable by Kim Bo Madsen (ver 2.50 included).
jgntcmps.zip 38,178 15-06-1999 Set of components to make WinNT develpment easier. Currently includes jgNTJobs, jgNTShares, jgNTGui, jgNTMessenger. Part of the DelphiNT Project. Source included.
jlistbox.zip 8,772 19-04-1998 It`s a Listbox which one you can Justify Items Insert new Items ( press Insert ) Delete Items ( Press Delete ) and Edit Items in run time
jms.zip 81,013 04-02-2004 Product "JMS Library for Delphi" is designed for using Java Message Service in applications created with Borland Delphi. When you use this library, you can:
... use prevalent JMS technology for communicating among processes;
... use best understanding of modern JMS methodics for creating your applications;
... make communicate among processes written in different programming languages (Java, C++, etc.);
... use freeware products.
Complete package contains: - jmsAPI - declaration of the JMS API;
- jmsSMQ - concrete implementations of the JMS API for SonicMQ 4.0.2;
- examples - source code of JMS Library and SonicMQ server usage examples.
This library is supplied in source code only. You can build required executables by yourself.
joy.zip 13,482 14-06-1998 Handles the Joystick under Delphi 3. Joystick can be calibrated and a "unsensitive" middlearea can be defined. A Callback-function is called to report Joystick-position and button-staus to the application.
jpgsort.zip 64,104 23-12-1997 A JPG file sorter and viewer component. Build in drag and drop, zoom in, file move, file copy, file delete and file rename functions.
jpgtobmp.zip 4,215 18-04-1999 Translate a jpeg (file or Timage) to a bitmap file.
jr_tpipe.zip 7,417 07-01-2003 DataPipeline with FiFo (first in, first out). Preferred as a big databuffer: on every Event (i.e. Winsock.DataArrive) put Data in the TPipe-Component, and, if all data arrived, or more, put a part or all into an Stream, Bitmap, String or any other Buffer ...
jstbl.zip 4,575 12-05-1999 JSTable is a TTable descendant that is able to use dBase expression indexes in Locate/Lookup (the standard TTable implementation will never select an expression index to do the search). This component can be used with Delphi 3 and 4.
juniordt.zip 6,443 25-04-1998 A component for the date verification
juniornm.zip 8,257 25-04-1998 Numberedit
jvexcel.zip 195,850 19-04-1998 These components will allow you to control MS Excel 95 & 97 utilizing OLE objects. Demo, demo source and context sensitive help is included. Include MS Excel into your application with minimal effort. Component full source is available
kaado10.zip 1,636,326 02-06-2003 KAAdo is a native Ado component for Delphi/CBuilder
KAAdo is about 90% compatible with KADao
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
Optimised to work with MS Access and MS SQL Server
kadao91.zip 400,286 09-01-2006 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 ...
kadaocontrols80.zip 130,633 02-06-2003
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
kadaope.zip 258,682 09-09-2001
KADao Personal Edition (PE) is a native DAO component for users of Delphi 5 and 6 Personal editions
It is created in a way that without TDataset to accces all databases supported by MS DAO
KADaoPE is a set of components to use with Microsoft(r) DAO(tm) Engine
KADaoPE is FREE for commercial and non-commercial use i.e it is absolutely free!
KADaoPE is intended to be used with direct COM access to DAO
KADaoPE comes with no support of any kind.
Use MS DAO Help files for work with KADAO PE
kaz_jpeg.zip 2,306 30-12-2001 This is an easy to use JPEG comment unit (for JPG files). It have been a ReadComment and WriteComment method. No components install required. This unit is FREE (with source).
kbmcpool.zip 20,754 15-08-1999 Database connection handling components with multithread support. Has been created for use in f.ex. WWW applications (ISAPI servers). Now contains fully configurable caching mechanisms, Params editor for Delphi 3 and bugfixes.
kbmmemtb.zip 117,348 26-03-2000 TkbmMemTable is a 100% TDataset compatible in memory full featured table which is not dependant on the BDE at runtime. Features include: - 100% TDataset compatible - 100% compiled into the exe. - 100% independant of the BDE during runtime. - Blob compression - Full filter support not only through OnFilterRecord but also using an expression in the Filter property. - Several easy interfaces to the outher world (load/save data/structure to/from other tables or files) - Multilevel transaction control (undo insert/delete/updates since transaction start) using StartTransaction, Commit and Rollback. - Versioning and journaling for saving deltas of what has happened to the table in another table or file - Build in 100% extendable resolving capabilities of deltas and alot more. - Contains middleware capabilities through the resolver and deltas. Price for using as middleware?.... $0 - Contains designtime editor for designing the table. - 100% Thread safe. - Allows multiple cursors to same physical data. - Automatic persistency. Load from a file on opening and save to it on destruction/close. - Form persistency. Store default data at the form at designtime. - Extract or set the data as a commatext. - Snapshots. Save the complete table in a variant and load the table from a variant. - On the fly sorting on any fields ascending/descending. - Add data to the record without having a field using the record tag property. - Supports 99% of all fields supported by TTable/TQuery. - Lookup, Locate, FindNearest, SetKey, GotoKey, FindKey, EndKey, Ranges supported. - Bookmarks supported. - Unlimited number of real indexes supported. - Ressource strings translated to >10 languages. - Field types supported: ftString,ftSmallint,ftInteger,ftWord,ftBoolean,ftFloat,ftCurrency, ftDate,ftTime,ftDateTime,ftAutoInc,ftBCD,ftBlob,ftMemo,ftGraphic,ftF mtMe mo, ftParadoxOle,ftDBaseOle,ftTypedBinary,ftBytes, ftVarBytes, ftFixedChar,ftWideString,ftLargeInt,ftADT,ftArray - Full Master/Detail support both as master and as detail table. - Many more internal routines available to the programmer by choise. - Extendable. Full source code included. 100% free. Infoware... let me know when you are using it! Middleware components/tools developed using TkbmMemTable must be released as Open Source and freeware. Find latest versions at http://www.onelist.com/community/memtable
kbmmemtb252ibeta.zip 174,156 13-05-2001 Latest version of the open source/free(info)-ware in memory table component TkbmMemTable. Although the beta label its very stable. Includes massive amounts of improvements and new features. Please join the memtable community at http://www.onelist.com/community/memtable for support and for getting information about new releases. Also download the file and documentation (and dont forget kbmX10 (X10 house control) and kbmWABD (Rapid Web development tool)) from http://delphi.e-indexit.com
keybar11.zip 7,896 20-09-1998 KeyBar is a Statusbar like that one in Turbo Vision of Borland Pascal 7.0 (for DOS). It displays the function of the keys to and triggers an event by a mouseclick on it.
knglib.zip 242,300 15-07-1999 The new version will now contain 8 Components and a few new classes and functions. The components included in the library are :
- Standard Components
- TKNGLabel : An enhanced Label component which allows to draw a Bevel Border around it (using the TKNGBevel class).
The label also has an OnMouseEnter and an OnMouseLeave event !
- TKNGURLLabel : A label which descends from the TKNGCustomLabel components, so it also supports the Bevel settings.
In addition it sopports Hiperlinks to Web Pages and E-Mail
- TKNGPanel : A descendant from TKNGCustomPanel, which also supports the Bevel Settings and the OnMouseEnter and OnMouseLeave events.
- TKNGEdit : A TEdit component for which you can set the Backgroundcolor and FontColor for the Disabled Status and the Focused Status.
- Data Aware Components
- TKNGDBNavigator : An enhanced DBNavigator. It descends from the TKNGCustomPanel component so it has the functionalities for the Bevel and such.
In addition it has some extra buttons (EnterFilter, ApplyFilter, CancelFilter, SetBookmar, GotoBookmark, FreeBookmark, CopyRecord, PrintRecord, PrintList), it can be oriented Horizontally or vertically and the buttons can be grouped in 5 groups.
- TKNGDBText : A data aware version of the TKNGLabel. It descends from the TKNGCustomLabel so it has the enhanced Bevel support and the OnMouseEnter and OnMouseLeave events.
- TKNGDBStatusLabel : A Simple DataSet Status Label. It will display the state the dataset is in as well as the FilterState
- TKNGDBLookupLabel : A simple Lookup Label component which has all the functionality of the TKNGLabel component.
The Library comes with Full Source Code, Online Help files and a Word version of the Online Help files
KRK_findfile.zip 19,935 08-08-2005 TFindFile is a non-visual component, which can be used for locating files or folders in the file system and directory tree. An extensive set of options are available. TFinFile can locate files or folders by name, location, size, creation date and time, last modification date and time, last access date and time, or the content. In addition, TFindFile can use a separate thread for the search process.
krnwconn.zip 3,733 15-06-1999 A nonvisible component. Gives connection information in a netware environment. Uses netware client32 version 3.0 or more. Give user and server information. Source available, Freeware
kronos.zip 379,881 19-07-1998 Provides easy access to calendaric data. Numerous navigating and calc. methods. «Daytyping» lets you attatch events to fixed or calculated dates. Many built in types supplied, (Christmas, Easter) etc. To this collection you may add any of your own
krspbtn.zip 12,547 03-07-1998 Button like in MS Internet Explorer 3.0. WordWrap property for Caption. Seperated section on button that generate a seperated event (for menu etc.) Gradient background, Bevelwidth etc... Sources:www.iaehv.nl/users/kray
kr_filpp.zip 16,831 15-11-1998 Everything done with a file. TimeStamps, multi delete, move, copy etc. Include and exclude filters. With a helpfile. Source available on www.iae.nl/users/kray/index.html
langcmbo.zip 19,104 10-05-1998 Drop-down list of languages.
LayDock10.zip 50,101 03-01-2001 Two components:
1. LaydockButton - Standart BitBtn button + gradient paint + Glyph
2. LaydockDBNavigator - Standart DBNavigator + ProgressBar + StatusLine + Captions
ledscr1.zip 137,345 12-11-1997 Led Scroller. A Panel with ledstylish Text and Animation (Scrolling,Blinking,Pixelizing) Demo EXE included.
Letcon.zip 151,231 26-10-2000 Let's Connect Button. This button has been created to allow programmers to add a Let's Connect interface to their programs. This is achieved by simply calling up a specific Web page with your Let's Connect "button" number and default country code.
linkexp3.zip 60,051 06-12-1998 This expert allows you to easily jump to various useful Delphi web sites without having to leave the Delphi IDE. It installs as a new option on the help menu. You can add your own favorite links as you wish.
linklbl.zip 1,834 23-02-1998 A TLabel descendant with some features that make it look and act like a hyperlink
listdlg2.zip 6,101 26-11-1997 The ListBoxDialog is a little component to help you build dialogs like the 'Creation order' or 'Tab order' Delphi dialog. Just put the string list and let your user choose the order of the strings and the selected strings.
lister.zip 232,842 21-02-1999 Small program to print formatted Delphi and Pascal source code. Source included. I wrote this program in 2 hours because I couldn't find a proper working freeware version. Therefore I had no time to document it or to program all kinds of gadgets. But hell, you can do that yourself, can't you? Feel free to do whatever you want with it.
ln.zip 716,673 23-06-2000 This class library allows to work with the Lotus Notes from Delphi programs. It covers almost all aspects of Notes functionality: - databases (open/create, search) - mail (send/receive) - documents (read/create, send) - items (read/create, RTF) - database directories (browse) - hierarchical names (parsing/combining, lookups) - access control list support; The library supports Delphi 3, 4, 5 and Notes 4.5+, 5. Complete help file and example project are available
loc09d3.zip 15,102 09-06-1997 Locates data in a TTable or TQuery component (and their descendants like the Infopower TwwTable component ). Will search up to 1048576 chars of a Blob/Memo field. Will automatically find and use an index if one is available for the field being sear
loc30fen.exe 740,006 26-06-1998 The Language Localizator will solve for you above all the translations of resource strings, and in case any string was already translated, the translation is automatically substituted for the original. Localize programs writing in D3 and C++B3.
localize.zip 17,653 12-02-1998 TVCLLocalizer can be used to support different languages for a form's components' string-properties. Sample (with source) included
lockit.zip 444,536 02-08-2000 LockIt version 1.0.0.1 can be added to Delphi / C++ Builder projects to enable Authors to distribute their applications with either limited functionality or a limited trial period. It is extremely easy to use, with very little coding required and has it's own built in Wizard. Currently this component is in Beta development, and we require Beta testers to help with development, if you are interested please visit our home page for details regarding the Beta testing program.
logpack.zip 50,371 01-05-1998 Log Components (LogTable, LogText and LogDecrypt)
lookdlg.zip 4,966 12-11-1997 DBLookupDlg is a LookupComboBox with a speed button attached to it. It's useful to open search dialogs and 'new record' dialogs.
lsdbutil.zip 309,020 22-11-1998 LsDBUtil is database utility program, that demonstrates how to perform backup, packing and regenerating indexes of dBase or Paradox tables by calling BDE functions directly.
LZCompress.zip 17,810 26-11-2000 This component links to Lzh component and allows you to pack multiple files to a single Paradox table, like ZIP archive is doing. It encapsulate basic procedures as add a new file to archive, remove an existent file from archive, open an existent file from archive, etc. It requires the Lzh component which actually is included in ZIP. If you want to get the latest free version of Lzh component try the Link section on Delphi Home Page (we recommend you Delphi Super Page component archive).
magform.zip 4,827 07-06-1999 Makes a form "magnetic" to the screen border and enables (proportional) resizing and moving on borderless forms.
mailmerg.zip 29,501 15-11-1998 This component encapsulates the merge fonction of Microsoft Word. It use the OLE Automation to do that. The data source can be either a ODBC data source name or the table of a Microsoft Access database.
mapid10.zip 58,559 21-06-1997 MAPI Support Kit for Delphi 3.0. Translation of original MAPI 1.0 ("Extended MAPI") header files to Delphi.
massPECer3.dist.zip 46,853 14-11-2000 massPECer3 is a batch GUI for PECompact which shows several programming techniques as API, resources and nonVCL. Full Source!
mathfns.zip 4,315 15-11-1998 contains a few extra mathematical functions. Trig functions that will take parameters in degrees, a fudge root function to get round the problem of finding the odd roots of negative numbers, and the Blancmange function which is continuous everywhere
mbconfig.zip 8,108 02-08-1998 easy storing application configuration parameters in registry
mbfpanel.zip 12,550 02-08-1998 Easilly search any table for any field value without one line of code ! With MBFindPanel Search engine You can search for any data with one click or Key.
mbmenu.zip 2,022 19-04-1998 Delphi TMenu + recent file list
mdiimage.zip 1,758 07-03-1998 An MDI-image, whith thanks to Robert Rossmair for his MDI wallpaper component. This is a Improved TImage which can be used on MDI forms and normal forms.
memcheck.zip 21,872 15-08-1999 A debugging tool for Borland Delphi users. Hunts memory leaks, memory corruption, use of an object after its destroying, etc.
memdebug.zip 52,335 07-12-1997 Unit to dump Visual C -like dump of memory leaks to debug terminal via OutpuDebugString API.
mensajes.zip 13,573 19-04-1998 It`s a configurable windows messages which one you can, Insert new Buttons and his text, Insert New answers for the buttons, New Glyphs to message and buttons, Write the caption of the window
menu97.zip 19,771 11-10-2000 This component emulates a windows menu using the office 97 style. In previous version there was no support for keyboard activation (ALT or F10) and for keyboard menu selection, now that's fully supported. Also in previous version the mouse over the menu bar had a wrong behavior, now that problem is also solved. Included also the little icon on the left like in Word97 if the user wants to use that feature. This component is based on TToolbar97 suite of components developed by Jordan Russell, now TToolbar97 is shareware but it used to be freeware. You can download the last version of TToolbar97 from here: http://www.jrsoftware.org/.
menutbar.zip 12,938 10-05-1998 MS Office 97 like menu bar
mfpkg.zip 30,101 16-08-1998 4 components, sensitively reacting to the mouse, derived from TLabel, TPanel, TBevel and TBitBtn.
mfxpan10.zip 6,002 07-12-1997 A Tpanel descendant with function plotti