/*           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 <p>TEllipseBevel is a very simple component designed to display a circle or ellipse bevel.</p> <p>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.</p> <p>For viewing pleasure, bevel is painted in four colors, instead of the usual two (dark and light), giving it smooth and natural look.</p>
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. <UL> <LI> TabfApplicationProperties - Properties and events of global Application and Screen objects.  <LI> TabfAutoRun - Autoexec for your applications.  <LI> TabfOneInstance - Prevents running of second copy of the application.  <LI> TabfShutdown - Easy implementation of shutdown, restart, etc.  <LI> TabfTrayIcon - Places an icon in the system tray (near the clock).  <LI> TabfWndProcHook - Hooker for any window.  <LI> TabfFileStorage - Can store a file in *.dfm resource of the form.  <LI> TabfWav - Plays any system or custom sound.  <LI> TabfThreadComponent - Encapsulation of the tread for easy usage.  <LI> TabfThreadTimer - Timer of milliseconds precision.  <LI> TabfFileOperation - Easy way to perform different file operations.  <LI> TabfStartButtonProperties - Properties of Start Button.  <LI> TabfColorPicker - Simplest way to get color under cursor.  </UL>
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.</br> 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 ([email protected]). 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 <b>RAD</b> components that able you to place small bitmaps (any size) on the left of a TMenuItem <blink>without write any row of code</blink>; a complete <b><i>Design-Time</i></b> 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 - [email protected], 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 <p>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.</p> <p>The actor editor, executable demo, and some actors can be found on the author's home page.</p>
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: <PRE>  TBoCustomEdit   --> TBoEdit   --> TBoCustomDBEdit       --> TBoDBEdit </PRE>
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 <B>TChemString</B> with painting methods and following visual components:<UL> <LI>TChemLabel,<LI>TChemEdit, <LI>TChemComboBox, <LI>TChemListBox, <LI>TDBChemLabel,<LI>TDBChemEdit,<LI>TDBChemComboBox, <LI>TDBChemListBox, <LI>TQRChemText, <LI>TQRDBChemText.</UL> 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. <p>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). <p>+Sample Demos (Source-code only): <p>SpeedTest, a benchmark suite to compare cxpos speed with others' similar libraries. <p>Console Apps:<ul> <li>SR32 (The Real *Fast* Search/Replace), <li>ScanStr (String Collector), <li>Pretty (Filename Formatter). <li>Extra: .DFM Converter.</ul> <p>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. <p>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). <p>+Sample Demos (Source-code only): <p>SpeedTest, a benchmark suite to compare cxpos speed with others' similar libraries. <p>Console Apps:<ul> <li>SR32 (The Real *Fast* Search/Replace), <li>ScanStr (String Collector), <li>Pretty (Filename Formatter). <li>Extra: .DFM Converter.</ul> <p>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 <p>Three components are provided that enable applications to support Windows Explorer file drag and drop. The components are:</p> <ul> <li>TPJDropFiles - This windowed component catches files dropped anywhere over its window. It can act as a container for other components.</li> <li>TPJFormDropFiles - This non-visual component catches files dropped anywhere on its form, including the non-client areas.</li> <li>TPJCtrlDropFiles - This non-visual component catches files dropped on an associated TWinControl or TFrame.</li> </ul>  <p>Key features of these components are:</p>  <ul> <li>An OnDropFiles event is triggered when files are dropped.</li> <li>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.</li> <li>The list of dropped files can be configured to include only files, only folders or all files and folders.</li> <li>Dropped folders can be recursed so that all the files and sub-folders in each of the dropped folders are listed.</li> <li>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.</li> <li>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.</li> <li>The OnBeforeDrop event can be used to do pre-processing before the files are actually dropped.</li> <li>The IsFolder array property tells if an equivalent item in the Files list is a file or a folder.</li> <li>The owning window can be brought to the front when files are dropped.</li> <li>Some design time assistance is provided by component and property editors.</li> </ul>  <p>A Delphi 3-7 OpenHelp compatible help file is supplied. Additionally an a-link keyword file is provided for use with Delphi 6/7.</p>
dd-sysinfo.zip    41,600 09-01-2006 <p>System information classes and associated global variables. Information is provided via:</p> <ul> <li><i>TPJComputerInfo:</i> a static class that provides information about the user's computer.</li> <li><i>TPJSystemFolders:</i> a static class that gets full path of certain system folders.</li> <li><i>TPJOSInfo:</i> a static class that provides information about the Windows operating system including platform, product and edition, service packs, version numbers, product ID etc.</li> <li><i>Global Win32XXX variables:</i> extra variables to those provided by the SysUtils unit that provide extended OS version information on later NT platform OSs.</li> </ul> <p>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.</p> <p>The <i>TPJSysInfo</i> component and a set of functions that were provided in earlier versions of the unit are also included but are now deprecated.</p>
dd-wdwstate.zip    48,372 19-12-2005 <p><em>TPJWdwState</em> and <em>TPJRegWdwState</em> 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:</p> <ul> <li>The components can automatically restore and save window state when the program starts up and closes down.</li> <li>The user can provide an event handler to change the stored window's state, size and position  values before the window is restored.</li> <li>The components can be instructed to always display a window in the normal state regardless of the saved state.</li> <li>The window's saved size can be ignored and the form's design size used (useful for dialog boxes and fixed size windows).</li> <li>The window can be kept within the current work area of the desktop.</li> </ul> <p><em>TPJWdwState</em> stores window information in an ini file while <em>TPJRegWdwState</em> uses the Windows registry.</p> <p>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.</p> <p>A property editor is provided for editing HKEY values (such as the registry root key property of <em>TPJRegWdwState</em>). This editor is also available separately.</p>
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.<BR> 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.<BR> <b>Use the files on you own risk.</b>
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<br> 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 <p> TDLPortIO is a wrapper for the free DriverLINX kernel mode driver. It allows full port IO under Windows 95/98/NT. <p> 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. <p> Compatible with the shareware package TVicPort. <p> 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:<BR><UL> <LI>Enables COM drag-and-drop of files, folders, text, bitmaps and URLs between applications. <LI>Copy, Move and Link operations. <LI>Clipboard support. <LI>Drag image support. <LI>Automatic scrolling of the target window during the drag operation. <LI>Relatively simple to derive custom drag-and-drop components to support other data formats. <LI>Extensive help file and detailed demos. <LI>OS compatability: Windows 95, Windows 98 and NT4.</UL>
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:  <UL> <LI> DsCheck Release 1.1 <LI> DsGroup Release 1.2 <LI> DsRadio Release 1.1 </UL>
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.<BR>Present unit:<BR>DirectX unit DirectX 6 (DirectX 6 SDK)<BR>DShow unit DirectShow (DirectX Media SDK 5.1)<BR>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.<BR> 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.<BR> Full help and demo included.<BR> It needs <A HREF="http://www.gemini2k.com/sparksoft">Expression parser 3.1</A> 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<BR> 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.<BR> 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 <b>Fast </b> assembler based routines for finding / replacing text within large strings, + many other string based routines.<br> <br> <font color=red>8 hours</font> for stringreplace to complete, <font color=red>1.5 seconds</font> 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: <UL> <LI> multifolder-multifiles copy  <LI> wild cards allowed on sourceFile and targetFile properties  <LI> full event-driven messaging on errors, copy progresses and overriding behaviors  <LI> the memo property is ready made to attach a TMemo component to trace copy events </UL>
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. <P> FIB+ library is based on FreeIBComponents library that is written by Gregory Deatz. <P> FIB+ features: <UL> <LI> IB 6.0. Support (For all Delphi versions)  <LI> Full-functional work with array fields.  <LI> Local data filtering in FIBDataSet  <LI> The possibility of work with Origin and Domain for a field that allows to write more flexible data handling  <LI> The possibility of watching and breaking off the process of records fetching from a server (fetch).  <LI> Support of macroses in SQL.  <LI> Additional events during work with transactions.  <LI> The possibility of records locking on a server while editing  <LI> The possibility of saving of connection options in a system registry.  </UL>
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 <B><P>Fin_Calc.exe</B> is a Financial Calculator,  that calculates various types of time-dependent financial transactions related to:</P>  <UL> <B><LI>Mortgage</B> (Regular payment &amp; Detailed payment schedule);</LI> <B><LI>Loan</B> (Payment, Principal &amp; Term of Loans);</LI> <B><LI>Investment</B> (Final Value, Initial Principal, Interest Rate &amp; Investment term of Term Deposits or GICs);</LI> <B><LI>Annuity with Withdrawals</B> (Principal, Withdrawal amount, &amp; number of withdrawals); </LI> <B><LI>Annuity with Deposits</B> (Final Value, Regular deposits &amp; Annuity term).</LI></UL>  <P>Context sensitive Help File (Fin_Calc.hlp) is included.</P>
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 <b>not</b> on the library path; <i>visually</i> edit the Delphi 3 library path <I>without</I> 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. <br> What's <b> New </b> ? </i>  <br> We have added some GREAT features for you in FormRead 1.5! <OL> <LI> <b>Syntax Highlighting  </b>: We've added Delphi-like Syntax Highlighting so you can view your forms in a better manner. <LI> <B> Visual Viewing </B> : You can now view your form Visually too! Click the View as Form button and you can see your form as a window. </OL>
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. <p><b>Hot Label (TOHHotLabel)</b><br> Useful when you want to be informative like the standard label but also be seen to react to mouse clicks. </p> <p><b>URL Label (TOHURLLabel)</b><br> A label that behaves like a link in HTML. </p> <p><b>Symbol Label (TOHSymbLabel)</b><br> 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. </p> <p><b>Readout Label (TOHReadoutLabel)</b><br> 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. </p> <p><b>List Label (TOHListLabel)</b><br> The List Label simplifies the display of a static list or grid of values. </p>
frfull.zip     987,242 21-06-1999 FormRgn components library.<BR> his library is designed for non-rectangular windows creating. Consist of following components: <UL> <LI> TFormRegion  <LI> TCaptionRegion  <LI> TTextExtRgn  <LI> TPictExtRgn  <LI> TMenuHotSpot  <LI> TSystemButton  <LI> TCaptionText  <LI> TFRManager  </UL>
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<BR> 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<br> <a href="http://www.murtsoft.co.uk">www.murtsoft.co.uk</a> with the following features... <ul> <li>Canvas based (i.e. not banded!) to give the developer full control</li> <li>Full WYSWYG preview with zooming, panning and many more features</li> <li>Rich text preview/printing component</li> <li>TStringGrid preview/printing component</li> <li>Generate page thumbnails</li> <li>TTreeView printing/preview component</li> <li>Avery label printing component</li> <li>plus much, much more!</li> </ul> <p>Demo's, Tutorials and FAQ's can be found at <a href="http://www.murtsoft.co.uk">www.murtsoft.co.uk</a></p> <p>Demo source code available from the website<a href="http://www.murtsoft.co.uk"></a></p> <p>Subscribe to the GmPrintSuite mailing list at the website by<br> clicking on &quot;New User&quot;</p> <p>Let me know if you would like any information regarding these<br> components. </p>
gNutViewer.zip    29,253 30-07-2000 A working experimental shell based on CapnBry's transport encapsulation for easy development of derivatives. <BR> <I>... 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...</i>
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 <B>animate</B> 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.<P> 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<br> It provides a simple way to <b>parse and <u>update</u>!</b> any <b>HTML data</b> (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.<br> Check out the <u>sample demo included</u>. <br>new in <b>version 1.0</b>:<br> - fixed adding empty lines to Tag.Params<br> - changed class name from TParser to THtmlParser<br> - 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 <P>IconEdit.zip (ver 3.10) contains: </P> <OL> <LI>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. </LI> <LI>TLsIconExplorer - is an executable utility program that demonstrates all features and functions of the TLsIconEditor. Please refer to Readme.txt for further information.</LI></OL>
icq.zip        170,332 19-08-2002 TICQClient <BR> Features: <UL> <LI> Logging to server & status changes <LI> Managing contact, visible, invisible lists <LI> Retrieving server side contact lists <LI> Searching users by UIN, Email, Nick or Random Group <LI> 'White Pages' <LI> Getting user's info <LI> Setting info about yourself <LI> Registering a new UIN <LI> Unregistering the existing UIN <LI> Changing the current password <LI> Sending/receiving various types of messages and URLs <LI> Auto-away messages support <LI> Supporting the direct connections <LI> Sending/receiving contact & contact requests <LI> Importing messages, urls, contacts & owner's info(including password) from ICQ(2000x, 2001x, 2002a) <LI> Dumping all incoming/outgoing packets <LI> SOCKS4, SOCKS5 proxy support <LI> Help in English and Russian languages <LI> Native Delphi code, fully freeware! </UL>
id3tag.zip       4,451 04-06-2000 Yet another ID3 Tag Component.  Based on the program written by Sergio Freue <[email protected]>.
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:<BR>1. +, -, *, /<BR>2. IIF( <expr> <operator> <expr>; <expr>; <expr> )<BR>3. User-define function in format: NameFunction( <expr> [, <expr> ...]) 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<BR> <UL> <LI> TQueryByFilter  <LI> TQueryBySQL </UL> To use above components you have to install <b>TKbmMemTable</b> 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: <BR>... use prevalent JMS technology for communicating among processes; <BR>... use best understanding of modern JMS methodics for creating your applications; <BR>... make communicate among processes written in different programming languages (Java, C++, etc.); <BR>... use freeware products. <br> Complete package contains: <ul> <li> jmsAPI - declaration of the JMS API; <li> jmsSMQ - concrete implementations of the JMS API for SonicMQ 4.0.2; <li> examples - source code of JMS Library and SonicMQ server usage examples. </ul> 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 <BR>KAAdo is about 90% compatible with KADao <BR>Features: <BR> 1. Create, Repair, Compact, Encrypt Access'97 and Access'2000 MDB files <BR> 2. Create tables, add indexes, and fields to existing tables and so on. <BR> 3. Work as a Table an Query Component supporting both Queries and QueryDefs <BR> 4. Compatible with all data aware controls <BR> 5. Master/Detail support <BR> 6. Locate, Lookup  support <BR> 7. Find_First,  Find_Next, Find_Last, Find_Prior <BR> 8. Seek_Nearest, Seek_NearestEx <BR>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. <BR>It is the first freeware component to completly access all databases <BR>supported by Microsoft DAO (Data Access Objects) including mdb, <BR>xls, dbf etc.. <BR>BDE is not required. Microsoft(r) DAO(tm) must be Installed in order <BR>component to run. <BR>Support for both Microsoft(r) Access'xx-Access'97 and Microsoft(r) <BR>Access'2000-2002. <BR>Features: <BR><LI> 1. Create, Repair, Compact, Encrypt Access'97 and Access'2000 <BR>MDB files <BR><LI> 2. Create tables, add indexes, and fields to existing tables and so on. <BR><LI> 3. Work as a Table and Query Component supporting both Queries <BR>and QueryDefs <BR><LI> 4. Compatible with all data aware controls <BR><LI> 5. Master/Detail support <BR><LI> 6. Locate, Lookup  support <BR><LI> 7. Find_First,  Find_Next, Find_Last, Find_Prior <BR><LI> 8. Seek_Nearest, Seek_NearestEx and many more ...
kadaocontrols80.zip   130,633 02-06-2003 <BR>KADao Controls is a set of visual freeware controls for KADao <BR>KADao Controls can be used only with KADao v 7.2 or higher <BR>KADao Controls include: <BR>KADaoDBGrid - Just link it to a KADAOTable and you get a profi app!, <BR>KADaoSortByButton, <BR>KADaoFilterByButton, <BR>KADaoFindButton, <BR>KADaoSeekButton, <BR>KADaoSelectIndexButton, <BR>KADaoCVFButton, <BR>KADaoDateTime, KADaoDbGUIDEdit <BR>KADaoExportButton, KADaoDBColumnCheckListBox,KADaoDBColumnListBox, <BR>KADaoSearch,KADaoDBColumnCombo,KADaoDBStringList <BR>KADao Controls gives the final user power to do <BR>proffesional things with a single click
kadaope.zip    258,682 09-09-2001 <BR>KADao Personal Edition (PE) is a native DAO component for users of Delphi 5 and 6 Personal editions <BR>It is created in a way that without TDataset to accces all databases supported by MS DAO <BR>KADaoPE  is a set of components to use with Microsoft(r) DAO(tm) Engine <BR>KADaoPE  is FREE for commercial and non-commercial use i.e it is absolutely free! <BR>KADaoPE  is intended to be used with direct COM access to DAO <BR>KADaoPE  comes with no support of any kind. <BR>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 <F1> to <F10> 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 :<BR> <OL><LI><B>Standard Components</B><BR> <BR> <UL> <LI><B>TKNGLabel</B> : An enhanced Label component which allows to draw a Bevel Border around it (using the TKNGBevel class).<BR>The label also has an OnMouseEnter and an OnMouseLeave event !</LI><BR><BR> <LI><B>TKNGURLLabel</B> : A label which descends from the TKNGCustomLabel components, so it also supports the Bevel settings.<BR>In addition it sopports Hiperlinks to Web Pages and E-Mail</LI><BR><BR> <LI><B>TKNGPanel</B> : A descendant from TKNGCustomPanel, which also supports the Bevel Settings and the OnMouseEnter and OnMouseLeave events.</LI><BR><BR> <LI><B>TKNGEdit</B> : A TEdit component for which you can set the Backgroundcolor and FontColor for the Disabled Status and the Focused Status.</LI></UL></LI><BR> <LI><B>Data Aware Components</B><BR><BR> <UL><LI><B>TKNGDBNavigator</B> : An enhanced DBNavigator. It descends from the TKNGCustomPanel component so it has the functionalities for the Bevel and such.<BR>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.</LI><BR><BR> <LI><B>TKNGDBText</B> : 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.</LI><BR><BR> <LI><B>TKNGDBStatusLabel</B> : A Simple DataSet Status Label. It will display the state the dataset is in as well as the FilterState</LI><BR><BR> <LI><B>TKNGDBLookupLabel</B> : A simple Lookup Label component which has all the functionality of the TKNGLabel component.</LI></UL></OL> <BR> 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: <BR> 1. LaydockButton - Standart BitBtn button + gradient paint + Glyph<BR> 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 plotting capabilities
mhz.zip          1,677 14-06-1998 Speed in Mhz. of microproc
minitbd3.zip   730,670 15-11-1998 MiniTable is a TDataSet descendant that is BDE independant   and is intended for single user access where the BDE would   be excessive. It suppports multiple field types (not blobs yet),   indexes, filtering etc. Now with table restructuring also.
mled5x7.zip    150,531 05-04-1998 a extended dot matrix display. You can built complex display   lines easely.
mlupdsql.zip    21,973 16-01-2000 This component is similar to the TUpdateSQL component but is capable of executing multiple statements in one go.
mmjlink.zip     20,411 15-11-1998 TMMJLink componet is a Label component that can display 3D text, gradient fill the background of label, and lounch your default browser in order to navigate to specified Url, or send e-mail to specified e-mail address.
modbc.zip      236,694 12-12-1999 ODBC data aware components: TmDataBase, TmTable, TmQuery, TmStoredProc. Features: <UL>  <LI> ODBC 3.0 support <LI> editing query via  <BR>a) internal update,insert,delete (not every drivers support it)   <BR>b) use SQL statements ( like TUpdateSQL ) <LI> Blob fields and parameters <LI> ForwardOnly cursors (only with ODBC cursor library) </UL> NOT supported: Transactions  (you can use SQL statements) & cached updates
moon.zip         9,445 07-03-1999 A simple component which shows you the current phase of the Moon
mousebar.zip     2,609 27-09-1998 the Trackbar from Delphi 3 now with the properties  ONMOUSEDOWN and ONMOUSEUP
movpanel.zip   252,012 11-04-1999 TMovedPanel component can scroll ANY controls droppend on it ( even animated ). Panel can be scrolled into various directions:   LeftToRight, RightToLeft,  TopToBottom, BottomToTop, HorzBall, VertBall, RandomBall.
mpanel32.zip    10,434 14-06-1998 TMDIPanel is an component which lets you design comfortable dialogs and toolbars without using different forms.This component is descended form TPanel but offers the developer and user a wide number of� functions and abilities.TMDIPanel supports movi
mpdltree.zip     4,443 25-04-1998 TMPDelTree, the Deltree command for Delphi 3, with  OnProcessFile-Event (where you can stop deleting the tree)
mpp.zip        375,976 20-09-1998 ModPlugPlayer Component - it is a delphi wrapper class around dll found in "MOD PLUG plug in" by Olivier Lapicque
mprtinfo.zip   258,901 17-10-1999 By Marco Mutti. This component let you access to Windows95/98 -AND- NT  structures containing virtually any information provided by the system about installed printers and their pending jobs. Structures available are: PRINTER_INFO_1, 2, 3, 4 and 5, DEVMODE, JOB_INFO_1 and 2 (see Win32 online help for details), plus some obvious properties (installed printer names list, selected printer name and index in the list and so on). Methods to pause, resume and clear printers and jobs, some printer configuration dialogs. Events to monitor printer and printer jobs status changes.
mrdbedit.zip     4,023 15-11-1998 DBAware version of the TEdit97 from the famouse Toolbar97 componentpack
mrnet.zip      183,357 25-04-1998 A short program to clean unused files, specially when programming with Delphi. This new version when it is started, verify the system language and startup in the proper language (french or english).Un logiciel pour nettoyer les fichiers inutilis�s sp
msagent.zip    196,077 31-05-1998 It's a (very) quick and (therefore very) dirty implementation of an instance of the MS Agent Server manipulatable by Delphi
msautil.zip     22,323 29-03-1998 Repair & Compact component for Microsoft Access (mdb) files
msconv.zip      14,166 20-09-1998 A unit to import and export Office formats to and from a RTF.  That is, import and export Word-docs, HTML, WordPerfect,  etc.  The demo-app uses the RichEdit98-component, also on DSP.
msgbox.zip     132,027 17-05-1998 The TMsgBox component (Function) makes a Message dialog available to your application.  The purpose of the dialog box is to let you specify the look of a message box without a lot of code
mssqlsrv.zip    12,196 25-04-1998 Accessing SQL-Server without ODBC and BDE. You need only the DLL  NTWDBLIB.DLL from client package of SQL-Server
mstree.zip      41,099 14-06-1998 A TreeView that implements MULTISELECT abilities.
multiclb.zip     8,051 15-02-1999 TListBox with a free choosable number of CheckBoxes per entry
mvgrid.zip       2,523 21-06-1997 String grid modified to allow marking of cells and storing of  hidden variant data in each cell.
mwheel.zip         957 15-11-1998 Provide a simple component for using the mouse wheel on the  Microsoft Intellimouse (and compatible) for scrolling  onscreen controls.  Delphi 3, Windows 98/NT 4.0.
mxcrypto.zip    60,606 07-12-1997 MxCrypto is a component for Borland Delphi (TM) ver. 2.x and 3.x for file encode operation (max lenght 2Gb). It implement an hybrid algorythm that uses two key and two alphanumeric offset
mxoutd5.exe    441,638 23-07-2001 TmxOutlookBar Component.<BR> Key features: <UL> <LI> Supports look and feel introduced in Microsoft Office 97 <LI> Scrolling headers <LI> Icon highlighting and positioning <LI> Small and large icons <LI> Gradient, normal and tiled bitmap backgrounds <LI> Works in design time <LI> Header tabs can have individual font, alignment, color </UL>
myip.zip       114,771 01-02-1998 This small utillity demonstrates how to get you assigned ISP   IP address, how to make transparent windows and how to   remove the TaskIcon. Full source included (Delphi 3) and   also a compiled exe, if you just want use this utillity.
Mylog.zip        2,962 28-04-2003 This component provides a tool to log events as required in most real time/desktop  applicatons to the hard drive. The features includes: TimeStamp event To 1/100th Seconds, Precise Disk access control (Immediate save or delay), Long or short date format and a definable Number of active lines on screen buffer to enhance memory usage.
MyNetWorks.zip    42,228 26-05-2003 MyNetWorks component can: <UL> <LI> Get Domains list <LI> Get domain group list ( with additional info ) <LI> Get domain users list ( with additional info ) <LI> Get domain computers list. All registerd or all curently working. ( with additional info ) <LI> Get PDC, BDC, SQL, WKS, SRV lists separately ( with additional info ) <LI> Get transport for a given computer ( with additional info ) <LI> Get current computeer name (on local computer) <LI> Get current user name (on local computer) </ul> All functions are customizable by many parameters
nccled.zip     194,666 15-11-1997 Led component. A Panel with ledstylish Text (any windows font, support 2Byte font) & ledstylish Bitmap and Animation (Scrolling, Flashing) Demo EXE included.
nchsg20.zip     23,211 13-09-1998 Component to use a Child Growth chart in your application.    Weight for Age, Weight for Stature/Length, Stature/Length   for Age. New feature: includes function to calculate z-scores  from data. Very handy for nutricional scientists.
ncoci8.zip     643,796 14-01-2001 This is a component library for direct access to Oracle8i server. Now set includes 7 core components: TOCIDatabase            - analog of TDatabase TOCITransactionManager  - transaction management TOCIQuery               - analog of TQuery TOCIStoredProc          - analog of TStoredProc TNCSQLMonitorClient     - client of Borland's SQLMonitor TOCIUpdateSQL           - analog of TUpdateSQL TOCISequence            - interface to Oracle sequences TOCINestedDataSet       - analog of TNestedDataSet and 5 companion components and 1 expert. Help available.
netinfo.zip      2,995 25-01-1999 Gets the MS-Client network configuration data by reading out the values in the registry. Provides Computername, Workgroup, Comment, NT-Domain-Name. Freeware with source.
NIC_Info.zip   182,604 14-08-2000 Demostration of how to retrieve ALL Network interface card IP, subnet masks, broadcast addresses, with interface status flags. Example program exe included.
nikkelen.zip   115,027 14-11-2000 The DelphiZlib package contains a TGzip, TCrc32  and TAdler32 component. Now you can add GZip, Gunzip, Crc32 and Aler32 functionality to your programs. The code uses the Zlib library and is therefore free from any licences. No dll's are needed. Note that this package used to be called DelphiGzip.
notify11.zip     7,023 25-04-1998 Simple example using Alex Staubo's extended MAPI header   conversion.  Illustrates registration for new mail notification   for default message store and enumeration of folders within   root folder.  Delphi 3.01 only. This version corrects a minor  e
ntfyicon.exe   546,389 26-11-2000 Notification Icon is a non-visual component for Delphi. It allows you to add an icon of your choice to the taskbar notification area (also know as the tray), you can supply a popup menu and animate the icon. Special features: Includes balloon hint features from Windows 2000 which also works on Windows 95/98/NT, Features to automatically hide application from taskbar. Postcard ware for individuals, shareware for companies (See http://www.tanis.dk/notificationicon for details). Delphi 3, 4 or 5. Installation program.
ntreg.zip       21,864 15-03-1998 Replacement for TRegistry. This unit fixes the problem of not being able to make changes to the registry under Windows NT when logged in as someone without  Administrative rights.
ntrmtdte.zip     7,770 31-01-1999 NTRemoteDateTime component returns the time of day information from a specified server
nuclock.zip    247,718 26-11-1997 NuClock is another analogue clock component with many  published properties. Demonstration source included. A   master/slave feature allows many clock displays without   running out of system timers.
num2txt.zip     21,132 25-04-1998 Component that converts a numeric value for extensive (Portuguese)
num2word.zip    16,573 30-11-1997 This component converts long integer numbers into UK-English.
numconv.zip      7,163 02-08-1998 The Component convert the numbers one of Numerical System to an other Numerical System.
NyBck.zip       13,542 30-09-2001 Export and import whole database to the text files And Binary file. Memo and BLOB fields are also supported. <BR> This compenent TPgCSV (Khashayar Sadjadi ([email protected])) And KDatabase Export pack ([email protected]) Combined.
objpol.zip      36,291 19-01-1999 New TObjPol 2.0 permit to build vectorial layers with a picture as background. It has all the events to recognize the mouse's events inside the vectorial figure. Also it has zooming  properties and a nice Drag&Drop Zoom. Try to believe.
obj_insp.zip    13,213 12-09-1999 This is an component to browse the published properties of any Object thats inherited from TPersistent: TObjectInspector. It is similar to the Delphi-Objectinspector. You are able to change the object properties at Runtime.
odge.zip       128,284 25-04-1998 Picture property editor displaying all images in one scrolling  area ( resource friendly ). Image effetcs (pixel format change,  convert to gray; rotate). Favorite folders manager, and a lot of  options.
oledgdp.zip      7,987 23-02-1998 A simple wrapper component to implement OLE Drag and   Drop on any TWinControl descendant.
oledrop.zip     10,169 12-11-1997 Drop from the Explorer into a Delphi application. Implemente a (simple) Ole drop interface IDropTarget for sending drop messages to any TWinControl
onchange.zip     2,843 04-10-1997 TIntOnChange is a like Integer Variable that has  BeforeChange and  AfterChange events and progressive statistical values.
one_inst.zip     3,204 04-10-1997 Sample program which prevents a user to start more than one  instance of an application. Runs on Windows NT 4.0
onlinec.zip    187,668 06-08-2000 Useful program that reports your time on-line, counts the fee(s). It has a logfile and a budget-planner. ( In future versions if ne1 wants them )
opack1_1.zip    41,445 12-02-1998 OpenPackage 1.1 is a very simple expert. It just creates in   the Delphi 3 'File' menu, a Menu Item named 'Open Know   Packages' where you can directly open Package Source Files   (.DPK). It Displays all the .DPK Know Packages.   OpenPackage is Free!
OpenAliasDialog.zip    32,919 26-11-2000 This component allows you to inherits a Open Dialog box like Delphi Database Desktop have. It is a TComponent descendent so it have built-in from scratch all common open dialog box functionality + it allows you to select the alias name to fetch all files contains by this.
opendsf1.zip    28,561 07-12-1997 OpenDSF is a very simple expert. It just creates in the Delphi 3 'File' menu, a Menu Item named 'Open Delphi  Source Files' where you can directly open Delphi Source Files.  OpenDSF is Free!
openrdlg.zip     3,169 05-09-1999 TMyOpenReportDialog 1.0  - displays a modal Windows dialog box for selecting and opening QuickReport files. This component is just like TOpenPictureDialog.
oplan091.zip   712,083 13-02-2000 Oxygen Plan Library contains a TOxygenPlan component and a number of classes to build various INTERACTIVE plans. Plan is composed of fully customizable objects. You get the full control over all objects behaviour in run-time. Built-in plan editing capability, multiple layers support, objects blinking, highlighting and animation. You can expand the possibilities of Oxygen Plan Library by creating your own plan objects. Support for WMF, BMP, ICO, JPG and GIF (including animated) graphics. Version 0.91, freeware, includes 100% source code and Oxygen Plan Editor demonstration program.
orimage.zip    750,356 07-04-2003 TOrImage component is a TImage that allow programmer to change picture characteristic: Brightness, Contrast, Lightness, Darkness, Color saturation and add some grafic effects in design and run time, togethe or by ones.  To set picture characteristic and grafic  effects in design time your can use property editor or Object Inspector directly.  TOrImage support any of register in your Delphi grafic files format: *.jpg, *.bmp, *.gif, *.wmf, *.ico and other.
ot14.zip        77,116 23-08-1999 "Image Manager" and "Icon Manager" are property editors for Delphi IDE. Very usefull components to manage your big image/icons archive. Simple and powerfull. You should have it.
OTExTrackBar.zip     2,430 31-01-2002 Improved version of TTrackBar component.
outltb.zip      13,511 14-05-2000 Component for Outlook 97/2000 Access...<BR> Like Contakts, Mails, Apointments...
oxconfig.zip   125,771 02-08-1998 Configuration program for OXQuickOpen Add your own search paths
oxqopen.zip     15,105 14-06-1998 Finds and opens files in Delphi IDE quickly. Searches  VCL source and other paths. Overrides Cntrl-Enter function.
painter.zip    781,911 02-08-1999 freeware game written in delphi 3.0
paintgrd.zip    32,181 17-02-2003 Paint Grid Components.<br> The package includes two components: PaintBoxGrid and BitmapGrid<br> for construction of dynamic grids by auto scaling and decent numbering for drawing 2D charts on it.<br> Numbering happens by ranges of 1eX, 2eX and 5eX from zero.<br> Also there are Events for Labels modification possibilities.<br>
panbuts.zip     23,661 12-12-1999 <B>TPanelButton</B> is a button which can have multiple controls on it. It maintains  simliar functionality to TButton. The main difference is that Controls (labels, Images, GlyphControls etc.) can be dropped onto the TPanelButton at design time.<BR> <B>TGlyphControl</B> is a TGraphicControl which can set different images from glyph - for Enabled and Disabled states. You can drop TGlyphControl object on any form: Panel, TPanelButton etc., load glyph from  Delphi/images/buttons/, and set Enabled or Disabled state.
Paradox.zip     14,123 18-08-2003 The TParadox component allows you to read a Paradox 4+ table without using the BDE. It's short (adds no more than 11K to the program, less if you're already using File I/O), fast (faster then TTable + BDE), and simple (needs only the Paradox.pas file). Reads all Paradox field types except BCD fields. Cannot insert or delete rows. TParadox.FindKey can find a record using the Primary Index, but it can't use any secondary indexes. Written in Delphi 4, but should be compatible with Delphi 3, 5 and 6. Support for Blob (memo) fields and update (in-place) of alpha fields. Sample application and table included. Read comments in the .pas file for more info.
parsetxt.zip   146,560 23-12-1997 TParseText component
parsv1-2.zip   149,513 03-01-1999 Version 1.0 : TParameter is a component that handles command line parameters and switches. Has properties (TStringlist) and  events for Parameters, and Switches used. NEW in Version 1.1 : each Parameter and Switch may have a Sub-Parameter ( Reference ). NEW in Version 1.2 : may handle not only the own Prog-Params - also pre-defined or redirected ones from other Programs.
passcryp.zip    47,483 30-08-1998 Simple component which implements Crypto API function to generate a hash of a string. Good for storing password information in encrypted form inside tables
pathed35.zip    73,351 01-02-1998 A search Path editor that doesn't require you to restart delphi for the changes to take effect and gives you the source so you can see for yourself how it is done. Uses  techniques similar to those used in CodeRush (Raptor).
PathList.zip    37,740 07-01-2003 PBPathList is a component that makes it easier to use to the Windows built-in shellfolders. Depending on your Windows version it makes a list with 20-40 paths. The individual paths can be called like: PBPathList1['%PERSONAL%']. The component can simulate paths not present on the system. Included is the free 'SHFolder.dll' which let you access shell-folders on older systems - even those not defined. You can build system-independent paths like '%PERSONAL%\MyFolder' and get the actual path at runtime. You decide the case of the returned paths: pcDontCare, pcLower, pcUpper, pcUpperName (First letter upper - the rest lower). Also included are some functions to work with paths: 'DisplayPath', 'FullPath', 'CreateShellfolder' and 'UpperName'. Version 3.00.00.00 can also get the displaynames of virtual folders. Version 4.00.00.00 has been optimized by dynamically loading 'SHFollder.dll' and only making one list even if you have several PBPathList components in your application.  Context-sensitive help is included. Compiled demo can be download from my homepage.
pathsel.zip      7,359 15-06-1999 An extended replacement for the built-in Delphi function SelectDirectory.  Provides a simpler Dialog where the user is only required to select or enter a path.
pathwiz.zip      8,902 09-06-1997 PathWiz is a Delphi 3 expert that allows you to edit your  library search path where you can see it all at once, and you  may happily keep entering them without concern for the 255  character limit.
PBClip.zip       4,606 08-11-2004 PBClipBoard is a small component that monitors the clipboard. It has only one property, the 'Onchange' event, that triggers whenever the contents of the clipboard changes. Use it to automatically enable/disable 'Paste'-buttons or to view the contents of the clipboard.  How to use: Drop a PBClipBoard component on the form. Write an Onchange event-handler to enable/disable the paste buttons. That's all.
pbench.zip      25,309 02-08-1998 The Machine Speed Benchmark. This program calculate the Machine Speed Index which is an average from several math calculations.
PBPreviw.zip    30,349 08-11-2004 PBOpenPreviewDialog and PBSavePreviewDialog are FREEWARE Open/SaveDialog-components for Delphi with universal Preview (Preview of YOUR files). The main property is OnPreview event where you can write code that displays YOUR file the way you want. Two propertys PreviewText (TRichEdit) and PreviewImage (TImage) makes it easy to preview any kind of file. PBOpenPreviewDialog can display preview for 'txt, ini, inf, bat, log, pas, dpr, dpk, rtf, wav'-files and all graphics-formats without writing any code. Automatic localization (language) of the dialogs captions, title and hints without external files - detected at runtime - follows the Windows-language. Users can click a 'Scale' or 'Wordwrap' button to display or hide scrollboxes. For registered filetypes that are not supported the filetype-descriptions are displayed. A Show-Preview button makes it possible to show or hide previews. Version 3.00.00.00 Does not use the registry - windows NT/2000 safe. Context-sensitive help is included. Compiled demo can be downloaded from my homepage.
PBPrintS.zip    45,109 08-09-2005 TPBPrinterSetupDialog is a TPrinterSetupDialog component with capability of getting/setting printersetup-values (orientation, papersize etc) at designtime and runtime. Settings can be saved so users don't have to setup the printer every time they run your program. Standard PrinterSetupDialog is used as propertyeditor. At runtime you can switch between 4 setuptypes: stDefault (like standard PrinterSetupDialog), stInitial (settings set at designtime), stSaved (user defined settings saved) and stUser (settings set when the dialog has executed). AutoSave and ForceInitialSetupValues.  Version 6.00 supports long printernames for Windows 2000/XP.  Version 3.00 has a small unit that, when installed, automatically saves and reloads the printersetup in Delphi (for instance to print code in low quality).  Context-sensitive help is included. Compiled demo can be downloaded from my homepage.
PBWatch.zip     71,287 08-11-2004 PBWatcher is a supplement to the Delphi Watch debugger. Watch variables and expressions inside/outside the Delphi environment at both runtime and designtime with/without breakpoints. Use it anywhere in your code, even before any forms are created. Easy to At designtime it acts as a Delphi add-on and at runtime it acts as an add-on to your application. Settings are automatically saved and loaded. Save/load/print and search the watchlog. AutoSave. View one line per variable or add continuously. Change settings (show/hide watchwindow, enable etc.) at designtime/runtime. Watch for instance local variables and timerevents/paintevents realtime without breakpoints. Debug your components designtime/runtime interface. Help-file is included. Version 10.00.00.00 split into design/runtime package - makes designtime watch easier.
pcomp.zip      281,622 13-09-1997 Properties editor component, this component allow to modify component properties at runtime, very usefull to create  customizzable program.
PDJ_Button.zip    37,811 25-02-2002 PDJButton is SpeedButton-like component with additional properties:<BR> a.. Two different glyph: Glyph and GlyphHot<BR> b.. PopupMenu: Show selected PopupMenu on event Click<BR> c.. PlayMusic: When mouse in position<BR> d.. Style: Flat (like SpeedButton), Default (like BitBtn), FlatDot, FrameLowered, FrameRaised, None (noMargin), Raised, RasiedDot<BR> e.. PositionPopup: puDown, puLeft, puRigth<BR> f.. HotTrack with ColorHotTrack<BR> g.. Color<BR> h.. HelpContext<BR> i.. Hint in two line, ButtonKind (like BitBtn), MarkMenu, Cancel and Default, TabStop, ShowFocus (Show or Hide Focus frame on TabStop), Margin (solid or dot style)<BR> j.. Change color for margin (LeftTop, RightBottom).<BR> k.. Repeat<BR> <BR> Exe-demo included
PDJ_Check.zip     7,613 09-09-2001 CheckBox which allows to use <BR> a.. ImageType: 7 different glyph<BR> b.. Style: bvNone, bvLowered, bvRaised, bvRound, bvSimple<BR> c.. ColorFont: ColorFontIn, ColorFontOut<BR> d.. PlayMusic: Play music on event Checked / not Checked<BR> e.. MultiLine Hint: When mouse in position<BR> f.. Flat<BR> g.. Transparent
PDJ_ComEdit.zip     3,711 28-09-2001 TEdit component with additional TSpeedButton. Button of TPDJComEdit have property:  <UL> <LI> ButtonGlyphKind ( 15 different Glyph ) <LI> ButtonGlyph <LI> ButtonCaption <LI> ButtonHint <LI> ButtonFlat <LI> ButtonCursor <LI> ButtonGlyphLayout </UL>
PDJ_DBCheck.zip    18,085 25-02-2002 DBCheckBox which allows to use:<BR>   a.. ImageType: 7 different glyph<BR>   b.. Style: bvNone, bvLowered, bvRaised, bvRound, bvSimple<BR>   c.. ColorFont: ColorFontIn, ColorFontOut<BR>   d.. PlayMusic: Play music on event Checked / not Checked<BR>   e.. MultiLine Hint: When mouse in position<BR>   f.. Flat<BR>   g.. Transparent
PDJ_DBComEdit.zip     3,698 30-09-2001 Data Controls component DBEdit with SpeedButton.<BR> Button have property glyph, custom or ButtonGlyphKind (15 different Glyph). ButtonCaption, ButtonHint, ButtonFlat, ButtonGlyphLayout, ButtonCursor
PDJ_PCheck.zip    11,489 25-02-2002 Components TPCheck (CheckBox )<BR>   a.. ImageType: 7 different glyph<BR>   b.. Style: bvNone, bvLowered, bvRaised, bvSimple<BR>   c.. HotTrack (change Color and FontColor when Mouse Enter)<BR>   d.. PlayMusic: Play music on event Checked / not Checked<BR>   e.. MultiLine Hint
PDJ_RotoLabel.zip   209,003 09-09-2001 Rotation text from 0 to 360 Degrees <UL> <LI> property Text3D draw text with 3D Effect <LI> property Transparent <LI> property Align </UL> Component work only with True Type font
PDJ_Scrollers.zip    12,699 30-09-2001 Contains two components <b>TPDJScroller</b> and  <b>TPDJScrollBar</b> (ScrollBar).<BR> Properties FlatStyle, Colors for Band, Button and Thumb MultiLine Hint <BR> Property OnClick for scroll buttons<BR> Show text position (property only for TPDJScroller).
PDJ_Shortcut.zip    17,908 30-09-2001 Makes Shortcuts for Yours Application on Desktop and Shortcuts in StartMenu.<BR> Your have options for propose name SubDirectory in StartMenu.<BR> Demo exe included.
PDJ_SillyLabel.zip     4,531 09-09-2001 Enchanced label with ability to draw various kinds of gradient while Mouse cursor is over it.
PDJ_SillyTools.zip     7,768 09-09-2001 Package have 3 components:<BR>  - PDJSillyRadio<BR>  - PDJSillyGroup<BR>  - PDJSillyRadioGroup
PDJ_StartUp.zip    16,072 30-09-2001 Run Application with start Windows
pdsizer.zip     13,641 23-01-2000 Yet another sizer component.
PenteSrc.zip    39,705 10-03-2002 Pente or go . A game similar to tic tac toe.
perfutil.zip   679,741 09-01-2000 PerfUtils is an encapsualtions of the Windows NT  Performance API. Includes components needed to implement performance monitoring capabilities in Delphi written  application. Use it to retrieve CPU usage, network traffic, list of processes and their performance and so on.
perfutl3.zip   833,333 15-11-1998 PerfUtils is an encapsulation of the Windows NT Performance  API. All levels of performance data is available from raw  counter values to completely processed, ready-to-use values.
persform.zip   382,437 11-04-1999 TPersistentForm is a TForm descent that saves and restores AUTOMATICALLY the properties from all controls within  the form into the registry, such as Text, Checked, Position, Top, Left etc. (considered types: float, integer, char, string, boolean). Source for 15 USD (Delphi 3 and 4 DCUs incl.), Demo incl., Registration via www.shareit.com, DCU-file has no limitations !
pgcontrl.zip     3,136 27-12-1999 Delphi's PageControl Component does not have the property PageIndex. This component I created has this property.
pgcsv.zip       26,435 17-07-2000 V1.31 A minor bug in V1.3 fixed. Comma Sepreted Value Import/Export compoent. Field mapping, Field ignoring, progress events, direct link to TDataset, full customizable, exception handling events. New features in V1.31 Faster import and export. Data conversion properties. Stop progress. and more... This component is exclusively for Import and Export from/to CSV files. Source code included.
pgwhois.zip     21,752 02-07-2000 WhoIs Client for Delphi V1.1. Source code included.
picshow.zip  1,225,421 25-07-2005 TPicShow  is an image slider control with <b>150</b> transactional effects  in pure Delphi code. The major characteristics of PicShow are: <UL> <LI>Image transition can be controlled programmatically</LI> <LI>Image can be stretched or centered in the client area of the control</LI> <LI>Control can show a background image as centered, stretched, or tiled</LI> <LI>Transition process can use a separate thread</LI> <LI>New  transitional effects can be easily implemented and added to the control</LI> </UL> TDBPicShow is the data-aware version of TPicShow with ability to load bitmap, jpeg, and metafile images (natively) from a blob field.
PictEdit.zip   993,176 03-12-2002 <B><FONT FACE="Courier New" SIZE=2><P>PictEdit.zip</B> contains:</P> <P>(1) <B>LsPictureEditor</B>(v2.60) - a Design-Time Glyph/Icon/Picture Property Editor, that allows users to:</P>  <UL> <LI>preview glyphs, icons and pictures; </LI> <LI>select glyphs visually from your bitmap collections displayed in an array of speedbuttons; </LI> <LI>select icons visually from built-in FileListView;</LI> <LI>convert icons to bitmaps (in 16-, 256- or Hi-Color), with adjustable rectangle parameters; </LI> <LI>save selected image to a .bmp or .ico file, or copy to Clipboard. </LI> <LI>access frequently used bitmap/icon collections by Bookmarks.</LI></UL>  <P>(2) <B>LsPictureExplorer</B>(v2.5) - an executable utility program that demonstrates all the functions of LsPictureEditor.</P> <P>Please refer to LsPictureEditor.txt for further information.</P></FONT>
pjenvvar.zip    18,200 18-08-2003 <p>This unit provides a components and various routines for manipulating environment variables. Features include:</p> <ul> <li>Component and routines to enumerate all available environment variables, get and set values and delete variables. <li>Routine to replace a string containing environment variable name references with the values of the variables. <li>Routine to create a customised environment block for passing to child processes. </ul> <p>A help file is supplied which integrates into the Delphi IDE and provides help on all the component and routines. The help file includes demo examples.</p> <p>From v1.1 the component now compiles without warnings with Delphi 6 and 7.<br> v1.2 fixes bug in reading non-existant environment variables.</p>
pktable.zip      2,729 29-03-1999 This component is derived from TTable. I've added the function to pack dBase- and Paradox-tables plus a OnChangedNotify-event. The component works fine with D3 and D4. The OnChangedNotify-event needs some polishing, so try to develop It if You like.
plasma.zip      49,430 11-04-1999 It's a component derived from TImage used to give any shape to a form. Just drop it on a form, select a background bitmap and click on the mask property to set the transparent area
pmatch.zip      28,818 05-09-1999 Patternmatch Library to compare strings with a pattern in Dos or Unix Style.
polaris.zip    191,221 21-05-2000 Yet another huge components library from Russia! Mainly db-aware components. Unfortunatelly, no english descriptions; class names are in english.
postnet.zip    318,250 25-04-1998 Delphi component for USPS Postnet barcodes
powerpdf.zip   445,168 23-09-2001 PowerPdf is a VCL to create PDF docment visually. Like QuickReport, you can design PDF document easily on Delphi IDE. PowerPdf supports most of fundamental functions such as some kinds of fonts, the image output, the line output and the data compression.
pp11free.zip   311,564 30-08-1998 PixelPack is a set of components for Delphi 3.0 / 4.0 that will  enable you to visually design the looks of dynamically created  web-pages - inside the Delphi IDE!. Includes complete visual control of forms, applets, images, Database comps. etc.
preview.zip    138,860 25-07-2005 TPrintPreview is a descendent of TScrollBox and has properties of both TScrollBox component and TPrinter class. The main features of TPrintPreview are: <UL><LI>Automatically adjusts printer's paper size and orientation at theprint time</LI> <LI>Automatically adjusts mapping modes</LI> <LI>Preview pages can be scaled with an arbitrarily zoom factor</LI> <LI>Shows created pages while the new pages are in process to create</LI> <LI>Displayed pages can be scrolled by mouse dragging</LI> <LI>Pages can be saved/restored to/from disk</LI> <LI>Each page is accessible as a Windows MetaFile image</LI> <LI>Regardless of number of previewed pages and their complexity, only consumes a small portion of Windows resources</LI> <LI>Has some methods to easily render rich text format and images</LI> <LI>Can manage custom paper sizes and forms</LI> <LI>Has a complete set of events</LI></UL>
ProcessViewerUnit.zip     4,489 04-03-2001 ProcessViewer unit.
propscrl.zip   191,382 22-11-1998 Scrollbar with new property to control size of the trackbar & dynamic hinting while scroll tracking. EXE demo included
prsbtnc.zip     27,107 12-11-1997 The TPrsCircleButton is a simple circle Button in Internet    Explorer style.
prscroll.zip    12,917 11-10-1998 TPRScroll is a simple VCL component for Delphi 3 and Delphi 4 that scrolls a bitmap. You can choose the direction  and speed of scrolling.
psaverd3.zip    67,231 05-09-1999 PropertySaver is a non visible component used to store and load property values other components into/from the registry or an ini-file. PropertySaver can save all published properties of visible or invisible components descending from TComponent as long as they are of a ordinal or string type. With PropertySaver it's easy to save window positions, checked menu items and to control the visibility of components. PropertySave can be used to save the state of an application and also to save configuring parameters for applications in an easy way, mostly without writing a line of code!
pschidee.zip   228,129 19-12-1999 PSC HideExp is an improvement of the Delphi and C++ Builder IDE for manipulation with non-visual components at design-time. It allows to hide temporarily all non-visual components on any of your forms and show them back only when needed. You will like this expert if you often work with complex forms that contain many non-visual components.
pspy0071.zip   304,849 01-05-1998 PackageSPY shows Delphi3/CPB3 Package files internal     informations & related stuff. Now analyzes a compiled .EXE in    and reports used packages;  extracts  .DPK (Package   Source) from DCP & DPL and .DCU  from  .DCP. *Several   Bug-Fixes*
ptmlogd3.zip   267,736 21-11-1999 A Delphi 3 expert that automatically logs the total time you spend working on a Delphi project. The log file for each project is kept in the project's base directory, in an INI-like file. A new menu option ("Project Time Log") is added on Delphi's IDE.
pttd3094.zip    22,673 17-05-1998 PTT - Project Time Track is a Delphi 3 IDE expert, that    keeps track AUTOMATICALLY of your work on Delphi  projects.
putils.zip      61,656 25-04-1999 This unit including some useful function and procedure. Example: Days (a month days); WorkDays; DateToLongStr (with month names); some MessageDLG clone; InputPlus (enabled SpinEdit , Password and any bitmap); GaugeShow; GaugeNext; GaugeClose; extended registry support with variant type: RegWrite, RegRead functions; GetFreeRes (like the WIN95 resoulce monitor); Memo line support (GetX, GetY, SetX, SetY ...); GetWaveVolume; SetWaveVolume, etc... Utility including a select label component. This is FREE with SOURCE. Including DEMO application!
pxmaskd3.zip    76,117 19-09-1999 Implements Paradox-style Inputmasks based on sourcecode from Borland's BP70 VALIDATE.PAS Unit. I don't know, why they dropped it from VCL :-(
pytdelph.zip   958,375 26-06-1998 Components to use PYTHON scripting language in a Delphi Form or DLL. PythonEngine is base script evaluator  component, several components to provide Interfaces like  modules, class types or variables in Delphi. Samples included.
qdrvcmbo.zip     2,841 23-08-1999 Drive ComboBox with shell drive icons
qexdlgpl.zip     9,828 23-08-1999 Extended PictureOpen/Save dialogs and FileNameEdit (from free RXLib component collection). Added support for polish language and some new properties.
qfrstat.zip        918 23-08-1999 StatusBar accepting other controls (ProgressBar) dropped on it
qrbc.zip         3,321 21-07-1997 Component for using barcodes in QuickReport. Requires the barcode component from Allan Th. Poulsen.
qrcomps.zip      1,806 06-12-1998 Implementation of "DataSource" property in QuickReport  2.0 components.Who said we don't need it?
qrmdlprv.zip    28,682 05-12-1999 It has a toolbar component that can be configured for different languages (currently English and Dutch). Unwanted buttons in the toolbar can be turned off in the properties. Most buttons control the preview by themselves and some of them generate events that can be used for custom actions.  The preview is permanently maximized, cannot be dragged around, and stays on top of the calling form.
qs15_d3.zip    245,608 23-01-2000 QuickSelect is a VCL component for visual creation of SQL queries. It uses natural language to facilitate easy an simple building of advanced SQL queries. QuickSelect is currently available in more than 10 different languages, for Delphi 2 to 5. Go to www.trollsoft.com to find out more.
QuickQuery.zip    41,788 26-11-2000 Allows you to create visual query simply by completing few steps driven by the built-in wizard engine. Allows you also to save/load the query definition  to/from disk. Very useful in application that allows the user to build its own queries base on a set of tables.
QuickWord.zip    27,178 29-11-2000 This component helps you to export any dataset to all file types that your current Word version support. Also gives you many way to format cells, borders, individual columns, to optimize the export process for large dataset, to display the default progress dialog or to specify your own progress bar control, etc. I highly recommend to everybody to try this component! Realy...
QuickXLS.zip    24,144 29-11-2000 This component helps you to export any dataset to all file types that your current Excel version support. Also gives you many way to format cells, borders, individual columns, to optimize the export process for large dataset, to display the default progress dialog or to specify your own progress bar control, etc. I highly recommend to everybody to try this component! Realy...
raiimage.zip     6,553 23-12-1997 TImage and TDbImage with propotional scale in stretch property.
ramscrbr.zip   502,192 12-03-2000 A nice enhanced ScrollBar component version 1.07. Now registration is possible with ShareIt (Prog. id #132067). It has every property you ever wanted from a scroll bar. Special actions can be taken when all items are visible (LargeChange>Max). Buttons and slider can be bitmaps that you can draw yourself. If you choose to use default buttons, you can still choose among 5 different draw styles (checked, lowered, mono...). Body of the scrollbar can be drawn as a gradient of two colors, HSB palette or classic style. There is also a Hint window which has many properties (color, font, hide delay, caption). Progress can advance progressively when arrows are pushed and held. Yust type in the factor and that's it... If you design nice buttons, I would appreciate if you could send them to me. Any improvement suggestions are very welcome. There is also a ProgressBar component in this package which has a 3D look, several progress display formats (Percentage, Current, Current / All...). Support for Delphi 3, 4, 5. Source $60. Commercial use: see readme.txt.
rararc11.zip    73,352 25-04-1999 Effective, easy-to-use component for handling UNRAR.DLL = Extracting files from RAR archives
rarbar10.zip    13,795 25-04-1999 Progress bar with design like WinRar
rasobj41.zip   334,915 07-11-1999 TMagRas Release 4 is a set of installable Delphi non-visual components, supplied with a demo program, for accessing Dial Up Networking or Remote Access Services functions.  This is a major update of Daniel Polistchuck's and Mike Armstrong's earlier TRAS component (little of which remains).  It allows Delphi developers to add full RAS functionality to their applications, including dialling and monitoring multiple connections, creating and editing phonebooks (without using Windows dialogs), and getting performance information for connections.  TMagRas supports Windows 95, 98, NT 4.0 and Windows 2000, allowing an application to support all the various RAS extensions in NT and W2K, including sub entries for multi-channel ISDN connections.  Performance statistics are returned separately for each connection in NT4 and each channel in W2K.
rbprev.zip      32,183 18-04-1999 Preview form for Report Builder that has some nice features and easy to understand for end users. Mouse navigation works like Acrobat Reader, and user can scroll the reports using Page Down to switch to the next page without clicking on the 'next page'
reader.zip      37,311 21-01-2003 Text Reader<br> This non visual component can be used for fast syntactical parsing of texts. On base of preliminary registration of delimiters and key words together with the properties, in turn extracts from any text these elements together with the properties. There are 6 statuses of element: Word, Integer, StandardNumber, ScientificNumber, KeyWord, Delimiter. Also is possible to use wildcards for registration of key words and delimiters.
recent.zip      15,516 15-11-1997 TRecentList is a component that acts like te Reopen  Menuitem from the Delphi File Menu.
recentte.zip     4,137 24-08-1998 TRecentMenu is a TMainMenu Component that supports a  "Recent File List". RecentMenu adds automatic the  Menuentries in a defineable Menu.  It saves the entries in an  ini-file.
redit.zip      242,507 03-01-1999 A text-editor which can replace NotePad. Can handle extremly large files, source included. Sorry, German version only!
regan.zip      217,322 25-04-1998 Linear regression analysis (curve fitting) program, used to   reduce simple X and Y data information to a formula. Program   compairs the fit of linear, log, exponential, and power;   calculating formula and coefficient for all four.
regwiz.zip      39,477 28-09-1997 This app adds the menu items "Register", "Unregister" to  the explorer's context menu for *.tlb, *.ocx and *.exe  files. The menu items allow easy OLE Registration and  Unregistration.
regwiz2.zip     39,760 23-02-1998 This app adds the menu items "Register", "Unregister" to  the explorer's context menu for *.tlb, *.ocx, *.dll and *.exe  files. The menu items allow easy OLE Registration and  Unregistration.
renewpa.exe     20,437 27-07-2000 Password ReNewer for NT networks.  Will change current Password on current Domain eight time and then set it back to what it was.  Used for renewing password when it expires.  Self extracting EXE
RepFld20.zip    20,569 19-02-2001 TReportField2 provide different Borderstyles and can build each character in a separate frame. Additional you can get and put the Styleproperties of TReportField to save on disk. For the different ways please have a lock at the demo.
Replication.zip    17,594 26-11-2000 This component encapsulate the basic procedures and functions to replicate Scala# Btrieve files between two locations. It use a data dictionary in order to access the Btrieve file through the TBtr component. Includes all the mechanism to compare records, to update records, etc. Very useful for the who are using Scala# Business Management Software on Btrieve platform. It requires the TBtr component which you can get it from the author: PA van Lonkhuyzen, [email protected]
report3.zip     57,979 25-04-1999 TReportD3 replaces the TReport VCL. Now you can have  ReportSmith reports in your Delphi 3  applications. Usefull if  you have encountered problems to  migrate D2 apps (using  ReportSmith) to D3.For ReportSmith buyers, you can now  change the version.
reqvals.zip     22,191 19-12-1999 Given of component is intended for convenient storage of variables used in the program, in the Windows registry. All variables are automatically read out from the registry and also are automatically written back at the moment of closing the program.
resolutn.zip    12,703 23-01-2000 TSJResolution is a freeware component with witch you can dynamicaly change your <b>screen</b> resolution<BR>
resstore.zip     3,386 15-02-1999 This component allow you to add custom datas to your project (for example a .wav or a .exe). This makes SFX building quite simple.
rfedit.zip     347,398 31-05-1998 With this component you can easily manipulate the position,  height, width and colour of a rasterfont character in a text.
rfrshdb.zip     13,079 18-10-1997 Components for autorefresh the data of an application. You  set the time and they will autorefresh the data of the datasets.  Useful when building applications that share a database in a  network.
rghtleft.zip     2,273 26-06-1998 Left Right Component. Component switches state from right  to left when clicked. Nice animation of ball or box moving  when switching states. Caption displaying align states
rgs.zip         51,538 03-12-2000 RGS Component pack contains six dataaware components: <B>TRGSDBInspector</B>: Simple and easy to use component for showing data from any datasource like properties in Object Inspector: each database field is shown is separate row: left is DisplayLabel and right DisplayText. <B>TRGSDSChooser</B>: Compound component like Object Inspector in Delphi: You choose a datasource from combobox and its active record is displayed in associated TRGSDBInspector. <B>TRGSBMChooser</B>: Component to collect and view bookmarks. <B>TRgsFieldStore</B>: Component to collect field information for use in different TRgsDBInspector components. <B>TRgsFieldNotes</B>: With TRgsFieldNotes You can collect comments (notes) about fields (validation results, for example). These comments could been shown in TRgsDBInspector via hints. For each comment You could define color, what will be used to paint DisplayLabel. <B>TRgsStringStore</B>: This is like a dynamic array to save information in string format.
rhimage.zip      6,964 28-05-2000 A Property Editor for the ImageIndex property of TMenuItems, TAction, TTabSheet, TToolButton, and TCoolBand components.  If Images property of the owners of these components is set, double clicking ImageIndex property will open a window with the images of the ImageList and allow you to select the Image instead of having to remember the index number of the image.  Freeware with source.
riched98.zip    72,257 15-02-1999 Rich edit control with extended capabilities. Extra formatting properties (highlight, indices, line spacing and so on), URL detection, multilevel undo/redo, support for Unicode strings. Requires RICHED20.DLL.
richprev.zip   254,095 11-10-1998 The Component build a Preview of an Richedit and prits it. Shows multiple pages and can change the margins of the printer
ripedit.zip     11,543 19-12-1999 The given component is intended for editing IP address. It will not use a component from Microsoft, as it is bad to be translated under Delphi. TRIPEdit completely is built on a standard components of Delphi.  While that it is in stage of testing and the errors are expected. About all adaptations the request to send the messages on my electronic address.
rled.zip         7,793 19-12-1999 This is simply nice LED Bar component
rotateimage.zip    45,407 08-12-2003 TRotateImage is a component similar to TImage with the ability to show the image rotated at an arbitrary angle.
rpFileCopy.zip       900 02-04-2003 Simple component for copying files, wrapped around the CopyFile function in Borland's FMXUTILS unit.
rpvinfo.zip      1,583 15-03-1998 Version Info about your program. This component wraps GetFileVersionInfo and VerQueryValue.
ruflinst.exe   458,939 29-11-2000 Recent-Used File List is a non-visual component for Delphi.<BR> It keeps track of a common recent used file list on your applications "File" menu or on a menu item in the Reopen form you know from Delphi.<BR> It it very simple to use: add it to your form, choose where you want the list stored. Set the File menu item and add an event to load the file when a user picks it.<BR> Postcard ware for individuals, shareware for companies. See http://www.tanis.dk/recentusedfilelist for details on registration.
rurlabel.zip     5,495 19-12-1999 TRUrlLabel component<BR> Allow to insert in form links in WEB style (HttP, Ftp, Mail) Just put your url (without HTTP or others) in caption. When you click on it , this component automaticaly add type of URL before execute it.
RZTime.zip       6,090 18-02-2001 WinTimeDateBtn will run Windows Control Panel TimeDtae.cpl as modal application relative to your application.<BR> Usage: Application running in a Windows system were the user dose not have access to the windows system.<BR> Credit: Users of <a href="http://www.delphi3000.com/">http://www.delphi3000.com/</A> were I got hints on how to this.
r_editalign.zip     2,562 23-08-2001 A simple, efficient TEdit descendant component with proper support for Alignment, Multiline, ExitOnEnterKey and WordWrap properties. I found several components that performed a different mix of these properties well, but not all of them. I combined the best ideas from what freeware I found, threw in some know-how of my own and decided to share what I came up with.
SakEmail.zip   255,502 14-08-2000 Easy to use SMTP, POP3, IMAP, MSG and MSGList components with MIME support for developing email clients or email-enable your  apps.
saolei.zip     491,980 21-03-1999 A small game under windows95, just like windows' minesweeper. Demonstrate how to use resource file and registry ,  and make tray icon. (Update : Fixed some bugs and added wav file to the resource file.)
sapfile.zip      7,987 23-02-1998 A simple wrapper component to implement OLE Drag and Drop on any TWinControl descendant.
saveprop.zip    10,378 26-06-1998 Example of how to store a Component and its properties to a disk file or a Blob field
sbpro.zip       16,665 09-08-2004 TStatusBarPro is an improved version of Delphi's TStatusBar. Each status panel in this status bar can have its own color, font, indent, image, hint, popup menu, click event and double click event. The size of each panel can be adjusted automatically by either content's size of the panel or relative to size of other panels. In addition, each panel of TStatusBarPro can accept another control as its child controls.
sbruler.zip      3,034 02-04-2000 ruler panel
scapture.zip    16,513 13-08-1997 Component which captures *ANY* window or desktop. Enclosed Demo is self-explaining. Source can be downloaded from our homepage (http://www.easycash.co.at/delphi).
schach.zip     199,130 05-09-1999 Chess components. Included German help. Demo application is a complete chess program.
schdbgrid_21.zip     4,591 06-09-2004 This Delphi DBGrid Component has some additional feature   <LI> Sizeable Row Height <LI> Sizeable Title Height <LI> Draw Memo & Graphic Field  <LI> Fast and Flicker Free
schedule.zip     5,307 26-11-1997 This program demos how to write a basic scheduler program for launching programs at predetermined times of the day
scrnsize.zip     2,938 19-12-1999 The given component is intended for chanhing screen mode at run time Automaticaly restore to origin mode when program being destroying. Set Width, Height and BitCount to your mode (ex. 640,480,16) and execute Switch procedure to change to restore orgigin mode just execute RestoreMode.
scrnsvr3.zip   191,482 20-02-2000 The component is to create easy Screensavers for Windows 95 & NT in Delphi. Just drop the component onto your form & it will intercept all parameters i.e. /p, /s, /c, /a and no paramenters and display the preview, main saver, config box, password box etc.
scrp16d3.zip    81,167 26-09-1999 The TScript component adds scripting functionality to your project. The scripting language is a subset of Delphi-pascal. Additional to some built-in functions you can define user defined functions by adding a TFunc component to your form. Demo project included. Source code and BCB-headers on demand. New interesting features in version 1.6!!
sechash.zip      8,302 14-06-1998 A component to generate a condensed representation of a  message called message digest using the Secure Hash  Standard-1 (SHA-1) developed by the NIST. You can  use SecHash to safely store passwords.
sec_base.zip     9,491 01-03-2001 This component is a basic component to create your security system. It provides Login/Logout/ModifyPassword functions. Your can extend it by connect to your DBs to meet your own requirement.
sed_202a.zip   132,999 03-01-1999 This pack contains enhanced user interface controls:  enhanced edit and combo boxes, Borland style checkBox and  radioButton, 3dLabel and more...
seremote.zip    33,438 16-11-2000 Seoane Remote Control is a small size appication for control Winamp with the Remote control of AverMedia TVCapture98.
serlabel.zip     4,391 30-08-1997 Encanced TLabel, it differs from all other analogs because it has a problem with AutoSizing fixed
sgedit3.zip      7,118 11-10-1998 This is component editor for standart TStringGrid component  and all its descedents. It allow you to store cells values of a grid at design time. At  run-time stored values will load automatically. Available for all 32th versions of Delphi.
sgrep.zip       20,100 18-06-2000 Simple Grep component that requires no external DLL.  Simple Grep evaluates regular expressions to find targeted text within a source string.  SGrep builds an effecient search tree in memory that may be used with mulltiple source strings or repeated patterns in within a string.
shellnkr.zip   237,782 19-08-2002 ShellLinker is a unit that allows you to easily create, read, and execute shell links (shortcuts). It can handle links to files, folders, or virtual objects like printers or system folders.<br> <br> You can set/get all properties of a link, such as parameters, icon, hotkey, and show state.<br> <br> Exe-demo included.<br> Does not work with D2.
shlabel.zip     12,644 04-06-2000 TShadowLabel. <BR> Label with shadow and ability to execute external program on click or double-click without additional code.  Also you could assign common actions on OnClick and OnDoubleClick events.
shortcts.zip     8,213 24-07-1999 TShortCut - invisible D4 component for easy Windows  Shortcuts creation (using OLE). You can see the result at  Design Time! Component support synchronization for fast  place/remove shortcuts in Start Menu, Programs menu,  Desktop etc. folders.
shortcut.zip    12,174 10-05-1998 Creates shoutcuts on WIN95/98/NT. Will create regular Folders; also ability to add Folder to Desktop or Startmenu. Add icons to Desktop and Startmenu. ability to Change the icon.
showmsg.zip    142,683 23-08-1999 ShowMessage is a small, Freeware, VCL invisable component that will show an information message on a form or otherwise. It's quick and dirty and easy to use.
shutd.zip        4,926 03-11-1997 cShutDown is a component that monitores how many times an application is abnormal terminated. The purpose is alert the user of possible errors, for example the database ones
shwobs.zip      50,826 09-09-2001 This component was born out of frustration, since I wasn't able to connect to an existing instance of Internet Explorer AND catch the events it fires. Using this component you can, and you can perform actions when a new instance is started or an existing instance moves to a new location.
sidll02a.zip    10,482 07-12-1997 A study about DLL with Form in Delphi  3. Full Source with  test program.
simplebanner.zip    37,546 21-03-2001 Create Adware (advertisement supported software) with ease. Drop the component onto a form, set 4 properties, execute 1 method and you have created high quality banner rotation program.  - Automatic check for banner updates once a day. - Automatic detection of internet online status. - Automatic rotate banners. - Automatic download banner if not available on local drive. - Automatic redirect user to sponsor website when the banner is clicked - Show Hint when user move mouse over the banner - Change mouse pointer to crHandPoint when user move mouse over the banner  Look at below sample applications : (both download can be found at Delphi Super Page) - EzineMailer - IP Watch
simpserv.zip    13,535 05-12-1999 TService & TThreadPool classes: WinNT service class wrapper, and Win32 Thread pool, with three simple sample NT services: 1. BeepServ: Do a beep every 5 seconds. 2. SimpleEchoPipeServ: Simple multithreaded -use TThreadPool- Pipe service implementation (with Test application). 3. TermProc: Simple Kill service
sincosx.zip      1,847 13-09-1998 Here are the FASTEST Sin, Cos, Tan and CTan functions.  They are 20-30 times faster that standard functions found in  pascal ( gread for 3D graphics ). You just must have them.
slang102.zip    13,038 12-05-1999 Two languages in one application! You can switch to a second  language at runtime AND designtime. If you do, the components  in your form will change their text to the text of the second language.
slink100.zip     4,940 29-11-1998 reat easy to use components that allows you to read and write ShellLinks, freeware with source and demo included, available for Delphi 3&4
smtphr.zip     241,520 02-09-2001 A very simple program that demonstrates how to send an email letter (with attachments if You please) via SMTP protocoll. It uses Delphi's built in TNSMTP component no added external components, or libraryes necessary. This is very god to learn the SMTP protocol using in Delphi.
SnapForm.zip    26,237 07-07-2003 This component let a form to be magnetized with another form (like WinAmp). The magnetic strength is modifiable. It is also possible to stick the form and moving the child form with his parent.
sndxbr2.zip     13,265 13-08-1997 SoundexBR is an implementation of the Soundex algorithm adapted for the portuguese language.
socks.zip        4,804 10-05-1998 Wrapper for winsock.dll with TCP and UDP sockets support. Extremely useful for console apps and services.
sockv3p3.zip    74,718 25-05-1997 Addapted Gary T. Desrosiers Delphi socket component to work with Delphi 3.0
soholib.zip    529,002 16-05-1999 Components collection:<UL> <LI>TsohoAboutBox <LI>TsohoBackground <LI>TsohoRegionForm <LI>TsohoListBox <LI>TsohoEdit <LI>TsohoLabel <LI>TsohoDBGrid <LI>TsohoDBOLEContainer <LI>TsohoExcelReporter <LI>TsohoFolder <LI>TsohoFormActive <LI>TsohoFormEditor <LI>TsohoGauge  <LI>TsohoStringGrid <LI>Several buttons ( TsohoTextButton, TsohoCustomButton, TsohoTransButton, TsohoBitBtn ) <LI>TsohoDBComboBox <LI>TsohoCustomDDE <LI>TsohoExcel <LI>TsohoWord <LI>TsohoDBGuide <LI>TsohoDBGuide <LI>TsohoProtect <LI>TsohoRecordForm <LI>TsohoRegister <LI>TsohoTabSet & TsohoVertTabSet <LI>TsohoVertTabSet <LI>TsohoMenuCaptionEditor <LI>TsohoQuickSearch <LI>TsohoFormStorage <LI>TsohoApplication <LI>TsohoScrollPanel <LI>TsohoDirectoryDialog <LI>TsohoSpeedBar, TsohoSplitter & TsohoStatus <LI>TsohoSummReport <LI>TsohoSound <LI>TsohoMsgGrabber <LI>TsohoEnterTab <LI>TsohoTVContainer <LI>TsohoVertLabel <LI> <LI> <LI> <LI> <LI> <LI> <LI> </UL>
spellers.zip   303,674 10-05-1998 MS Office 97 compatible spell checker. Supports MDI and HTML. Now allows spell checking in multiple languages when using with TRichEdit98.
splpnl14.zip    23,932 19-07-1998 SplitterPanel. (fixed serious bugs from v 1.3) Easy to set up  multi-directional splitting at designtime. Can hide and show  panes at runtime. Can store and restore splitt state to  registry. Includes AdvancedPanel component.
sqlaprin.zip   576,707 07-06-1998 The is a simple program to print SQLA table structure.
sqlscr.zip     129,183 29-01-2002 This is two components for Delphi and C++ Builder - SQLScript and UpdateSQLScript. Now it is possible to execute SQL script on the server by using SQLScript component. For example, for database installation or moving data between databases. UpdateSQLScript component works like well known UpdateSQL object but its InsertSQL, ModifySQL, DeleteSQL can contain SQL script - more then one SQL statement. An  instance of the component may be assigned to UpdateObject property of Query object.
sqlset.zip      23,645 18-06-2002 SQLSet<br> Component for construction of list of SQL queries, editable in the property editor at design time, with possibility of insertion of variables in query, which can be replaced by any string value at run time.
src1d30.zip      8,604 15-11-1998 This freeware application includes source code for display of an IDRISI (a raster Geographic Information System) file and  point query.
srvrctrl.zip     3,830 02-08-1999 Non-Visual component which allows users to Start/Stop/Restart a Microsoft Windows NT Service Program locally or remotelly
SSavApp.zip     18,500 02-09-2001 Delphi wizard that creates Win32 screen savers
ssecdocs.zip   322,952 17-10-2000 The StreamSec TDocs component for Delphi is a container for rich text documents. It facilitates the use of pre-defined rich text in Delphi applications, by making it possible to store these documents in the code of the application EXE. It lets you organize your documents in a tree structure, and displays the contents of your document collection in accordance with this structure. It provides means for associating each document with four unique macros, providing control over the mouse, selection of documents, notify events and more.
ssimage.zip      4,055 22-03-1998 This is a replacement of TImage. It supports transparent images with a new property editor for transparent colors. Zooming allowed in the property editor.
st11.zip         2,476 15-02-1999 TSystray is a non-visual component that allows a user to minimize a delphi application to the systray. Very easy to use: simply place the component on a form and run the application.
stereo1.zip    588,812 24-10-1999 TStereogram ver. 1.0,  TStereogram create fast Single Image Random Dot Stereograms (SIRDS) and Single Image Stereograms (SIS) depending on whether the picture - "Hollusion". Demo StereoCreator now support jpeg import/export.
stgstore.zip    21,708 09-06-1997 Example Using Structured Storage To save Treeview/Listview combo
stringfn.zip     3,167 15-11-1998 StringFns is a unit containing a collection of string manipulation functions: stripping chars, replacing chars, finding chars within strings and positions thereof etc.
strlib14.zip   116,784 15-07-1999 A comprehensive library of common string processing functions.
summinfo.zip    20,214 15-11-1998 This component allow you to obtain the summary  information of a Word 97 document without running  MS Word. This VCL implements the IStorage interface.
svccont.zip     31,589 14-11-2000 Console project to control services (start, stop, pause and continue) and list all services and they current state. Useful to start or stop services as SQL Servers, FTP Servers or simply to learn how to control services.
svcmgr.zip       2,567 09-01-2000 ServiceManager.PAS defines the TServiceManager class, a wrapper around the Win NT Service Control Manager (SCM) that allows adminstration (start, stop, pause, continue, query) of Service applications running on local or remote machines.
swarevcl.zip   245,368 11-04-1999 Collections of various gradient components including: Gradient Button, Gradient Label, Color StatusBar and some utilities to draw granient area,  the components can blink.
swpgn222.zip   309,039 18-10-1997 SweepGen turns a sound-equipped PC into an Audio Oscillator and Sweep Generator
sysimage.zip    12,567 09-08-2004 TSysImageList is a read-only descendent of TImageList containing the icons that Microsoft<sup>#</sup> Windows uses them internally. By using this component you can easily find the associated icon for any file, folder, special folder, or even URL.
sysin11a.zip     5,371 03-11-1997 Investigations on system infos in Win95
sysmakro.zip   132,512 03-01-1999 This simple program makes it easy to execute all kinds of Applications by hitting a HotKey and type in eks "FM" and the File explore will run. It#s faster than moving around with the mouse in all kinds of menus or folders for repeatedly used Applications.
sysmdemo.zip     7,411 03-11-1997 TSysMenuCommand is a Delphi 3 component that alows you to add your own system menu items with some properties like bitmap for checked and unchecked state, caption and others.
table2.zip       1,708 15-11-1998 This component is derivated from the TTable component. The Open method sets the EditMask  property of each TField component with the value   defines in the validity checks picture (for instance !99/99/0000;1;_ for a date field) of the table.
tabshp.zip       5,879 17-10-1999 Draw shape kind of table with sizeable rows & cols
TBASSPlayer.zip 1,612,182 11-10-2004 <b>TBASSPlayer</b> is a Delphi component which can play <b>WAV, MPx (MP1/ MP2/ MP3), WMA, OGG</b> and <b>CDA</b> (Audio CD track) files using BASS sound system (BASS.DLL, BASSWMA.DLL and BASSCD.DLL). <b>TBASSPlayer</b> can play other types of stream file using Winamp 2 input plug-ins such as <b>ASF, MID</b> and any other file types if you have appropriate input plug-ins for them.<br> <b>TBASSPlayer</b> supports the stream files on the internet. The <b>MPx, OGG</b> or <b>WAV</b> files on the Internet can be played with native BASS sound system. And the <b>ASF</b> and <b>WMA</b> files on the Internet can be played using Winamp 2 input plug-ins.<br> <p><b>TBASSPlaye</b>r also supports the followings:</p> <ul> <li>Internet radio (Shout/Icecast &amp; WMA stream from Internet) </li> <li>Winamp 2 visualization plug-ins</li> <li>Winamp 2 DSP plug-ins</li> <li>10 Band Equalizer</li> <li>Sound effect (Flanger, Echo, Reverb) </li> <li>WinAmp-like Spectrum visualization.</li> </ul>
tblcrtr.zip      5,899 23-06-2000 This component allows you to store the structures of one or more tables in a text file.  Using this same component, you may recreate any one or all of the tables during runtime.  It supports only non-SQL tables like .DB, .DBF, and ASCII tables.  This may be useful if you prefer not to include your tables in your installation and create them only when needed.  This may save you space on your distribution media as text files compress more readily than binary files.  The created text file may even be smaller than the tables and its related files.  This component do not generate any code.  So you would not need to recompile your application should you change any of your table's structure.  Just change the data file and your ready to deploy.
TCurrentLanguage10.zip   199,894 12-05-2003 This compoent gives you a way to control the Language layouts installed in Microsoft Windows. The component Gives you information about the layout like it's ID, Native name, English name Short name, native name and more. You also have 2 events: BeforeLanguageChanges and AftherLanguageChanges. The component was tested with delphi 7 and delphi 5 But it should work with Delphi 3-Delphi7. For more information please look at the pdf/rtf file.
tdbf628.zip    145,859 08-09-2003 TDbf is a TTable like component for single-user application. It allow you to use standard dBase files in your program without the need to install BDE. This is the most advanced free software of this type available for DELPHI. Allow the use of all dBase native type (character, numeric, logical, date, and MEMO).  Support index files for sorting and searching  File format compatible with Delphi Database Desktop.  <BR> Now includes source.
teamwork.zip   310,024 31-05-1998 VCS like systems that allows a group of developers to work  on a project at the same time and in the same network  directory! Locks in use source files and prevents collisions in  executable names.
testvm.zip      64,688 23-12-1997 Demo application with full source that demonstrates the use  of the TListView virtual mode as implemented by Brad  Stowers in his TExtListView component.  This demo  implements an Explorer-like file list that is very fast.
texdbgrd.zip 1,731,982 25-04-2000 <b>ExDBGrid is an Enhanced DBGrid Component that has plenty of new features:</b><br> <br> <b>It has the following new Public Properties:</b><br> Canvas, Col, Row, FixedCols, FixedRows, TopRow, SelectedRows, Datalink, ColCount, RowCount, ColWidths, GridLineWidth, InplaceEdit, TitleOffset, OnColumnResize, OptWidth (making the 'Grid' automatically size itself so that no white space is left at the right), VisibleRowCount, VisibleColCount, GridHeight, GridWidth, LeftCol and ExportGrid.<br> <br> <b>It has the following new Published Properties:</b><br> ScrollBars, EditColor, DefaultRowHeight, RowSizingAllowed, DisplayImages, DisplayMemo, DisplayBoolean, GridAutoSize (making the columns automatically resize so that they are as wide as the row with the widest entry), GridAutoWidth (making the columns automatically resize so that no white space is left at the right), FullSizeMemo, Cells3D (when False, the Grid has a Flat look and feel - also the 3D Cells can be any color), CellHints (when True and Columns are not wide enough for the DisplayText, moving the mouse over a cell shows the text in a hint window), RowColor1, RowColor2, UseRowColors (using the properties RowColor1 and RowColor2), MultiLineTitles, TitleCheck (which places a marker in the top left of the grid and enables the grid popup menu when clicked), BackgroundPicture, UseBackgroundPicture, ExportDelimiter, AllowAutoAppend, DrawFocusRect, EnterAsTab, HighlightColor, ImageHighlightColor, HighlightFontColor, ReportCaption, HotTrack, HotTrackColor, LockedCols, LockedFont, LockedColor, FlatCheckBox, FlatCheckBoxType, MemoViewType and ShowMemoEllipsis.<br> <br> <b>It has the following new Methods:</b><br> MoveToRow and CellRect (which is extremely useful if you want to drop other controls on the grid i.e. pop a dropdown list over a cell when the user enters it).<br> <br> <b>It has the following new Events:</b><br> OnColumnResize, OnMouseDown, OnMouseUp, OnMouseMove, OnColEnter, OnRightClick and OnApplyCellAttribute (useful when you want to change the colour of an individual cell, based on the value in that cell or some other particular condition).<br> <br> <b>In addition, it also has the following Features:</b><br> Design Time and Run Time viewing of images, including JPEG support, Flat look and feel, Grid Printing, Grid Exporting, Enhanced Scrollbar Tracking, Selecting and UnSelecting all records, Column Customizing and Drag and Drop implementation.<br> <br> It also has popup viewers and Inplace Editors for Graphic/Memo Fields. To use these and the Checkbox, simply click on the Fields or use the Spacebar, F2 or Enter Keys.<br>
textfader.zip     7,795 08-12-2003 This component gets a list of lines and shows them sequentially on the screen by a fade effect. Properties of this component let you to: <UL> <LI>Specify the speed of text transition </LI> <LI>Define a background image for the control </LI> <LI>Make the control's background as transparent </LI> </UL>
tfire3.zip      51,198 21-03-1999 TFire draws a flame blazing(It's live!) in the window,which has really  magnificent effact! It could be drawn transparently,with everything  behind its gap visible.A mask bitmap can be added to make the fire  burning inside/outside the mask.Much other properties could be  changed as color palette, heat, chaos, etc...
tgif.zip       619,271 28-05-2000 TGif is a component to read and write compliant GIF files. This component was created using the GIF89a specification from CompuServe.  It will  read and write valid GIF87a and GIF89a versions.  This component was written using Borland's Delphi 3, but should be source-code compatible with later versions of Delphi.  I cannot state if the code will compile on Delphi 1 or Delphi 2.  However, since you have the source code, you should be able to modify it to work on the earlier versions of Delphi.
tgregis.zip      5,768 23-02-1998 This componnent is a small wrapper for TRegistry and has 3  simples  methods which allow you to create, read and delete a  key in the windows registry. The value of the keys created  with this componnent are always strings.
tgrep.zip       86,616 11-01-1998 egrep-like regular expression component
threadq.zip     23,530 29-03-1998 TThreadQuery is a TQuery descent that executes the Open  procedure of the query in a background thread. The  OnThreadReady event is fired when the Query is connected.
threeso.zip     11,065 26-09-1999 Descendants of StringGrid, ListView and TreeView, to implement a Explorer like view of a denormalized table. This is a demo, and is slow on large result sets.
thumbs.zip      91,419 20-10-1998 TThumbnail,TThumbview components  update a lot of new  properties and a new way of working needs a lot of work. Some of you have requested a way to work with streams sorry  but it's not ready yet but I'm working on it.
ticmpv1.zip    136,308 25-05-1997 ICMP is an installable component which accesses Microsoft's  unsupported ICMP dll (missing SOCK_RAW winsock 1.1  workaround)
ticonhaw.zip     2,143 23-02-1998 This component is based upon T_BiancoIcon and it allows you  to extract icons from files.
tiffpack.zip   228,584 02-08-1999 TiffPack package was developed for a purposes of convenient operating in a Delphi's  environment with a tiff images. From previous versions this package differs by that it can more  correctly work both OS, e.g. Windows NT and Windows 95(98). This package contains four  components: the Tiff component, the DBBox component, TiffCtrl and TiffDB. All of these components use unit TiffMod  which contains the definition of TTiffBitmap class. Besides this, note that DBBox present in this version only in  compatibility reason, because TiffDB can perform same operation  as one but more perfectly. It can be seemed that TTiff also isn't  needed, but I think that as invisible component it can be useful in  such cases when you don't need view the image or when you need operate  with tiffs at a DataModule and view image at other form.
tinypas.zip     63,470 21-12-1998 TinyPascal compiler with full sources. A "small" implementation of a pascal compiler. Freeware, originally compiled with Delphi 3 but should work with others version. Any improvement is welcome :)
tips.zip        22,988 29-07-1997 TTips (2) is an improved Hints&Tricks dialog like in MS-Apps. They're usually shown on the Start of your App. It supports: Saving to Registry, English and German language...  Full source and Demo application included.
titlebar.zip    52,578 31-01-1999 Titlebar.pas is a component that will act as a Titlebar for a   form. The Parent must be a form. This component can Align   itself the sides of a form and adds many pretty features.  Also  has a AutoHide feature :-)
Tkimlik.zip      7,869 22-04-2002 With this component you can do a human's First,last name, father and Mather name, Birth Place, Birth date write and it calculate 11 digit charecter a Person Number.<BR> Maybe it calculate different person identity same number. Not Warranty. fill firstanme,lastname,father,mather name, birthplace,birthDate call calculate method.<BR> Result personNo (int64).
tmsgvoc.zip     23,489 20-09-1998 It is an interface for Voice Modems , like USR Sportster Voice and similar. You can use DialNum to set the phone number to be called, PlayFile to set the vocal message to be played NumRep times
tmysql10.zip    10,853 31-01-1999 TmySQL is a set of classes for interfacing with TcX's client library for mySQL (libmysql.dll). May also be compatible with other versions than Delphi 3
TNapsterFreeD3.zip 1,476,294 17-09-2002 TNapsterFree is a peer to peer (P2P) filesharing component that implements fully the Napster protocol. It is easy to use and fast. You DON'T have to know socket, internet or Napster programming! Simply put TNapsterFree on your project set some events call some functions and you've got your filesharing application, that is compatible with Napster. (for example WinMX uses the Napster protocol)  Look at the demo application to see how easy it is!  Some of the functions: Searching, sharing, file down- and uploading, firewalled down- and uploading, hotlist, chatting, usercontrol and many more!  This is  the freeware version of TNapster. Please visit the homepage for more information or registration. http://delphi.pogorzelski.de
tnbsetup.zip   774,566 14-05-2000 TN Bridge Terminal Emulator is both an stand-alone and web browser based multihost terminal emulator. Supports connections with AS/400 and IBM Mainframes trought protocols TN5250E and TN3270E.
tnscombo.zip     3,160 13-02-2000 This component is a combobox that will fill with available SID's from TNSNames.ora file if Oracle client software is installed. Useful for projects using ADO or BDE and want to let their users determine which Oracle instance to connect to.  Uses registry to search for TNSNames.ora by looking in HKLM\Software\Oracle\to obtain location.
tnscombo8i.zip     3,418 28-08-2001 This component is a combobox that will fill with available SID's  from TNSNames.ora file if Oracle client software is installed.  Useful for projects using ADO or BDE and want to let their users  determine which Oracle instance to connect to.
toadbase.zip   102,577 25-04-2000 Toadbase is a memory mapped file database similar to Pascal File of Record, but multithread friendly and supporting mutexes (Record level locking), and basic transactions (Add/update/delete under a transaction id you supply and can commit and rollback)... each table is a file, each transaction log is a file. Great for web use. No TDataset yet, but I want to get this out there.
topwin.zip     102,737 04-10-1997 Drop the component TopMostWindow on a form and your window can be automatically a topmost- or a not-topmost-window
touch.zip        3,982 19-04-1998 "TOUCH" is a simple utility that lets you select files and set   their time / date stamp, just like the good-old Borland  "touch" DOS utility.
tprogres.zip     6,051 11-10-1998 Tprogress is a window that can pop-up during long actions to  keep the user informed of your progress. it displays  information on 2 panels (you can fill those in) and it has an  optional progressbar.
tradio.zip      17,890 17-10-1999 This component will allow you to control the FM radio part of your SF16-FMP-based sound card.  A short demonstration program is included.  This component is freeware # there is no expiry date, no nag screens, and it will work fine without the Borland IDE. The source code, however, is not free: $US4.
transcmp.zip     9,150 28-05-2000 TTransactable allows you to create ttransactable oriented components, Also included is an object to group transactable components together under a larger transaction (which is itself transactable), allowing large trees of commit/rollback behavior if anything fails.  Included is an ADO transactable object, allowing you to create multiple ADO connections to separate databases under one Native-Delphi controlled transaction.  Later I will add my QuickRTTI and toadbase components to make the transactions somewhat recoverable even if your computer crashes.
transimg.zip    20,052 31-05-1998 TTransImage component for Delphi 3 - Displays truely transparent images, even with semi- transparent areas! Can be used for example for creating splash screens - instructions included. See description file for details.
translib.zip    15,550 04-06-2000 TransLib is a collection of Delphi VCL's and base classes providing a complete range of component transparency and transparency effects such as Key color transparency, Alpha Transparency and a selection of Transparency effects such as FadeToRight.  The library also provides support for various background removal techniques such as Keycolor transparency and Blue screening.  Full control of the transparency is provided for through several Bias properties.  Translib contains the following components:  TCustomTransCanvas TTransCanvas TTransShape TTransLabel TTransImage  File includes a demo project.
transparent.zip   267,526 05-02-2001 TransparentSkin is a free component to help you make a transparent form with fade-in and fade-out effects under Windows 2000 by calling API. It is a free component with full source code for Delphi 3, 4, 5 or C++ Builder 5, source code is in Delphi. It is very simple to use, just drop it on a form of your project, and set the transparency property, rebuild it, you will see the form is transparent. If you want to add fade-in effect or fade-out effect, just add one line into FormCreate procedure or FormClose procedure.
TRASWinGod.zip   236,988 25-06-2000 WinGod (TrasWinGod) is a Delphi component that enables you to monitor mouse & keyboard messages in Windows. WinGod is an in terface to rasKB50.dll, rasM50.dll and rasSh50.dll. These DLLs  are needed for monitoring the message traffic so you have to  put them either into your exe's directory or into Windows or  System directory.
treegd3.zip    162,444 19-11-2000 An grid to display an abstract tree. Supports operations on a tree, nodes expanding/collapsing, optional marking column, etc. Allows such special tree operations as Sorting, Filtering and Summation. The Tree Grid collection is a part of the B&S component collection
Tregistrydemo.zip    12,272 27-06-2001 Tregistry Demo Is A Sample Program For Basic Access To Registry With This Basic Example You Can [Read / Write] String And Integer Variables [From / To] Windows Registry
TRegware210.zip    25,683 18-07-2001 This program helps developers of shareware include a timebomb/registration  for their program.  The end-user will enter their a name representing their license, and a serial number (kinda like Winzip).  If their registration info. is correct, then the program becomes registered.  TRegware hides data in the Windows registry to check if program was registered. <BR> TRegware now comes packaged with a Perl file (regware200.pl) so that  registration codes can be generated on a UNIX-based web server.  You  can use the Perl script if you would like to give registration codes  to customers via a CGI program.
trsltfm.zip     30,216 21-11-1999 Localisation form that translates most text properties (Caption, Hint, TStrings and embedded TCollection items) of the components found in the instantiated forms of the application at run-time.
TsList.zip       6,198 15-10-2001 Procedures and functions to build static and dynamic lists. You can also use it as priority queue and s.o.
tspider.zip     25,178 05-12-1999 Tspider is a freeware component written by Gordon Hamm, that can be used to comb through web pages , looking for information as is goes. It will automaticly follow links as many layers deep as you wish.
tsysinfo.zip   110,822 30-11-1997 Get system info like computername, username, win dir, sys dir, registered owner, registered company etc
turnpie.zip      5,121 20-09-1998 TurnPie is very simple component, that turn pie chart.
twave.zip       12,758 04-02-1999 It's a component that saves and restores wave files data in dfm files. So you dont need the wav files at runtime. Just drop it on a form and use it...
ucfg.zip         3,107 25-03-2001 TUCFileGrep is a component for simple text search in files. This maybe helpful for finding tags in files or for any text search applications.
ucgrdnt.zip      5,331 06-04-1999 A component which fills any canvas in a gradient style. Start and end color can be defined as well as fill direction and resolution.
uclp.zip         4,938 18-02-2001 UCLinePrinter is a simple printing component. It may be useful for fast printouts (e.g. log files).<BR> This component uses TPrinter for printing, so there's no printer setup (except PrintTitle), just make the desired settings for the global printer instance before using the Print-Method of UCLinePrinter.
ucsaf.zip        2,984 05-02-2001 TUCStatusbarAutofeed<BR> This component catches the onHint event of TApplication and displays the hint in the desired statusbar panel. Place this component on the same form as your statusbar, select panel (if the statusbar hasn't the SimplePanel property set to true) and the hints will appear.
ucwr.zip         2,781 05-02-2001 TUCWinRestore<BR> A component to set forms position and measures to values when form closed last time. Simply set "RegKey" value to the registry key in which the settings shall be stored. Tested with Delphi 5 but it should also work with D3 and D4.
udcvi3.zip       6,023 24-07-1999 Freeware Version Information component for Delphi 3 <IMG SRC="gifs/d30.gif">
udp_sock.zip   457,078 09-01-2000 TudpSocket (update) + Tnotify (look at included Tnotify.zip)<BR> TudpSocket is a component for using UDP in your applications. It is as easy as Tsockets, but it has a different design because it is UDP. Therefore, u can't create connections or accept connections, u simply can bind the UDPsocket to a specific port, and send UDP data to another machine/port. U can also send broadcast messages, just send data to your subnet's  broad-cast address.
uEGrdCSV.zip     1,713 07-11-2005 A simple component to import/export CSV file to StringGrid
uhttp10_d3.zip    22,223 26-06-2001 u_http.pas is a unit to get raw http pag from a server. Just fill the structure, call HttpGet(), and you get all the data. It use only pure Winsock API (no TSocket), and work in console mode. Proxy support.
ukill13.zip    134,368 17-09-2000 U_Kill.pas<BR> A Delphi 3/4/5 unit to kill process for Windows NT.<BR> A Delphi 3/4/5 unit to enumerate process for Windows NT.
unidbtab.zip    17,432 02-08-1998 TUniversalDBTable is data-aware component with DBGrid, DBNavigator, Search, Filter, Preview, Print, Export and FieldsNameEditor Dialogs at Run and Design Time.  Auto  Reports  generate for Columns, Labels and User-Definable  Report.
unidbtb2.zip    44,615 07-08-1998 TUniversalDBTable is data-aware component with DBGrid,   DBNavigator, Search,  Filter, Preview, Print, Export and   FieldsNameEditor Dialogs at Run and Design Time.  Auto   Reports  generate for Columns, Labels and User-Definable   Report.
urllabel.zip     8,503 27-12-1999 A label with the ability to execute your favourite Browser or Mail program according to settings in the properties.
userdlg.zip     31,219 27-09-1998 Very powerful component that replaces the Delphi  MessageDlg call. You can edit the message in the object  inspector, use custom icons, use parameters like in  TQuery.Params, use custom sound and many moore. Has preview function already at design tim
utmlalo.zip      8,027 29-11-1998 Conversion of geographical positions, Longitude / Latitude to Universal Transverse Mercator (UTM) and vice versa
valfre1.exe    144,572 03-07-1997 TAliasManager provides BDE alias creation and editing  capabilities.The TAliasManager component can be used  directly or installed as  a component. If the component is  installed, you can manage aliases at design  time
vba.zip          7,762 05-04-1998 This source shows how to use either VBA or Jscript from  within Delphi by wrapping the Microsoft Script Control 1.0.  This effectively gives you a script interpreter inside delphi.  The control itself can be found at  http://www.microsoft.com/scripti
vba_095.zip    187,870 19-07-1998 Shows how to use either VBA or Jscript from within Delphi by wrapping the MS-ScriptControl 1.0.  This effectively gives you a script interpreter inside delphi.  The control itself can be found at http://www.microsoft.com/scripting
vdatectl.zip   180,985 29-07-1997 Calendar components with BDE support
verinfo.zip     10,261 04-10-1998 NEW!!! Two components for control program   Version  information (such as VersionNumber, ProductName,   CompanyName, FileDescription) and protect it from changes   with full source ! New features included. Optimized for  DELPHI 3/4.
verslab.zip      4,897 02-08-1998 TLabel derivative that displays any and all VersionInfo from  the Delphi 3 compiler. New version handles any file including  DLLs
vga.zip          7,663 25-04-1998 TVGA Component indicated VGA Refresh Rate, Vertical and   Horizontal Freq. This version don't need any externally  DLL's or VxD. Messuring via direct Memory Reading ! Freeware (  Source $10 E-Mail [email protected] ).
vghbase.zip     90,123 05-09-1999 Drop-in Borland ClientDataset Redistributables replacement.  HyperBase is a dynamic-link library that implements full-featured Borland MIDAS core DLL (DBClient.dll). It allows developers to avoid purchasing MIDAS Deployment License for multi-tier programs.  All MIDAS features are implemented now.
vgmysql.zip    130,428 04-06-2000 Components to access MySQL  database directly, skipping the BDE. Supports data-aware components.
vidle.zip        5,136 26-01-1998 A descendant of TTimer with added functionality for watching  user activity. Useful for reminders like "no user activity since  5 hours". Demo included.
VirtualTrees.zip   512,499 26-12-2000 Virtual Treeview can be characterized by these few core capabilities <UL> <LI> Virtual Treeview is extremely fast and designed for high speed access. <LI> Virtual Treeview is memory sparing which is the premise for speed and capacity. <LI> Virtual Treeview is a high capacity control. Classical trees need ~30 MB for 200 000 nodes (if they can hold so many nodes at all). Virtual Treeview needs only ~60 MB for 1 000 000 (that's one million!) nodes. <LI> Virtual Tree's design is satisfying professional demands and implements a virtual paradigm, which allows for separating structure and data. This in turn allows for small memory requirements etc. <LI> The virtual paradigm required also a new serialization concept to make it possible to save and store a tree to/from a stream (including all user data). <LI> Correct system integration by supporting Unicode and OLE Drag'n drop as well as OLE clipboard operations. <LI> Virtual Treeview is highly customizable. Several levels of customization support ease the life of component developers writing totally new descentants and application developers who just want to give the tree a little different appearance. </UL>
visiolst.zip   139,127 06-08-1998 Visual control which manage many buttons, a little similiar with VISIO component selector, or a little like microsoft Outlook, but not the same.  Useful for choose from a lot of items. You need another component to work with it: Colorbutton which inc
visquery.zip     5,539 21-12-1998 TQuery descendant capable of showing a simple form with a  grid&navigator. Easy sorting and search. Form can contain  extra controls via assigned coolbar&menu, it can store info on  it's size and position and the query's result can be  autorefreshed.
vqfapi.zip     528,543 02-08-1999 Vqf unit  full support for vqf files  Very easy to use and demo included and full source except the source of the demo.
vsf.zip      1,425,094 05-02-2001 Use Varian Skin Factory to build your own applications using skins. The components and the complete designing process are fully integrated within the IDE! Due to the simple object hierarchy used you can easily extend the functionality of the designer and components yourself. But we will of course also keep working at this great project ourselfs.  The following main features are currently available:  - Advanced but easy to use design interface - Multi skins, you can give a skin to each form of the application - Easy export and import functions to open and save designed skins. Even within the IDE! - Includes property editors to speed up the designing process - Comes with the Varian Skin Factory ToolBox! A collection of graphics utilities. - Library comes with full source code and lifetime support!
vss.zip         34,258 16-05-1999 Visual SourceSafe Expert for Delphi 3/4<BR> The expert allows to work from a programming environment with base VSS (CheckIn, CheckOut, Undo ...).
vvm_chk.zip     54,699 19-03-2001 TDBCheck  Function of component is to check and correct structure of local data bases (DBase, Paradox) without any data loss. Component require Borland Database Engine(BDE). Now you can distribute your application with only one EXE-file. It itself will create or modify database files that it will need. Just drop component and read the correct structure of your data files from model directory.  What Component can check and modify: - Create, drop or modify order,type and size of fields - Create, drop and modify indexes - Create, drop and modify Validity checks [New in this version]  with Demo included
w95files.zip     4,297 05-09-1997 Functions to copy, move and delete files like Windows 95 explorer, showing flying files
wavcontl.zip    25,280 17-05-1998 Wav-OutPut-setting-TrackBar
Wave.zip         6,035 02-09-2001 TWavePlayer component that plays and embeds ".wav" files
waveaudio.zip    81,259 25-07-2005 The Wave Audio Package provides seven components for playing and recording of wave audio formats, two components for storing wave data as Delphi resources, one audio mixer component, and one high resolution multimedia timer. The package has also a set of useful functions for manipulating wave audio's.  The package's components are: <UL><LI><B>TAudioMixer</B><BR>Provides an easy interface to manage audio mixer controls.</LI> <LI><B>TWaveStorage</B><BR>Stores a single wave audio and provides access to its informational fields.</LI> <LI><B>TWaveCollection</B><BR>Stores a collection of wave audio's as resource and provides  access to their informational fields.< /LI> <LI><B>TAudioPlayer</B><BR>Plays a wave audio, which is stored in the component.</LI> <LI><B>TAudioRecorder</B><BR>Records wave audio and stores it in the component.</LI> <LI><B>TStockAudioPlayer</B><BR>Plays wave audio from a TWaveStorage or TWaveCollection component, a stream, or a file.</ LI> <LI><B>TStockAudioRecorder</B><BR>Records wave audio to a TWaveStorage or TWaveCollection component, a stream, or a file.</ LI> <LI><B>TLiveAudioPlayer</B><BR>Plays wave audio from user defined buffers.</LI> <LI><B>TLiveAudioRecorder</B><BR>Records wave audio to user defined buffers.</LI> <LI><B>TAudioRedirector</B><BR>Records wave audio from an input audio device and plays it on an output audio device.</LI> <LI><B>TMultimediaTimer</B><BR>Is a high resolution timer. </LI> </UL>
wcthai.zip      50,834 14-12-1997 This is set of Thai component. If you need to create Thai  Application that can show money or date in Thaiformat. You  need WCThai Pack. Very Easy to use, Support  Database and  QuickReport
weekcal.zip     20,886 13-05-2001 Weekly calendar that shows appointments.  Shows appointments for different users each with their own color.
WestGard.zip   385,214 22-06-2000 This file contains the TWestgardRules component and a demo. The demo is included as EXE-file and as source code. The component is included as dcu-file. The source you can get on request for free (freeware).
whatsfuz.zip   191,590 06-04-1999 These are 3 components which integrate Fuzzy Logic concepts and could help you to understand Fuzzy Logic with a Stock Fuzzy Management example.
wieniemc.zip    16,113 12-02-1998 wieniemc stuffs keys in the keyboard-buffer, so other  programs can use it. You can use it to send macro's to other  windows-programs. Starts hidden, icon in icon-tray, pops up a  menu, out of which you can select a macro. Now with  shortcuts.
WinAmpCtr1.1.zip   402,135 17-10-2001 A Component that can control Winamp  This component and included units contains functions that can control an open WinAmp application. It can command it to play, pause, play next track, play track number xx etc. It also contains support functions for retreiving MP3 tag info. from a file.  Use it for your homeautomation project or simular.
wincode.zip    127,711 07-08-1998 A programmers' utility (with source) that quickly gives the  API discription for a Windows error code.
winexit.zip      1,585 05-07-1999 Encapsulates the Windows API ExitWindowEx. Work with NT to.
winshoes.exe 1,325,868 21-05-2000 Winshoes is a set of Internet Components which allow you to program them the way you think, not the way that things happen. After all, this is what proper abstraction and RAD is all about. Winshoes is free for commercial, corporate, educational and personal use and comes with complete source. Winshoes IS open source. We would love to have your contributions. Even if you can only contribute "a little", a lot of "littles" = A LOT!
winzeos.zip    262,690 23-08-1999 The ZEOS Library is a set of Delphi Components for easy access of MySQL.  The included components are:  TParser - component to calculate formulas TMySQLDatabase - component to access a MySQL Database TMySQLTransact - component to post updates directly to the MySQL server, or via the ZEOS Transact server. TMySQLQuery - Full-featured TDataset class: - Support for all data types - Can edit simple and complex queries! - Cached updates - BLOB support - Locate and Lookup - Master-Detail support - Filter support - ZEOS generator support (recommended for cached updates - but not required) - ZEOS transact server support (to emulate MySQL transactions) - well, it is a very complete Dataset!  ZEOS library is distributed on the terms of the GPL Public License so it is completly free.  ZEOS is developed and is copyright by Sergey Seroukhov ([email protected]), but, as he is a very busy man, I got the job of distributing and help support the components. I am Rangel Reale ([email protected]), and you can ask me questions, that I'll forward them to Sergey if needed.  For more information, go to:  <A HREF="http://www.geocities.com/CapeCanaveral/2064/mysql.html"> http://www.geocities.com/CapeCanaveral/2064/mysql.html</A>.
wiseobj3.zip    35,731 19-11-2000 A number of usefl objects to store and quikly access data. Sorted lists, Tree support, etc. The Wise Objects collection is a part of the B&S component collection
Wizard97.zip   338,480 11-12-2002 This is a Borland Delphi template that automates the creation of a Windows 'Wizard97-style' wizards. It does not use Microsoft's over complicated common controls, but is designed to completely reproduce its specification outlined in Windows SDK using Delphi. By using Visual Form Inheritance, descending from this template facilitates the rapid creation of Wizards, leaving the developer to concentrate on the functionality of the wizard.
wlpop3.zip      19,552 26-09-1999 high level of control over POP3 protocol. includes base64, uuencode and charset management. fully independant from transport device. easy to add your own unlimited decoders. complete sample included. on this version: full blocking suport! satisfaction guaranteed! ***WORKS WITH ALL SOCKET IMPLEMENTATIONS***
wndwhdle.zip     4,729 30-11-1997 WindowHandle is a VCL for Delphi 2.0. It is a label that  returned follow importand Windowinformation in a caption.
wnetmap.zip      2,937 24-07-2000 Routines to reconnect to a windows mapped drive. It uses the WNet functions to read the remembered map and attempt to reconnect. If the drive is already connected the routines to this into account. Failure to reconnect returns an error text explaining why not.
wordweb.zip      2,965 21-05-2000 A component to use the free WordWeb dictionary and thesaurus from your applications. Get WordWeb from <A HREF="http://wordweb.co.uk/free" TARGET="_blank">here</A>.
wrd9722.zip     78,620 14-05-2000 Classes to use Word97 as a report generator ( based on Delphi Activex\Oleauto\Word8 example )
wwwbtn97.zip   159,187 04-10-1997 It's a drop-down button (97's style), which show a popupMenu  with all your favorites internet link present in your favorite  Directory. The PopupMenu show the URL and directory  Name with icon.
xaction.zip     75,542 21-12-1998 xAction helps to centralize management for controls, linked to single logical action (operation) in your application (like ActionList in Delphi4). Connect several controls to xAction component, then use only one line of code to change enabled/disabled status of controls, change captions, hints an so on. New: more clear paradigm for execute actions from several controls. Freeware. 100% source code, help file and demo applications included.
xaeval.zip      14,425 28-02-1999 Simple evaluation engine, with support for variable substitution, capable to resolving BEDMAS and logic equations (source code included).
Xbase1.zip     211,284 23-09-2003 Database access to files type .DBF  ( DBASE3 )
xcl.zip         60,677 02-08-1999 XCL - eXtreme Class Library for Delphi 3 / Delphi 4 vs VCL<BR> XCL is intended to create small applets in Delphi (less than 100K).
xdbf2pas.zip    12,463 28-09-1997 XDbf2Pas.  Creates a pascal unit from a DB Table that allows  the DB Table to be created programatically by calling a single procedure.  Can also save the data in the table to the pascal unit.
xdbsrch.zip     53,705 29-11-1998 Freeware. 100% source code, complete help file, language resources for English and Russian. xDBSearch incapsulate SearchDialog for DataSet. Component can perform automatically locate for specified DataSet. It's not a visible component, but in works w
xexp.zip       250,638 23-12-1997 Set of experts. Source find Expert, Method Navigator, Favorite files expert, Fast Package expert and more...  Need Library RX
xgenid.zip      66,114 03-01-1999 xGenRecordID is a simple way to generate unique record ID (primary key) for DataSet both in Desktop or Client-Server application (via any TTable or TQuery). After linking xGenRecordID to DataSet, all IDs for new records are generated automatically. Freeware. 100% source code, complete help file, demo applications. This release fixes seriouse bug, introduced in v1.2 of component, so please upgrade to this version.
xlsfile.zip    130,440 26-09-1999 Write directly to simple XLS file format (BIFF5).  It fast because it doesn't need OLE, DDE, or event M$-Excel. XLSfile can be used for write raw data, and OLE/DDE to format it. See demoXlsFile for example (you need to install this component first)
XMLPars2_4_15Free.zip 3,532,927 14-04-2002 XML parser component for Delphi
xshlnk11.zip     3,622 12-12-1999 Works with shell links - creates and reads LNKs.
xstatbar.zip     2,935 16-04-2000 Enhanced status bar with hottrackin, hints, plus additional events added.
xstringgrid.zip    73,768 30-06-2003 XStringgrid is an extended version of the stringgrid which offers a lot more flexibility. It's possible to apply different colors and fonts to each column and it's header and align the content of the cells. In addition it offers different inplace editors which can be assigned to columns to edit their cells. So far edit, combo, maskedit, updown, checklist, button checkbox and form inplace editors are implemented. TXStringgrid also implements a flexible sort mechanism. This version includes a simple mechanism to control the style (i.e. color, font...) of each cell. See the demo project to get started.
xsysi1_2.zip     3,942 05-12-1999 Collects system specific information. Currently there are 4 information areas - operating system, computer, memory and volume (network and display information is expected very soon).
xthread.zip      4,188 19-09-1999 Thread Component for Delphi 3, 4<BR> It's very EASY!, Drop TXThread component in you form and make your own code in  OnExecute Event.
xwreb2.zip       1,895 05-12-1999 A component for computer restart, reboot, shutdown, suspend and hibernation.
y2k.zip        397,939 15-08-1999 a delphi 3.0 Sysutils patch to handle better Y2K - we added the fullfunctionallity of delphi 4 TwoDigitYearCenturyWindow into delphi 3 core.
yap.zip        280,629 01-03-1998 YAP, stands for Yet Another POP3 client. When started YAP sits in Windows NT 4.0 system tray showing a mailbox icon. Either at regular intervals or on double click of mouse button YAP checks your POP3 server for any new mails.
yatt12s.zip    228,539 19-12-1999 This is Yatt, which is short for Yet Another Typing Tutor.  The screen is divided in three parts : a keyboard panel on top, a typer panel on bottom and a menu panel on the left. You have to type the characters on bottom in the right order, otherwise they won't be accepted and they will count as mistakes. You can choose any text file you like, just click on the book icon. When you have had enough click on the door icon.  To compile this project you have first to install the packages in Yatt30.dpk. Open this package and click on install. The components TKeyboardPanel and TTyperPanel will be installed. Then load the project file Yatt.dpr. It is known to compile under Delphi 3.0 and 5.0 (with some tweaking), but should run under 4.0 as well . No third party components are required.
ycal.zip        13,099 17-05-1998 This component is a Calendar representing all the months in  the year! YEAR CALENDAR!!! It allows you to mark days with circles or mark parts of days,  like morning, afternoon, and/or night. It even allows drag'n'drop.
zlbar152.zip    46,766 17-10-2000 ZLBArchive a wrapper component for the ZLIB compression routines to create ZIP like files.  It does not create .zip files! Lots of routines for adding and extracting files from the ZLB file format. This version now has greater support for large files. This component is freeware and the author requests that any modifications be mailed back to him.
ZLPortIO.zip    12,733 20-05-2001 ZLPortIO - This unit allow your application direct access port input and output under all versions of Microsoft Windows