Delphi 4.0x freeware
Graphical Controls

[ 7bevel.zip ] [ 8,237 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]

TEllipseBevel is a very simple component designed to display a circle or ellipse bevel.

The main difference between TEllipseBevel and any similar component lies in it's ability to adjust it's color to the color of the backround, ie. the owner component. Bevel can be of any width and can be antialiased.

For viewing pleasure, bevel is painted in four colors, instead of the usual two (dark and light), giving it smooth and natural look.


Added: 19-07-2000   |  Version: 1.00   |  Downloads: 5720/5720/5
Author:Jovan Sedlan   SEDLAN A.D.   [Homepage]   [DSP files]

[ alscrtxt.zip ] [ 2,775 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 ]
TALScrollingText is a simple control that displays horizontal scrolling text. It can fade the text off the edges to a specified width.
Added: 31-10-1999/1-01-2001   |  Version: 1.03   |  Downloads: 9643/9235/7
Author:Andrew Leigh   [Homepage]   [DSP files]

[ bkground.zip ] [ 8,266 bytes ] [ Freeware ] [ With Source ]
[ D4 ]
This is my first components, try it! It's a small component that adds a back gound onto your form. Support: Image and Colours
Documentation is included within source file (.pas)!
Added: 4-05-2000   |  Version: 1.0   |  Downloads: 2507/2507/0
Author:BaThanh Nguyen   [DSP files]

[ bubble.zip ] [ 8,917 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 ]
Set of cartoon-like text-bubble labels. Also data-aware and auto-sized. This version 1.01 has now source code included.
This is Freeware / Cardware / Riskware / Beerware / Whatever-ware... for *any* use. For use in commercial or shareware sofware please mention my name. (Yes, I do know it's long!) Pleeeease ! ;)
Added: 10-01-1999/19-01-1999   |  Version: 1.01   |  Downloads: 0/0/0
Author:Stephane Vandenbussche   [DSP files]

[ cornerpanel.zip ] [ 2,946 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | D6 | C4 ]
TCornerPanel is an L-shaped panel component. Includes 3D, Line or no borders.
Added: 10-03-2002   |  Version: 0.1   |  Downloads: 3758/3758/17
Author:Raoul Snyman   Saturn Laboratories   [Homepage]   [DSP files]

[ credits.zip ] [ 4,504 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | C4 ]
TScrollingCredits is a component which displays scrolling credits like those at the end of movies, videos, etc. It now includes basic text formatting like bold, underline and italics.
Added: 17-12-2000/10-03-2002   |  Version: 1.2   |  Downloads: 4495/4491/13
Author:Raoul Snyman   Saturn Laboratories   [Homepage]   [DSP files]

[ cursorview.zip ] [ 5,086 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 ]
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.
Added: 7-04-2003   |  Version: 1.01   |  Downloads: 1331/1331/15
Author:Kambiz R. Khojasteh   [Homepage]   [DSP files]

[ delgraph.zip ] [ 4,888 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 ]
This unit contains the graph.tpu-commands of TurboPascal 7.0. Use to fast convert old Pascal program with graphic-commands like setcolor, putpixel, rectangle etc.; use original colors. Easy to use. Only write e.g. Initgraph(Form1.canvas, 1024, 768); and now draw. The delgraph-Unit is not completed yet (Beta), but a little help. Should work in all Delphi-Versions.
(Update, debugged)
Added: 13-05-2001/7-03-2004   |  Version: 0.75   |  Downloads: 5690/5690/14
Author:Matthias Henckell - MATHEsoft   [Homepage]   [DSP files]

[ dibultra.zip ] [ 796,944 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
THIS ZIP FILE CONTAINS BINARY EXE AND SOURCES.
DIBUltra is a graphical unit. The TDIBUltra object manages DIBs and provides full and speed access to the bitfield. LineTo and others securised graphical routines are ASM optimized (200% to 800% better than GDI) and you can use them in the same way than GDI. DIBUltra has a TCanvas, soo normal utilisation is possible (CopyRect, etc...) DIBUltra is able to load and save BMP DIBs or compressed UDC DIBs (his own format, smaller than Gif) from disk / ressource / stream. Some special effects like (speedy) AlphaBlend are supported. Most of DIBUltra routines are ASM optimized (with comment ;-) ).
5 small Delphi Projects are provided with DIBUltra : # Compress : How to LoadFrom/SaveTo Disk/Ressource
# AboutBox : Demonstration of graphical capabilities
# AlphaDemo : How to show a AlphaBlend effect.
# AlphaTool : This useful tool creates a DIB with Alpha Channel
# Drawing : How to use Buffering/LineTo/PenStyle.
Look at my Delphi/ASM page for SCREENSHOTS and informations. DIBUltra is specially useful too, if you wish to learn DELPHI INLINE ASSEMBLY LANGAGE !
DIBUltra is distributed under the terms of GNU licence. That means, I share all my sources with you. If you want to improve this unit or just encourage me, E-Mail me !
sources only file: dibultr2.zip ~250 kB
Added: 7-06-1999   |  Version: 1.3.0   |  Downloads: 6591/6591/4
Author:LEON Sebastien   [Homepage]   [DSP files]

[ distbar.zip ] [ 9,788 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 ]
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!
Free for all uses.
Added: 3-05-1999/15-06-1999   |  Version: 1.2   |  Downloads: 9222/6697/0
Author:Rangel Gustavo Reale   [DSP files]

[ esimage.zip ] [ 14,362 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 ]
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.
Added: 1-03-1998/3-05-1999   |  Version: 1.0   |  Downloads: 6136/6067/1
Author:Eray Sazan   [Homepage]   [DSP files]

[ everindc.zip ] [ 20,052 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
TIAeverliquidIndicator is The Universal Indicator looks as such on liquid crystal.
Added: 21-05-2000   |  Version: 1.12   |  Downloads: 7485/7485/6
Author:Andronov Igor   [Homepage]   [DSP files]

[ fastlib.zip ] [ 599,586 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
FastLIB is a graphics toolkit for all 32-bit versions of Delphi. It consists of object pascal wrappers for the windows bitmap and directdraw surface API, and utility units containing methods for digital effects, filters, drawing routines, etc. The objects - TFastBMP, TFast256, and TFastDDB are inherited from the base class TFastRGB which is abstract. There is also a VCL encapsulation of TFastRGB, TFastIMG, which can automatically select which object to use based on the screen resolution and whether or not directx is installed.
Added: 12-05-1999   |  Version: 1.1   |  Downloads: 6270/6270/1
Author:Gordon Alex Cowie   [Homepage]   [DSP files]

[ gdasrc.zip ] [ 257,271 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 ]
TImagePlus/TDbImagePlus
TImageTwain/TDbImageTwain
These Components make using Twain Scanners & Cameras simple
Built-in popup menu with Cut / Copy / Paste // Open / Save As / Stretch / Center / Aspect // Select Source / Acquire image and more
This release includes Flip & Mirror
It maintains the correct aspect ratio when stretching images if Aspect is selected
Now with Deutsch, English, Espanol, French, Nederlands, Turkish & Russian resources,
Speak another language ?, translate gdaconst.rc and send it to us
We are looking for somebody to help test this with C++ Builder
Can you help to improve this product? contact us now!

The Developers are members of the Global Developers Alliance, a programming group for developers by developers

Added: 28-05-2000/22-04-2002   |  Version: 1.4.7   |  Downloads: 15761/15632/51
Author:Peter Ivan Dunne   [Homepage]   [DSP files]
Hans Vandepapeliere   [Homepage]   [DSP files]
Omer Yasar Can   [Homepage]   [DSP files]
Philippe Descat   [Homepage]   [DSP files]
Peter Ivan Dunne   Global Developers Alliance   [Homepage]   [DSP files]
Peter Ivan Dunne   Ersin Eyibas   [Homepage]   [DSP files]
Ernesto Cullen   [Homepage]   [DSP files]
Eugene Jashin   [Homepage]   [DSP files]

[ gifimage.exe ] [ 989,546 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | C3 | C4 ]
Full TGraphic implementation of the GIF graphics format.
Reads, writes and displays animated and transparent GIFs and can convert to and from any format supported by TGraphic (e.g TBitmap, TJPEGImage, TIcon, TMetaFile etc.). Implements the complete GIF87a and GIF89a specification and most common GIF extensions.

Advanced features include:

  • Integrates with TPicture to add GIF support to the TImage, TOpenPictureDialog and TSavePictureDialog components.
    Also works at design time.
  • Imports images with more than 256 colors using color quantization and 6 different dithering methods (e.g. Floyd Steinberg and Stucki).
  • LZW-less compression. Optionally saves GIFs without using the LZW algorithm.
    This means no more royalties to Unisys if you only write GIFs.
  • Multi threaded drawing engine.
  • GIF optimizer reduces the size of your GIFs substantially.
  • GIF to AVI and AVI to GIF converter.
  • Extensive help and many examples included.

Added: 17-05-1998/7-06-1999   |  Version: 2.2   |  Downloads: 14959/12616/17
Author:Anders Melander   [Homepage]   [DSP files]

[ gifview.zip ] [ 157,950 bytes ] [ Freeware ] [ With Source ]
[ D4 ]
GIFView is a freeware DLL for converting a GIF image from a file or data buffer to a Windows bitmap resource. The two DLL functions return a handle of type HBITMAP. A freeware Delphi 4 component (TGif, descendant of TImage) is provided to show how to dynamically load the DLL and use the functions. [more]
Added: 5-09-1999   |  Version: 1.0   |  Downloads: 2488/2488/0
Author:William Schroeder   [DSP files]

[ GLScene080.zip ] [ 1,648,352 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 ]
GLScene is a library which provides you with all the components and support classes to build 3D scenes and display them on the screen using hardware or software OpenGL for rendering. Unlike other 3D renderers, GLScene allows visual design of your scenes from within Delphi's IDE. This library is based on Mike Lischke's, features many fixes, numerous enhancements, and an ever growing set of samples. v0.7.3 has many enhancements and introduces 3D sound support. See homepage at http://glscene.cjb.net for details.
Added: 16-04-2000/12-02-2001   |  Version: 0.8.0   |  Downloads: 6437/6289/5
Author:Eric Grange   [Homepage]   [DSP files]

[ gradient.zip ] [ 19,270 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 ]
This component is an extremely fast gradient fill control, so fast that you can even animate gradient colors. It has 23 built-in fill styles and provides an event to create easily custom gradients. In addition, TGradient can shift and/or rotate the gradient colors.
Added: 10-02-2002/9-08-2004   |  Version: 2.522   |  Downloads: 6136/6116/34
Author:Kambiz R. Khojasteh   [Homepage]   [DSP files]

[ graph64lib_full.zip ] [ 349,398 bytes ] [ Freeware ] [ With Source ]
[ D4 | D5 | D6 ]
Fast free graphics library for delphi. New version of old Graph64 lib. Many news features and better code organization. More TBitmap compatible, DelphiX support ... blendings functions(bmCopy, bmDisolve, bmLens, bmGrayScale, bmBlendAdd, bmLightness, bmDarkness, bmAlpha, bmAlphaTransform. bmShadow, bmAxialTransparency). Cliping, plug-in like style for blending ... Example included ... Now with Filter mode support.
Added: 16-04-2000/19-08-2002   |  Version: 0.1f   |  Downloads: 11343/10641/20
Author:Pavol Stugel   Pavol Stugel   [Homepage]   [DSP files]

[ link: wingpack.zip ] [ size n/a ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
This package does the encapsulation of the WinG library functions, with a visual Delphi component and three more classes to deal with Palette management, DIB loading/saving and much more. Also included a sample game with Source Code, a timer component and some sample code.
Added: 24-06-1997/21-11-1999   |  Version: 1.7   |  Downloads: n/a
Author:Carlos Barbosa   [Homepage]   [DSP files]

© 1995-2006 Robert M. Czerwinski ( The Delphi Super Page a.k.a. DSP ).
All rights reserved.
Next 20 files