Delphi 3.0x freeware
System Components Win API based

[ aboutreg.zip ] [ 27,902 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
NT's registry Explorer, shows access permission.
I don't know whether this code would give any worth for you, in fact it's practically useless in Win95 platform , since Win95 will always give you full access to its registry. [more]
This program explores the registry keys and their corresponding values and access permission, to explain why you should not use delphi's registry unit in NT's platform. I suggest you to replace any reference to Registry unit with the patched version (Regi
Added: 26-03-2000/2-04-2000   |  Version: TEST   |  Downloads: 5302/5302/3
Author:D.Sofyan, Adrian Hafizh & Inge DR.   aa   [Homepage]   [DSP files]

[ afpelog.zip ] [ 9,989 bytes ] [ Freeware ] [ No Source ]
[ D3 ]
This Non-visual VCL component encapsulates the NT 4.x REPORTEVENT function. The purpose of this component is to facilitate the generation of log entries in the Windows NT Event-Log.
Freeware. If you make any modifications to the source, please send me a copy. I will verify your changes and give you proper credit when included.
Added: 30-12-1899/1-06-1998   |  Version: 1.1   |  Downloads: 186/186/0
Author:Alfred Petri   [DSP files]

[ akeystat.zip ] [ 5,070 bytes ] [ Freeware ] [ With Source ]
[ D1 | D2 | D3 | D4 ]
KeyState component
This version has not been tested in Delphi 1 !!!
Added: 15-07-1999   |  Version: 2.0 - 25 Apr 99   |  Downloads: 5108/5108/1
Author:Aleksey Kuznetsov   [Homepage]   [DSP files]
Pontus Bredin   [DSP files]

[ appbar.zip ] [ 2,422 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 ]
Encapsuling of SHAppBarMessage
Added: 11-05-1999/12-05-1999   |  Version: n/a   |  Downloads: 4230/4230/0
Author:Eric Janssen   [DSP files]

[ axdiski.zip ] [ 4,814 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
DiskInfo component for Delphi 32
Component determines the information about specified local or a network disk - Serial number, Volume label, type of file system, type of a disk, size of free and engaged space
Added: 12-05-1999   |  Version: 1   |  Downloads: 8196/8196/5

[ axshell.zip ] [ 242,436 bytes ] [ Freeware ] [ No Source ]
[ D3 | D4 | D5 | D6 | C3 | C4 | C5 ]
Enable scripting on your application ! This is a revolutionary way to work with ActiveX and scripting in Delphi and CB. Now you can create ActiveX object from your Delphi (VCL) object as at design time so at RUN-TIME by one function call. That allows OLE automation to access the properties and methods of Delphi object. The technology can be used to embed scripting language such as VBScript, JScript into the application. With scripting based on MS ActiveX Scripting or VBA. In detail see documentation. [more]
Added: 17-10-1999/29-01-2002   |  Version: 2.2   |  Downloads: 6465/5992/6
Author:Karim Yusupov   Apelseen software   [Homepage]   [DSP files]

[ biosinfo.zip ] [ 4,063 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
This component for mainboard bios information.
Added: 16-04-2000   |  Version: n/a   |  Downloads: 12108/12108/15
Author:izzet uslu   [Homepage]   [DSP files]

[ browseit.zip ] [ 1,035 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
executes a findfolder in windows style - winapi
Added: 19-12-1999   |  Version: 1.0   |  Downloads: 6241/6241/2
Author:Raul Rita   [Homepage]   [DSP files]

[ CPUSpeed.zip ] [ 8,843 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component allows to get the processor speed. It was tested only with Pentium# processors. Also it retrieve the basic system information, such as: OS version info, network info, memory info, etc. Very useful when you want to implement a about box dialog where you need to display the system information or when you want to implement a system information report.
Added: 14-06-1998/26-11-2000   |  Version: 1.0   |  Downloads: 6670/6656/5
Author:Eugen Mihailescu   Cubique Development   [Homepage]   [DSP files]

[ cpuusage.zip ] [ 24,874 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | C4 | C5 ]
Windows 95/98/NT/2000 CPU Usage Measurement routines for Delphi and C++ Builder
Added: 17-07-2000   |  Version: 1.02   |  Downloads: 8223/8223/3
Author:Alexey Dynnikov   [Homepage]   [DSP files]

[ dcmintry.zip ] [ 13,726 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | C1 | C3 | C4 ]
TDCMinTray is a non-visual component allowing you to minimize application directly to tray instead of taskbar.
Added: 5-12-1999   |  Version: 1.0   |  Downloads: 10733/10733/5
Author:Dream Company   Dream Company   [Homepage]   [DSP files]

[ dd-dropfiles.zip ] [ 66,379 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 | D2 ]

Three components are provided that enable applications to support Windows Explorer file drag and drop. The components are:

  • TPJDropFiles - This windowed component catches files dropped anywhere over its window. It can act as a container for other components.
  • TPJFormDropFiles - This non-visual component catches files dropped anywhere on its form, including the non-client areas.
  • TPJCtrlDropFiles - This non-visual component catches files dropped on an associated TWinControl or TFrame.

Key features of these components are:

  • An OnDropFiles event is triggered when files are dropped.
  • The names of dropped files are made available through the Files array property. For convenience, the name of the first file is also stored in the FileName property.
  • The list of dropped files can be configured to include only files, only folders or all files and folders.
  • Dropped folders can be recursed so that all the files and sub-folders in each of the dropped folders are listed.
  • Filters can be applied to the dropped files and folders. This is done in one of two ways: (1) by handling the OnFileFilter event and deciding which files and folders to pass through the filter and (2) by linking the drop file component to a special file filter component, derived from the abstract TPJFileFilter. In this case the dropped files are automatically filtered by the filter component. Two filter components are provided: TPJExtFileFilter that filters according to file extensions and TPJWildCardFileFilter that filters using DOS-style wildcards. Developers can create further filter components by deriving from TPJFileFilter.
  • The mouse co-ordinates where the files were dropped can be retrieved, as can a reference to any control under the mouse cursor at the time.
  • The OnBeforeDrop event can be used to do pre-processing before the files are actually dropped.
  • The IsFolder array property tells if an equivalent item in the Files list is a file or a folder.
  • The owning window can be brought to the front when files are dropped.
  • Some design time assistance is provided by component and property editors.

A Delphi 3-7 OpenHelp compatible help file is supplied. Additionally an a-link keyword file is provided for use with Delphi 6/7.

 [more]
This release adds a new component for catching files in associated TWinControls or TFrames.
Added: 24-07-1999/21-03-2006   |  Version: 5.0   |  Downloads: 5459/(5223)/(44)
Author:Peter D Johnson   [Homepage]   [DSP files]

[ dd-sysinfo.zip ] [ 41,600 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 | D6 | D7 | D2 ]

System information classes and associated global variables. Information is provided via:

  • TPJComputerInfo: a static class that provides information about the user's computer.
  • TPJSystemFolders: a static class that gets full path of certain system folders.
  • TPJOSInfo: a static class that provides information about the Windows operating system including platform, product and edition, service packs, version numbers, product ID etc.
  • Global Win32XXX variables: extra variables to those provided by the SysUtils unit that provide extended OS version information on later NT platform OSs.

Extended operating system detection improved in this release: can now detect Windows Vista, XP Tablet and XP Media Center editions, and WOW64 subsystem of 64 bit Windows.

The TPJSysInfo component and a set of functions that were provided in earlier versions of the unit are also included but are now deprecated.

 [more]

Some OS detection code based on a translation of example C code on MSDN.


Added: 9-12-2001/9-01-2006   |  Version: 2.0.1   |  Downloads: 3649/3627/65
Author:Peter D Johnson   [Homepage]   [DSP files]

[ dirmon.zip ] [ 143,662 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 | C1 | C3 | C4 ]
This small application with source demonstrates the use of ReadDirectoryChangesW API function to monitor file operations
Added: 21-05-2000   |  Version: 1   |  Downloads: 6806/6806/25
Author:Damien Thouvenin   [DSP files]

[ displsw.zip ] [ 1,651 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
DisplaySwitcher.pas (ver 1.10) contains the component: TDisplaySwitcher - this is a non-visual component which lets you change the global Screen-Resolution, Screen.width, Screen.height and the Bits per Pixel Value. There is also a new function which let you decide whether you want Windows to refresh the Desktop after changing the Resolution or not. Its important if you want that every window and especially the taskbar get the new resolution to refresh. This component was ONLY tested with Delphi 5 but it should work with all Delphi-Windows 9x versions.
Added: 27-02-2000/28-05-2000   |  Version: 1.10   |  Downloads: 8235/8211/12
Author:Markus Thielen   LogicX SDC   [Homepage]   [DSP files]

[ edkeyb.zip ] [ 3,776 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 | D5 ]
This component for enable/disable keyboard.
Added: 16-04-2000   |  Version: n/a   |  Downloads: 8773/8773/4
Author:izzet uslu   [Homepage]   [DSP files]

[ exeicon.zip ] [ 134,196 bytes ] [ Freeware ] [ No Source ]
[ D2 | D3 | D4 | D5 ]
TExeIcon is a small component for Delphi 2 or more. With TExeIcon you can modify the main icon of a EXE file. The component was designed to add this capability to AutoRun Multimedia Creator, a free program to create AutoRuns. TExeIcon features: · Modify icon of Win32 Exe Files · Compatible with all compiled Win32 EXE files [more]
Added: 26-09-1999   |  Version: 1.0   |  Downloads: 5955/5955/3
Author:Marcelo Boff   Marcelo Boff   [DSP files]

[ fastshln.zip ] [ 5,637 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 | D5 ]
This component make installation of the shell links to your programs and files fast and easily. FastShellLink alow automatic installation of the shell links to Desktop, System Menu, Programs Menu, Startup Menu and My Documents shell folders.
Added: 4-06-2000   |  Version: March 7, 2000   |  Downloads: 0/0/0
Author:Aleksey Kuznetsov   UtilMind Solutions   [Homepage]   [DSP files]

[ fbrowse.zip ] [ 6,073 bytes ] [ Freeware ] [ With Source ]
[ D2 | D3 | D4 ]
Browse For Folder component
Added: 19-12-1999   |  Version: n/a   |  Downloads: 3402/3402/1
Author:Ray Adams   [Homepage]   [DSP files]

[ fcopynew.zip ] [ 4,447 bytes ] [ Freeware ] [ With Source ]
[ D3 | D4 ]
This is a newest enhanced release of TFileCopy. New most features:
  • multifolder-multifiles copy
  • wild cards allowed on sourceFile and targetFile properties
  • full event-driven messaging on errors, copy progresses and overriding behaviors
  • the memo property is ready made to attach a TMemo component to trace copy events
 [more]
A special thank to everybody wrote me suggestions and comments .
Added: 18-08-1995/21-05-2000   |  Version: 1.0   |  Downloads: 4353/4308/0

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