Previous 20 filesDelphi 2.0x freeware
InVisible Components

[ dcnotify.zip ] [ 8,708 bytes ] [ Freeware ] [ With Source ]
[ D2 ]
Threaded component to provide notification of file changes in a folder (additions/deletions/attributes etc) using FindFirstChangeNotification/FindNextChangeNotification
Added: 19-05-1997   |  Version: 1.00   |  Downloads: 1639/1639/1
Author:Andrew Venmore   [DSP files]

[ dd-aboutbox.zip ] [ 32,387 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 | D5 | D6 | D7 | D2 ]

This component encapsulates an About Box in a non-visual component. It has various string properties to display five different pieces of information in the about box.

Alternatively, the about box can display information extracted from the program's version information resource. This is accessed using a linked TPJVersionInfo component - available from DSP and my website.

Note: The TPJVersionInfo component must be installed before this component.

The About box also displays an icon. This is the icon defined for the application (see the Icon property of TApplication). If no icon has been specified for the application the default Delphi icon is used.

The display attributes and location on the screen can also be customised.

A help file is included that integrates into the IDE for Delphi 3 to 7. It does not integrate with the Delphi 1, 2 and 2005 or later IDEs but can be used independently of the IDE.

 [more]
v3.3 adds a new Position property to enable the dialog to be aligned to the screen, the desktop work area or the parent form. New demo program also added.
Added: 15-07-1999/19-12-2005   |  Version: 3.3.1   |  Downloads: 5185/5003/22
Author:Peter D Johnson   [Homepage]   [DSP files]

[ dd-hkeype.zip ] [ 6,396 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | D6 | D7 | D2 ]

This code defines a property editor for properties of type HKEY - i.e. registry root keys. The editor causes a drop-down list of all the registry root keys supported by Delphi to be displayed in the object inspector for any property of type HKEY.

Such a property is exposed by my TPJRegWdwState component (available on DSP or from my website). This property editor is included with current releases of that component.

 [more]
v1.0.2 adds support for Delphi 6 & 7.

Added: 5-11-2000/19-12-2005   |  Version: 1.0.3   |  Downloads: 2697/2679/26
Author:Peter D Johnson   [Homepage]   [DSP files]

[ dd-vinfo.zip ] [ 52,945 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | D6 | D7 | D2 | C1 | C3 | C4 | C5 | C6 ]

TPJVersionInfo is a 32 bit non-visual component for all Win32 versions of Delphi and C++Builder that encapsulates the version information contained in an executable file's resources.

The component reads information from a designated file's VERSIONINFO resource. The required file is specified in the component's FileName property. Setting FileName to the empty string fetches version information for the executable containing the component. The boolean HaveInfo property indicates whether the file contains version information. This component can access variable file information for each language provided in the resource.

Run-time properties enable access to to version information. Properties enable:

  • Access to fixed file information, either by field or the whole record.
  • Access to the number of translations stored in the version information.
  • Selection of the translation for which information is to be returned by other properties.
  • Access to the language and code page of the current translation - by code and by name.
  • Access to the string file information for the current translation - named properties access the Microsoft-defined string information, while an array property gives access to any string item by name.

The component makes calls to the Windows API. Therefore the version information being read must follow the Microsoft guidelines - be warned that not all software complies!

For detailed information about version information refer to the Win32 SDK.

A help file is provided that integrates with the help system of Delphi 3 to 7. An a-link keyword file is provided for integration with Delphi 6 and 7.

Source code of two demo programs is also provided.

 [more]
A 16 bit version of the component is available from the author's website.
Added: 19-12-2005   |  Version: 3.1.1   |  Downloads: 148/148/26
Author:Peter D Johnson   [Homepage]   [DSP files]

[ delete32.zip ] [ 6,494 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | C1 ]
This component deletes project executable file. This feature can be very useful for an uninstall program.
Added: 1-02-1998   |  Version: 1.0   |  Downloads: 2284/2284/0
Author:CRESTO Sylvain   [Homepage]   [DSP files]

[ delph100.zip ] [ 94,337 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | C1 ]
Compiles to compact p-code and executes DELPHI style sources. Functions for loading and executing DFM+PAS files. Object Browser. You can use any Delphi object, procedure or function in scripts (Imports automatically).
Added: 11-01-1998   |  Version: 1.0   |  Downloads: 2367/2367/1
Author:S.Kurinny & S.Kostinsky   [Homepage]   [DSP files]

[ delphin.zip ] [ 98,989 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | C1 | C3 ]
If you want to integrate pascal scripting language into your application this component is for you. Can load and execute DFM+PAS files. Any VCl component/procedure can be used in scripts. Automatical unit import. Supports subset of Object Pascal.
Added: 26-06-1998   |  Version: 1.21   |  Downloads: 3180/3180/1
Author:S.Kurinny & S.Kostinsky   [Homepage]   [DSP files]

[ depend.zip ] [ 11,171 bytes ] [ Freeware ] [ No Source ]
[ D2 ]
TDependTimer- Component to look for file flag before calling your selected procedure during a specified interval. Descending from TTimer, TDependTimer can hold many dependencies, check for the existence, size, or non-existence.
Freeware. Comments, suggestions, or gripes welcome.
Added: 4-10-1997   |  Version: 1.0   |  Downloads: 1296/1296/0
Author:Daaron Dwyer   [Homepage]   [DSP files]

[ dirchng.zip ] [ 22,877 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
Small component for monitoring directory changes. Bags Free. Now monitors subdirectories.
Added: 7-06-1998/24-08-1998   |  Version: 1.1   |  Downloads: 0/0/0
Author:Tomasz Kustra   [DSP files]

[ dirlabel.zip ] [ 6,917 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 ]
Dirlabel is a component like TLabel but if you assign a string with a path and a filename, DirLabel will try to fit this path in the width of the Label. e.g. c:\program\delphi\testen1\testen2\filenaam.pas c:\...\testen2\filenaam.pas [more]
Rights of DirLabel, you may use DirLabel free but the rights for the code are not free and belong to Frank Millenaar. It is free to distribute DirLabel but only in the original form, with all the files.
Added: 25-04-1998   |  Version: 1.0   |  Downloads: 1969/1969/1
Author:Frank Millenaar   [Homepage]   [DSP files]

[ dragsel.zip ] [ 176,463 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
TDragSelect subclasses a target TWinControl descendant such as a form, panel, or scrollbox and intercepts the WM_LButtonDown, WM_LButtonUp, and WM_MouseMove messages. It uses these messages to control a click-and-drag focus rectangle of variable line thickness for the purpose of selecting an area within the target control. Upon completion, an OnSelect event is fired with the coordinates of the selected rectangle relative to the target control.
Added: 16-04-2000   |  Version: 1.0   |  Downloads: 2458/2458/0
Author:David Lively   [DSP files]

[ drop12.zip ] [ 6,524 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
The TmdDrop component offer the ability to accept drap'n'drop's from explore. With this component you are able to make a form accept drag'n'drop's or one or more windows - all at the same time.
Added: 7-12-1997/28-02-1999   |  Version: 1.2   |  Downloads: 3212/2981/1
Author:Martin Djernas   [Homepage]   [DSP files]

[ drwatch.zip ] [ 6,638 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 ]
TDragWatch component capsulates the WM_DROPFILES handling. You can attach it to any visible control, such as buttons, lists or memos and TDragWatch will launch an event each time the user drops files onto the attached control. [more]
Parts of the source were written by Troels S Eriksen and Brad Stowers.
Added: 26-01-1998/7-08-1998   |  Version: 1.1   |  Downloads: 1778/1778/2
Author:Sven Kuenzler   [Homepage]   [DSP files]

[ drwatch_.zip ] [ 7,355 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
TDragWatch component capsulates the WM_DROPFILES handling. You can attach it to any visible control, such as buttons, lists or memos and TDragWatch will launch an event each time the user drops files onto the attached control. [more]
Parts of the source were written by Brad Stowers.
Added: 26-09-1999   |  Version: 1.1   |  Downloads: 2966/2966/1
Author:Sven Kuenzler   [Homepage]   [DSP files]

[ dsgnapp.zip ] [ 2,816 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | C1 ]
Easily set most properties of TApplication at design-time.
Added: 13-09-1997   |  Version: 1.0   |  Downloads: 2335/2335/2
Author:Frédéric Vanmol   [DSP files]

[ dsxfft.zip ] [ 2,620 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 ]
Simple Fast Fourier Transformation Component. Does FFT and inverse FFT.
Added: 7-03-1998/15-03-1998   |  Version: 1.01   |  Downloads: 5157/5157/29
Author:Gunnar Bolle   [DSP files]

[ easysize.zip ] [ 4,483 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 ]
The TFormResizer component updates the positions and sizes of components on a form when the form is resized. It differs from other form-resizing components in that it works with all existing forms (i.e., does not require the use of a special panel component). To use the component, you drop it onto a form and then add one line of code apiece to the form's OnCreate and OnResize handlers.
Added: 25-04-1999   |  Version: 1.1   |  Downloads: 4144/4144/2
Author:David A. Price   [DSP files]

[ easythrd.zip ] [ 13,068 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 ]
Quick and easy componentised threading. Does not protect user from normal threading issues.
Added: 11-10-1998   |  Version: .1 beta   |  Downloads: 1608/1608/0
Author:Greg Lorriman   [Homepage]   [DSP files]

[ ecrypt32.zip ] [ 3,140 bytes ] [ Freeware ] [ No Source ]
[ D2 ]
Tencrypt component is for simple encryption/decryption of ascii strings
Added: 4-06-1996   |  Version: n/a   |  Downloads: 1498/1498/0
Author:Gordon Bamber   [Homepage]   [DSP files]

[ editman.zip ] [ 10,641 bytes ] [ Freeware ] [ With Source ]
[ D2 ]
TEditManager Manages any connected edit controls (buttons and menu items) and their action on an associated dataset, automatically updating their states. Can generate the required edit controls at design time
Added: 21-01-1997   |  Version: n/a   |  Downloads: 1370/1370/2
Author:Justin Turberville   [DSP files]

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