Previous 20 filesDelphi 3.0x freeware
InVisible Components

[ DaDirScan.zip ] [ 105,334 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
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).
Added: 19-02-2001   |  Version: 1.1   |  Downloads: 2110/2110/3
Author:Diego Amicabile   Diego Amicabile   [Homepage]   [DSP files]

[ dbg_idle.zip ] [ 6,036 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
Sets app to idle priority to regain system responsiveness in the case of high CPU usage apps, whilst generally not losing noticeable app performance. Overcomes the inadequacies of using application.processmessages along with a reliable mechanism to avoid unintentional delivery/distribution of app in "idle" mode.
Added: 27-02-2000   |  Version: .2 beta   |  Downloads: 3633/3633/1
Author:Greg Lorriman   [Homepage]   [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]

[ dd-wdwstate.zip ] [ 48,372 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 | D2 ]

TPJWdwState and TPJRegWdwState 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:

  • The components can automatically restore and save window state when the program starts up and closes down.
  • The user can provide an event handler to change the stored window's state, size and position values before the window is restored.
  • The components can be instructed to always display a window in the normal state regardless of the saved state.
  • The window's saved size can be ignored and the form's design size used (useful for dialog boxes and fixed size windows).
  • The window can be kept within the current work area of the desktop.

TPJWdwState stores window information in an ini file while TPJRegWdwState uses the Windows registry.

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.

A property editor is provided for editing HKEY values (such as the registry root key property of TPJRegWdwState). This editor is also available separately.

 [more]

[ 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]

[ 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]

[ diskcaps.zip ] [ 3,476 bytes ] [ Freeware ] [ With Source ]
[ D3 ]
This simple component encapsulates two API functions: GetVolumeInformation and GetDriveType. It also fires event when CD-ROM is changed - like autorun in Windows95.
Added: 16-07-1997   |  Version: 1.0   |  Downloads: 1958/1958/0
Author:Radoslaw Przybyl   [Homepage]   [DSP files]

[ dlist.zip ] [ 37,066 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 ]
Dynamic List
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. [more]
Added: 27-12-1999/29-01-2002   |  Version: 1.33   |  Downloads: 7402/6976/15
Author:George Barbakadze   [Homepage]   [DSP files]

[ dosmove.zip ] [ 5,160 bytes ] [ Freeware ] [ With Source ]
[ D3 ]
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 ! [more]
Added: 30-08-1998   |  Version: 1.01   |  Downloads: 1771/1771/1

[ dragdrop.exe ] [ 431,893 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | C3 | C4 ]
Features:
  • Enables COM drag-and-drop of files, folders, text, bitmaps and URLs between applications.
  • Copy, Move and Link operations.
  • Clipboard support.
  • Drag image support.
  • Automatic scrolling of the target window during the drag operation.
  • Relatively simple to derive custom drag-and-drop components to support other data formats.
  • Extensive help file and detailed demos.
  • OS compatability: Windows 95, Windows 98 and NT4.

Also supports Delphi 5. Included on the Delphi 5 Companion CD.
Added: 19-07-1998/5-09-1999   |  Version: 3.7   |  Downloads: 8020/5165/4
Author:Anders Melander   [Homepage]   [DSP files]
Angus Johnson   [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]

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