![]() | Delphi 3.0x freeware Classes and units |
[ jstbl.zip ] [ 4,575 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 ] | ||
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. Fixed problem in Delphi 4 of undefined PFieldDescList. Added: 3-05-1999/12-05-1999 | Version: 1.01 | Downloads: 2435/2106/0
|
[ justone.zip ] [ 1,159 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 ] | ||
XJustOne Component This component let start only one copy of your application. Added: 15-07-1999 | Version: 2.0 | Downloads: 3198/3198/1
|
[ jvabrush.zip ] [ 4,186 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 ] | ||
TjvAirBrush is a TComponent descendant featuring:
Added: 26-09-1999 | Version: n/a | Downloads: 2864/2864/2
|
[ jvgrdflt.zip ] [ 3,631 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 ] | ||
TjvGridFilter is a TComponent descendant that will filter the rows of any TStringGrid or descendant. Up to 10 conditions can be handled. A row matches the filter if it matches with all conditions. Added: 26-09-1999 | Version: n/a | Downloads: 2735/2735/1
|
[ kaz_jpeg.zip ] [ 2,306 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 | D6 ] | ||
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). Added: 30-12-2001 | Version: 1.0 | Downloads: 2711/2711/7
|
[ listo.zip ] [ 11,594 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 ] | ||
TListO is a simple replacement for TList. Replicates the behavior of TList. TListOOUN, a derivation of TListO, offers five significant additional features; Ownership, Uniqueness, No Nil entries, Finding and Sorting. TListO's implementation is still based directly upon TList. Where all the methods in TList used Pointer, TListO has replaced them with TObject. Only two methods beyond those of TList have been added. Added: 12-09-1999 | Version: 990904.1623 | Downloads: 1763/1763/0
|
[ ln.zip ] [ 716,673 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 ] | ||
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 Notes/Delphi class library Added: 17-05-1998/23-06-2000 | Version: 3.9 | Downloads: 3713/2971/0
|
[ mapfiles.zip ] [ 16,311 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 ] | ||
Three memory mapped file classes: TMapStream, TTextMap, and TRecordMap. Useful when you'd like to use Pascal's file of record or textfile types, but need memory mapping. Options for mutexes, encryption, & file headers. Helpfile included. Added WasAlreadyOpen property. Added: 26-06-1998/24-10-1999 | Version: 1.14 | Downloads: 5553/2522/10
|
[ mapid10.zip ] [ 58,559 bytes ] | [ Freeware ] [ With Source ] [ D3 ] | ||
MAPI Support Kit for Delphi 3.0. Translation of original MAPI 1.0 ("Extended MAPI") header files to Delphi. Added: 21-06-1997 | Version: 1.0 | Downloads: 2407/2407/1
|
[ maplib.zip ] [ 43,478 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 ] | ||
Maps: Generic Associative Containers Maps are probably the most generally useful of all the abstract data types yet they are missing from Delphis VCL. What are they? First of all they are containersthey are designed to hold and manipulate data. What kind of data? Any kindnearly! The maps provided in this library are genericthey can hold Delphis atomic types (integer, real, string, etc.) and they can also hold objects. And like Delphis TStringList, maps are associative containersthey store things in pairs so that given one you can get the other. But where TStringList can only associate objects with strings, maps can be used to associate strings with objects, or integers with characters, or whatever you want. Added: 16-06-1999/15-06-1999 | Version: n/a | Downloads: 2665/2665/0
|
[ masks.zip ] [ 4,050 bytes ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | D4 ] | ||
Pattern Mask object - Will identify strings of a particular pattern. Usefull for searching for particular filetypes amongst many other things. This Unit is a replacement for Borlands Masks unit which is only available with the client server version. :( Added: 6-04-1999 | Version: 1.1 | Downloads: 3218/3218/0
|
[ mdlgres.zip ] [ 28,839 bytes ] | [ Freeware ] [ With Source ] [ D1 | D3 ] | ||
If an app. just needs several entry screens. mdlgres uses Windows Res file and saves 170K Delphi runtime of Forms, graphics.. Added: 26-01-1998 | Version: 1.01 | Downloads: 1815/1815/0
|
[ mmstream.zip ] [ 5,873 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 ] | ||
Encapsulation of the Windows Memory Mapped File (MMF) as a TStream descendent. Allows for the simple interprocess communications via the named mapped objects, access to the files up to 4Gb size as arrays, etc. Added: 1-06-1997 | Version: 1.0 | Downloads: 2140/2140/1
|
[ mouse.zip ] [ 4,849 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 ] | ||
This component perform a synthesized mouse move and clicking.. You can move it even out of your form, so u can move programically move mousecursor to the start button, click it and select your any program to run Added: 12-09-1999/25-09-1999 | Version: n/a | Downloads: 4493/4493/1
|
[ mpaslex2.zip ] [ 27,921 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 ] | ||
TmPasLex is very fast Pascal tokenizer. I'd like to invite the Delphi community to develop it further and to create a full featured Object Pascal parser.The license to this software and all previous versions has been moved to the MOZILLA PUBLIC LICENSE Version 1.1 Added: 17-04-1999/15-06-1999 | Version: 1.88 | Downloads: 3807/2909/0
|
[ mp_excel.zip ] [ 8,171 bytes ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | D4 ] | ||
Units for creating excel or lotus 123 files. UsaveXLS need to be improved, u123 is working well but it is Lotus not Excel file. Added: 27-09-1998 | Version: 1.00 | Downloads: 4931/4931/0
|
[ MWHashList.zip ] [ 3,284 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 ] | ||
A simple ultra fast double Hash list for strings. The amount of items is variable and only limited by available RAM. There are two simple default Hash functions available, however you can assign your own Hash function. Added: 26-12-2000/28-12-2000 | Version: 1.1 | Downloads: 2345/2345/2
|
[ mxutil.zip ] [ 25,756 bytes ] | [ Freeware ] [ No Source ] [ D2 | D3 ] | ||
MxUtil is a function and procedure collection. Source is free available on request. Added: 15-11-1997 | Version: 1.00.10 | Downloads: 1721/1721/0
|
[ newcrt.zip ] [ 7,134 bytes ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | D4 ] | ||
CRT unit Added: 4-02-1999 | Version: n/a | Downloads: 3282/3282/0
|
[ newcrta.zip ] [ 39,279 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 ] | ||
CRT unit Added: 11-05-1999/12-05-1999 | Version: n/a | Downloads: 0/0/0
|
© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ). All rights reserved. | ![]() |