Delphi 6.0x freeware Classes and units |
[ aszCRT.tar.gz ] [ 41,917 bytes ] | [ Freeware ] [ With Source ] [ D6 | K1 ] | ||
This units represents the BP7's CRT functions on Windows, Linux and DOS. Added: 7-11-2001 | Version: n/a | Downloads: 422/422/4
|
[ dd-resfile.zip ] [ 31,891 bytes ] | [ Freeware ] [ With Source ] [ D4 | D5 | D6 | D7 | D2 ] | ||
This unit contains classes that encapsulate Windows 32 bit binary resource files and the resources contained in them. The main functionality is provided by two classes:
Note that the classes have no knowledge of resource data formats and see the resource data simply as a raw sequence of bytes. It is for the user of the class to interpret the data correctly. In addition to the two main classes, some useful helper functions and constants are also provided. The download includes a UserGuide that provides detailed description of the classes, along example code for the key methods. Added: 7-11-2005 | Version: 1.0 | Downloads: 288/288/24
|
[ DelphiPlugins.zip ] [ 7,011 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 | D6 ] | ||
A little tool to use plugins for Delphi programms Added: 22-04-2002 | Version: 1.0 | Downloads: 3540/3540/11
|
[ fndutl.zip ] [ 239,779 bytes ] | [ Freeware ] [ With Source ] [ D5 | D6 | D7 ] | ||
Collection of code libraries: * Utility functions for Integer, Bit, Set, Float, Memory and Dynamic Arrays. * Ansi String functions. * Date and Time functions. * Data structures: Arrays, Dictionaries and Linked Lists. * System functions: Registry, Windows API and File Utilities. * NEW! Unicode functions: Unicode character and string functions. [more] Added: 4-11-2002/17-12-2002 | Version: 3.12 | Downloads: 4101/4093/26
|
[ gdiplus.zip ] [ 813,957 bytes ] | [ Freeware ] [ With Source ] [ D5 | D6 ] | ||
GDI+ is a new graphics subsystem for Windows and provides a new set of graphics APIs for rendering 2D graphics, images, and text. GDI+ is the only API for drawing in the .NET Framework, but in Delphi it is a complement to the current GDI to provide more advanced rendering capabilities. Here's what you get with GDI+: antialiased 2D drawing, alpha channel support, universal transformations and floating point coordinates, gradient brushes, cardinal splines, scalable regions, and a new programming model. The GDI+ feature can be easily redistributed. GDI+ is standard on Windows XP. For Windows 98, Windows Me, Windows NT# 4.0, and Windows 2000, you can simply copy GdiPlus.DLL into your app's directory. GDI+ uses a different programming model from GDI. Instead of selecting brushes and pens into a device context, in GDI+ you pass the pen or brush into every drawing command. Graphics elements are no longer drawn with both the pen and brush together; they are outlined and filled using separate functions (such as DrawRectangle and FillRectangle). I've tested all functions of GDIPlus API for Delphi 5/6, so i'm sure this API is fully fonctionnal. You will find 82 sample applications to learn how to use most of GDIPlus features. Added: 10-03-2002 | Version: 1.0 | Downloads: 2743/2743/11
|
[ link: xorDX8e.htm ] [ size n/a ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 | D6 | D7 ] | ||
xorDX8 Objects for easy access to DirectX. Scene, Cameras, Lights, Mouse, Keyboard, Textures, Polygons, Font, Fog, Shadow, Transparency....and some examples + helpfile Added: 14-09-2004 | Version: 13.09.04 | Downloads: n/a
|
[ link: RegBrowser.zip ] [ size n/a ] | [ Freeware ] [ With Source ] [ D5 | D6 ] | ||
Registry Browser was written originally as a property editor for a product still under development and has been released as a stand alone executable. It has many novel features including display of the timestamp that is associated with registry entries on W2K systems. Additional features include bookmarks to provide fast access to frequently inspected areas of the registry. The code is well documented throughout and ilustrates many of the important features of registry operations. Added: 1-04-2002 | Version: n/a | Downloads: n/a
|
[ itutilib1.2.zip ] [ 186,276 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 | D6 | D7 ] | ||
Itutilib is a DLL wich contains 68 functions and procedures of general use for Delphi programmers. It's an open source project. The address of the project is http://www.itexto.net/soft/itutilib.html Unfortunelly, the page is in portuguese, but I know that many brazilians use to access DSP, so this link can be usefull for them. The procedures and funcions are organized into five categories:
Added: 21-01-2004 | Version: 1.2 | Downloads: 1483/1483/24
|
[ 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
|
[ mtdorb_1.0beta1.zip ] [ 729,136 bytes ] | [ Freeware ] [ With Source ] [ D6 | K1 ] | ||
MT DORB is free and opensource ORB (Object Request Broker) for Delphi and Kylix. It is intended to be a fully compliant implementation of CORBA 2.3 standard. MT Report is a set of native Delphi and Kylix components intended for report creation in multi-tier and classical database applications. Current implementation includes:
MT_DORB is an Open Source Project. Added: 30-09-2001/9-12-2001 | Version: 21.09.2001 | Downloads: 1979/1916/2
|
[ NSPosInStr.zip ] [ 855 bytes ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | D4 | D5 | D6 ] | ||
A function that returns a substrings position in a string and starts searching in the string from a given index. If the substring is not found the function returns 0(zero). E.g NSPosInStr('MyLittleString','leS',3) returns 7 and starts the search by comparing 'L' with 'l'. Added: 11-09-2002/15-01-2003 | Version: 1.1 | Downloads: 1553/1546/3
|
[ NSStringHashTable.zip ] [ 3,942 bytes ] | [ Freeware ] [ With Source ] [ D5 | D6 ] | ||
A simple class that provides the basic functions for a hash table. These types of tables are also called associative arrays. Added: 18-03-2002/24-03-2002 | Version: 1.2 | Downloads: 1865/1851/4
|
[ pjstream.zip ] [ 97,063 bytes ] | [ Freeware ] [ With Source ] [ D4 | D5 | D6 | D7 ] | ||
Several TStream descendant classes that provide additional stream functionality
Several demo programs are included. [more]Added: 3-10-2001/24-11-2003 | Version: 2.0.1 | Downloads: 1758/1758/14
|
[ rwregexp.zip ] [ 4,075 bytes ] | [ Freeware ] [ With Source ] [ D4 | D5 | D6 ] | ||
Regular expression library that stores compiled regular expressions as long strings. Optimized for syntax parsing. Uses a subset of the Perl regular expression format. Does not support sub-pattern matching. Added: 19-06-2001 | Version: 0.1a | Downloads: 3007/3007/5
|
[ shellnkr.zip ] [ 237,782 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 | D6 | C4 | C5 ] | ||
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. You can set/get all properties of a link, such as parameters, icon, hotkey, and show state. Exe-demo included. Does not work with D2. Added: 15-08-1999/19-08-2002 | Version: 2.0.0 | Downloads: 3934/3879/6
|
[ smpltimr.zip ] [ 11,145 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 | D6 | D7 | C3 | C4 | C5 | C6 ] | ||
SimpleTimer is a timer class. It has the same timer resolution as TTimer, but it is more lightweight because it's derived from TObject in stead of TComponent. Furthermore, the same handle is shared between multiple instances of SimpleTimer. This makes it ideal for developers who need a timer in their own components or applications, but want to keep the resource usage minimal. Demo included. Added: 22-04-2002/24-02-2003 | Version: 2.0.1 | Downloads: 4295/4232/13
|
[ SpeedParser.zip ] [ 6,818 bytes ] | [ Freeware ] [ With Source ] [ D2 | D3 | D4 | D5 | D6 ] | ||
An expression parser for Delphi, intended to be very fast, though yet not a real compiler Added: 5-11-2001 | Version: 0.3 (06/09/2001) | Downloads: 3195/3195/10
|
[ StringTree.zip ] [ 138,165 bytes ] | [ Freeware ] [ With Source ] [ D1 | D2 | D3 | D4 | D5 | D6 ] | ||
TStringTree is a class for handling a tree-structured stringlist. TStringTree was born out of frustration of actually using a stringTree in the the same way as stringTrees are represented in TTreeView, all the housekeeping of nodes and child objects with potential "hang errors" during creating/destroying processes. Corrected a bug in version 1.1, added 18/12/2003) Added: 10-03-2002/23-12-2003 | Version: 1.1 | Downloads: 2044/2044/8
|
[ TaskSched.zip ] [ 18,516 bytes ] | [ Freeware ] [ With Source ] [ D5 | D6 ] | ||
Here's my TTaskScheduler component which is a pretty wrapper for ITaskScheduler. It works in 98 and 2000. 95 with the Plus pack should work as well. I'm not sure if NT with the latest service pack provides the interface so for now assume not. Added: 11-10-2001 | Version: n/a | Downloads: 2728/2728/5
|
[ Tkimlik.zip ] [ 7,869 bytes ] | [ Freeware ] [ With Source ] [ D3 | D4 | D5 | D6 ] | ||
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. Maybe it calculate different person identity same number. Not Warranty. fill firstanme,lastname,father,mather name, birthplace,birthDate call calculate method. Result personNo (int64). Added: 22-04-2002 | Version: 1.0 | Downloads: 1278/1278/3
|
© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ). All rights reserved. | ![]() |