 |
|
 |
 |
 |
| Components > System > System |
|
Companies News:
| FastReport FMX released |  |
Report generator FastReport FMX is the first multiplatform solution for including Business Intelligence into software based on Embarcadero FireMonkey IDE (Delphi for MS Windows and Apple Mac OS X).
Compatible with Embarcadero RAD Studio XE2 (FireMonkey) and XE3 (FireMonkey 2).
Visual report designer is available now on both MS Windows and on MAC OS X!
Full sources.
Get more info here
|
| | Want to know more ? | |
|
AM Softwares AMDesktop v.1.0 | FWS |
128 k |
22 Dec 1998 |
By Alexander Meeder. You can use this component to draw on the Windows 95/98/NT desktop (behind all applications). Fully functional Source: Included Exe-Demo Included
| | Download: D2 D3 D4 |
|
|
|
AM Softwares AMWinEnv v.1.1 | FWS |
187 k |
05 Jan 1999 |
By Alexander Meeder. The following options / properties are available with this component:
- AppHideOption - you can hide the application button on the taskbar and the application name within the task-list (the list that appears when you press Ctrl-Alt-Del)
- DisableScrnSaver - you can disable the screensaver with this property
- DisableSysKey - you can disable the system keys Control-Alt-Del, Alt-Tab, Control-Esc and the special Win95/98 Start-button
- HideOption, with this property-set you can hide any combination of the following options:
- Taskbar (the bar with al the buttons of active apps)
- TrayClock (the clock on the system tray)
- System tray
- Taskbar buttons
- Start-button
- Icons on the desktop.
Fully functional Source: Included Exe-Demo Included
| | Download: D2 D3 D4 |
|
|
|
API Routines v.9.1 | FWS |
19 k |
29 May 2002 |
| By David Guadagnini. A set of functions for manipulate the operating system plus a set of unknow Windows function.
Note: the function for hardware direct access work only with Win9X. Fully functional Source: Included
| | Download: D4 D5 D6 |
 |
|
|
CompactUtils 0.0.1 | FWS |
72 k |
13 Jul 2007 |
By Z505. CompactUtils is replacement for SysUtils and Classes unit for Free Pascal and Delphi. For small exe's or CGI programs. Fully functional Source: Included Exe-Demo Included
| | Download: D2005 D2006 D2007 D5 D6 D7 |
 |
|
|
DDService v.1.4 | FWS |
153 k |
09 Nov 2008 |
By Arno Garrels. DDService for Delphi currently adds the following features to the original CodeGear service framework:
- Optional console control handler.
- Property ServiceName.
- Some bugs still present in CodeGear's framework fixed.
- Win 2000 FailureOptions and FailureActions, Service Description. HandlerEx extended service controls: ParamChange, NetBindChange. Optional device events as well as power events. Assigning one of those events creates a window in the context of the service thread. Creation of the service window can be forced by option eoForceServiceThreadWindow.
- Win XP SessionChange service control
- Win Vista PreShutdown service control and NonCrashFailures flag, Service SID Info, Required Privileges and StartType AutoDelayed.
Fully functional Source: Included
| | Download: D2006 D2007 D2009 D5 D7 |
|
|
|
DLL Injector | FNC |
456 k |
15 Apr 2013 |
By Igor Zorkov. Injector which allows DLL Un/Injection into already-running 32/64-bit processes:
- UnInject/Inject DLL into 32/64-bit processes from 64-bit process under 32/64-bit Window
- UnInject/Inject DLL into 32-bit processes from 32-bit process under 32/64-bit Windows.
Supported OS: Windows 2000, 2003, XP, Vista, 7, 8 - 32/64 Bit. Fully functional Source: On purchase/registration Source Price: $299
| | Download: DXE2 DXE3 DXE64 |
|
|
|
DLL Show v.2.0 | C |
108 k |
31 May 2004 |
| By CitiSoft Inc. DLL Show is a class that enable you to easily write a utility to display a list of all tasks and processes currently running on your PC and display all DLL dependencies for that task or process. Detailed information regarding all DLLs and files are provided.
With DLL Show you can write your application with only a few lines of codes. DLL Show may be used to build utilities for detecting unwanted processes, such as spywares, worms and others, running on your PC. You can also easily build a professional task manager with DLL Show.
DLL Show is designed to work with all Microsoft Windows operating system. Fully functional Source: On purchase/registration Price: $29 Source Price: $29
| | Download: D5 D6 D7 |
   |
|
|
Davinchi script engine v.2009 | FWS |
60 k |
22 Mar 2009 |
By Alexander Myasnikov. There are unique pascal-like davinchi engine (workin' idea) with run time compiler and support for registering external functions and procedures from dll's. Fully functional Source: Included
| | Download: D2005 D2006 D2007 D6 D7 |
 |
|
|
Desktop Control v.1.2 | FWS |
7 k |
21 May 2001 |
By Jazarsoft. A non visual component that allow you to control all part of Windows desktop including:
- Start Button (Enabled, Visible, Open/Close)
- Taskbar (Enabled, Visible)
- Quick Launch (Enabled, Visible)
- Tray Clock, Tray Notify (Enabled, Visible)
- Application Switch Bar (Enabled, Visible)
- Desktop (Icon Text Background Color, Icon Text Color, Icon visible)
- Transparent Icon Background.
Fully functional Source: Included
| | Download: CB1 CB3 CB4 CB5 D2 D3 D4 D5 |
 |
|
|
Desktop Theme v.1.1 | FWS |
15 k |
21 May 2001 |
By Jazarsoft. A non visual component that allow you to read or write desktop theme file (*.theme), this component allow you to change your computer desktop theme from its self without any external theme changer program. This component including:
- Desktop (Wallpaper, Pattern, Wallpaper style)
- Sounds
- Cursor
- Colors
- Icons
- Metrics
- WebView.
Fully functional Source: Included
| | Download: CB3 CB4 CB5 D4 D5 |
 |
|
|
Environment Variable Management code & component v.1.2 | FWS |
18 k |
08 Apr 2004 |
By Peter Johnson. This unit provides a component and various routines for manipulating environment variables. Features include:
- A component to enumerate all available environment variables and to get, set and delete variables.
- A set of routines effectively duplicating facilities of component, but also able to create a string list containing information about all environment variables.
- A routine to replace a environment variable name references within a string with the values of the variables.
- A routine to create a customised environment block for passing to child processes.
A help file is supplied which integrates into the Delphi 3 to 7 IDE and provides help on the component and routines.
This component and routines are essentially wrappers around the following Windows API calls:
- GetEnvironmentVariable: returns the value of a given environment variable.
- SetEnvironmentVariable: sets an environment variable's value.
- GetEnvironmentStrings: gets a list of all available environment variables.
- ExpandEnvironmentStrings: replaces all '%' delimited environment variable names in a string with the variables' values.
To learn about the use and manipulation of environment variables check out the article linked to from the component's home page. Fully functional Source: Included
| | Download: D3 D4 D5 D6 D7 |
 |
|
|
GenCodeHook v.1.5a | FWS |
35 k |
05 Nov 2007 |
By Volker Siebert. Delphi unit containing functions to do a generic code hook by replacing the code location to be patched by a jump to the new location. Additionally, a new code fragment is created that allows to call the old function. Fully functional Source: Included
| | Download: D2005 D2006 D5 D6 D7 |
 |
|
|
GpSysHook v.1.03b | FWS |
12 k |
29 May 2007 |
By Primoz Gabrijelcic. TGpSysHook is a system hook DLL with supporting components that greatly simplify the use of CBT, Keyboard, Mouse, and Shell hook. DLL and components are written in a modular fashion so it is very easy to add support for another hook type. Fully functional Source: Included
| | Download: D5 D6 |
 |
|
|
ISNDS v.3.0 | FWS |
11484 k |
05 May 2013 |
| By Nick Tucker. Delphi component set to access Microsoft’s Active Directory.
ISNDS makes it easy to create, access, search and manipulate objects within Active Directory.
- Methods to search AD for objects.
- Methods to enumerate OU contents,
- List Group memberships (with full recursion)
- Modify users group memberships and reset passwords.
- Query information on the a Domain or Forest level.
- Work with local servers using the WinNT provider.
- Get and set property values.
- Sample programs included with compiled executables.
Fully functional Source: Included Exe-Demo Included
| | Download: D2009 D2010 DXE DXE2 DXE3 DXE4 |
 |
|
|
MH Window Hook v.1.0 | FWS |
3 k |
14 Jun 2001 |
By Mikael Holm. The TmhWindowHook component is a handy little component that helps you subclass (or hook) any control that has a window handle. You can intercept messages sent to that control and do your own processing. Fully functional Source: Included
| | Download: D3 D4 D5 |
 |
|
|
Message Hooks Decete For Delphi v.1.0 | SW |
196 k |
25 Nov 2007 |
By Jingtao Chen. Message Hooks Decete For Delphi is a base driver which can Decete the System's all installed Message Hooks. Trial (work while IDE is running) Source: On purchase/registration Price: $39.95 Source Price: $295
| | Download: D7 |
  |
|
|
MessageInterceptor | FWS |
9 k |
28 May 2001 |
By Pablo Reyes. This component allows you to capture Windows and VCL messages without creating specialized procedures. Supose you want to capture a message for a control. You dont need to create a new component to capture it. Put a MessageInterceptor component, relate it with the control using Control property a write code for BeforeMessage and AfterMessage events. Fully functional Source: Included
| | Download: D4 D5 |
|
|
|
MiTeC Portable Executable Reader v.1.5 | FW |
835 k |
30 Jan 2013 |
| By MiTeC. MiTeC PE Reader is based on TObject class and contains complete interface for reading executable file properties and structure. It is compatible with PE32 (Portable Executable), PE32+ (64bit), NE (Windows 3.x New Executable) and VxD (Windows 9x Virtual Device Driver) file types. .NET executables are supported too. It enumerates introduced classes, used units and forms for files compiled by Borland compilers.
Here are enumerated structures that are evaluated:
- DOS, File, Optional and CLR headers
- CLR Metadata streams
- Sections
- Directories
- Imports
- Exports
- Resources
- .NET Metadata
- Load Config
- Debug
- Thread Local Storage
- Exceptions
- Units
- Forms
- Packages
- Classes
- Flags
- Version Info.
Fully functional Source: On purchase/registration Source Price: $50 Exe-Demo Included
| | Download: D2005 D2006 D2007 D2009 D2010 D5 D6 D7 DXE DXE2 DXE3 DXE64 |
  |
|
|
PGPComp | FWS |
51 k |
14 Apr 1997 |
By Wolfgang Stehle. This is a component that capsulates most of the PGP Function calls, by calling the DOS-program including PGP Parameters. Beforehand it looks, whether important files really exist and everything has been filled in PGP needs. Fully functional Source: Included
| | Download: D1 D2 |
|
|
|
PerformanceMeter v.1.1 | FWS |
250 k |
22 Aug 2002 |
By RedOnion. Want to have a list of how long some action takes to perform? Fully functional Source: Included Exe-Demo Included
| | Download: D5 |
|
|
|
Policies Unit for Win9x v.0.03b | FWS |
175 k |
19 Apr 2001 |
By [L0zeR]] Softworkz. A unit that allows user to set, unset and check the status of some Windows policies. Fully functional Source: Included Exe-Demo Included
| | Download: D3 D4 D5 |
 |
|
|
Run As System | FW |
307 k |
24 Feb 2009 |
By Igor Zorkov. This component allow you to run any application under the system account in Windows 2000, 2003, XP, Vista or higher. Fully functional Source: None Exe-Demo Included
| | Download: D2009 D7 |
|
|
|
RunningProcs v.1.1 | FWS |
4 k |
05 Feb 2000 |
By Israel Gomez de Celis Gonzalez. Component for system processes management. Provides information of all currently running processes and can terminate or kill them. Fully functional Source: Included
| | Download: D3 |
 |
|
|
ServiceController v.1.0.0.0 | FWS |
320 k |
13 May 2008 |
| By Pablo Soligo. This component allows to obtain status data and to control the windows services. It also allows to establish parameters to restart stopped services or that do not answer TCP/IP connections.
Additionally it allows to obtain all the list of installed services.
That was tested in Rad Studio 2007 but it would have to work without problems in other versions. Fully functional Source: Included Exe-Demo Included
| | Download: D2007 |
|
|
|
SwiPE v.1.5 | C |
803 k |
11 Feb 2013 |
By Torseq Technologies. SwiPE - System Wide Injection PE (Portable Executable)
- SwiPE is a pure 64-bit DLL Un/Injection package written in Delphi XE2. It allows DLL Un/Injection into 32-bit processes (running under the WOW64 emulator) as well as native 64-bit processes and also exposes other useful system process and thread-related APIs to make your programming life that much easier
- SwiPE has been extensively tested on Windows XP x64 - Windows 7 x64 so any official 64-bit Microsoft Windows OS is compatible to date, regardless of service packs or lack thereof
- SwiPE uses 100% usermode code in order to un/inject into already-running 32/64-bit processes however newly spawned processes are injected by a small c written kernel mode driver, this way you are guaranteed that your injected DLLs are loaded and initialized before the process runs its entry point routine. This is important because if you plan to use hooking code inside your DLLs you do not want to miss function calls that may take place right at the entry point or near there. You couldn¿½t have things ANY easier.
- There are no target process memory leaks for injection, all allocated DLL pathnames in the target process¿½ memory space are freed in a "synchronized" fashion. Any memory that is allocated is 99.9% guaranteed to be freed
- SwiPE does not hook any code or APIs in order to achieve injection or uninjection unlike some other packages on the market, those of which are also not x64-ready.
- SwiPE does NOT need any special framework such as .NET to run, it is written using strict Win64 APIs
- SwiPE does not use any "messy" remote thread creations which "start" at custom hand-written assembly code stubs, instead only APCs are used for module un/injection which are documented and used WIDELY throughout the entire Windows NT OS, primarily the kernel itself. APCs are a timeless and proven OS technology and I find them extremely reliable and extra stable as opposed to "other" DLL un/injection methods
- SwiPE handles the process and to-be-injected module bitness for you internally, it will not allow crosses between the two so you don¿½t have to worry about any of this, making your job much easier and less of a headache
- Swipe exposes both Ansi and Unicode API variants for un/injection which may be convenient for you such as: InjectModuleA/W, UnInjectModuleA/W, CreateProcessInjectA/W.
- IPC functionality has been included for "inter-process communication" amongst processes, bitdepth doesn¿½t matter here, a 64-bit process can communicate perfectly with a 32-bit process and vice versa. IPC channels or "sinks" can be created, passed data to and destroyed at will. The following APIs are available:
CreateIpcSink, SendIpcData, DestroyIpcSink.
Demo only Source: On purchase/registration Price: $450 Source Price: $1000 Exe-Demo Included
| | Download: DXE64 |
  |
|
|
System Controls v.1.0 | FWS |
2 k |
25 Feb 2002 |
| By Joost van Poppel. Allows to implement several system operations and get system info:
How to use:
- GetTotalMemory gives the total amount of memory
- ShowStartButton shows the Windows Start Button
- HideStartButton hides the Windows Start Button
- GetBootDirectory shows the boot directory for the PC
- GetActiveDirectory shows the currently active directory
- GetThousandSeperator returns the Thousand seperator used on the computer
- ClearRecentDocuments clears all recent documents
- ClockShow shows/hides the clock in the system tray
- SetCursorSpeed lets the text cursors blink each amount of milliseconds
- StartScreenSaver starts the Screensaver.
Fully functional Source: Included
| | Download: D5 D6 |
|
|
|
SystemProbe v.1.0 | FWS |
320 k |
21 May 2001 |
By Jazarsoft. A non visual components that helps you to monitor your computer performance including:
- GDI, System & User Resources
- CPU Usage
- Number of Threads
- Number of Virtual Machine
- Swap File (Size & Usage)
- Virtual Memory (Total & Free)
- Physical Memory (Total & Free)
- Page File (Total & Free)
- Process Information (Filename, priority, etc).
Fully functional Source: Included Exe-Demo Included
| | Download: CB3 CB4 CB5 D4 D5 |
 |
|
|
TAutoRelaunch Application v.1.5 | SW |
152 k |
06 Dec 2002 |
By Legitima Software. TAutoRelaunchApplication will make your application to be relaunched at the Windows 95 / 98 / NT startup if you shut down the Windows while your application is running. Just like the Windows Explorer behavior. No programming is needed, just drop this component at the main form. Partially restricted Source: On purchase/registration Price: $10 Exe-Demo Included
| | Download: D5 D6 D7 |
  |
|
|
TBiancoLock v.1.0 | FWS |
8 k |
11 Dec 1997 |
By Marco Bianchini. TBiancoLock is a invisible component that can lock the Win95 DeskTop. While it is locked, you can draw on it. Fully functional Source: Included
| | Download: CB1 D2 D3 |
 |
|
|
TFindProc v.4.0 | FWS |
146 k |
30 Oct 1998 |
By Westsachsische Hochschule Zwickau FH. Delphi component to encapsulate some toolhelp32 calls to provide information concerning running processes and their associated modules ... Fully functional Source: Included Exe-Demo Included
| | Download: D2 D3 D4 |
|
|
|
TFindWin v.2.1 | FWS |
145 k |
12 Mar 1997 |
By Westsachsische Hochschule Zwickau FH. Component which incapsulated some toolhelp32 calls to obtain information concerning running tasks and their opened windows and properties. For Windows 95 only. Fully functional Source: Included Exe-Demo Included
| | Download: D1 |
|
|
|
TFindWin v.4.0 | FWS |
155 k |
30 Oct 1998 |
By Westsachsische Hochschule Zwickau FH. Delphi component to encapsulate some toolhelp32 calls for obtaining information concerning running tasks and their opened windows as well as properties ... Fully functional Source: Included Exe-Demo Included
| | Download: D2 D3 D4 |
|
|
|
TJBDesktop v.1.0 | FWS |
4 k |
02 Jun 1997 |
By JBed Software. This component saves and restores Desktop icon "screen locations" under Windows 95 ONLY. WinNT 4.0 version is still under construction. Fully functional Source: Included
| | Download: D2 |
|
|
|
TKTop v.1.0 | FWS |
23 k |
25 Feb 1998 |
By Martin Zahl. With this Windows Stay on Top component you may add to aplications ability to stay OnTop or OffTop. Fully functional Source: Included
| | Download: D1 D2 D3 |
 |
|
|
TSysWideFocus v.1.0 | FWS |
4 k |
21 Jan 1998 |
By Carsten Paasch. TSysFocus gets the handle of window that has the focus. Same like GetFocus, but System-wide. Fully functional Source: Included
| | Download: CB1 D2 D3 |
 |
|
|
TTBNArea v.3.1 | FWS |
3 k |
02 Feb 1999 |
By Reinhard Nxa4gele. Allows you to easily use the Taskbar Notification Area of Windows 95. Fully functional Source: Included
| | Download: D2 D3 D4 |
 |
|
|
TjmrTaskBar Info v.1.11 | FWS |
9 k |
23 Aug 1999 |
By Computer Solutions. TjmrTaskBarInfo retrieves the current position and state of the Win32 Task Bar. TjmrTaskBarInfo can also retrieve information about other Win32 Application Bars by modifying the WindowName property. Fully functional Source: Included
| | Download: CB1 CB3 CB4 D1 D2 D3 D4 |
 |
|
|
TwatWinXP v.1.0 | FWS |
4 k |
22 Apr 2005 |
By Marco Mueller. TwatWinXP is a non-visual component, similar to the Delphi 7 component called XPManifest. Fully functional Source: Included
| | Download: D3 D4 D5 D6 |
|
|
|
Win32 CodeHook v.1.0.0 | FWS |
141 k |
04 Feb 2008 |
| By Wang Qi. Win32 CodeHook - an open source library for binary code hook and redirect for Win32 Delphi and C++.
It supports some useful features to make code hooking a piece of cake.
Features:
- Can hook function that starts with jump instructions.
- Very easy to use.
- Very flexible.
- Can be used by any program language which can use a DLL.
- Free and open source.
- Released under MPL license.
Fully functional Source: Included
| | Download: D2005 D2006 D2007 D5 D6 D7 |
 |
|
|
WinAccess v.0.1 | FWS |
3 k |
24 Sep 1998 |
By Rodrigo Urubatan Ferreira Jardim. This component enable you to easy set/reset and hold the NumLock, CapsLock, ScrollLock and SystemKey (Ctrl+Alt+Del, Ctrl+Esc, etc) states and show or hide the windows toolbar, start button, application bar, and notify bar (where is the clock). Fully functional Source: Included
| | Download: CB1 CB3 D3 |
|
|
|
Windows NT service with sockets and named pipes v.2.1.0.6 | FNCS |
3336 k |
24 Apr 2007 |
By Martynas Kancleris. Native Windows NT service with implemented named pipes server and socket server. Service can accept connection from clients through named pipes or sockets. Name of named pipe and socket listen port is configurable. Named pipes server impersonates clients. Pure WinAPI. Fully functional Source: Included Exe-Demo Included
| | Download: D7 |
|
|
|
Windows Service Manager v.1.0 | FWS |
883 k |
16 May 2011 |
By JD Software Inc.. The Windows Service Manager (TWinSvcMgr) is a non-visual drag-and-drop Delphi component to interact with windows services.
- Get listing of installed services
- Filter listing by service type
- Get details of service, including status, startup type, dependencies, description
- Start, stop, pause, continue, install, and uninstall services
- Easily access a service by name
NOTE: This component is still in the development stages, but is fully functional.
Example usage:
function GetService(Name: String): TWinSvc;
begin
Result:= ServiceManager.Services[Name]);
end;
procedure StartService(Name: String);
begin
ServiceManager.Services[Name].Status:= svStarted;
end; Demo only Source: Included Exe-Demo Included
| | Download: D7 |
 |
|
|
WmiSet v.1.8 | SW |
1452 - 2516 k |
13 Jul 2007 |
By Online-Admin. WmiSet Component Collection:
- TWmiQuery executes queries against WMI service. Use it to retrieve almost any computer configuration information. For example: "select * from Win32_Account";
- TWmiConnection connects TWmiQuery component to a destination computer.
- TWmiProcessControl controls processes running on a local or remote servers;
- TWmiStorageInfo obtains variety of information about disks, CD ROMs, partitions, tapes etc;
- TWmiDiskQuota manages disk quotas under Windows XP or higher;
- TWmiOs reports variety of operating system settings on a local or remote computer;
- TWmiRegistry reads and writes system registry on local or network computers;
- TWmiSystemEvents reacts to the events happening on a local or remote computer;
- TWmiMethod executes the methods of WMI objects;
- TWmiPerformanceMonitor monitors performance of various parts of operating system.
Fully functional Source: On purchase/registration Price: $79
| | Download: CB2k6 CB6 D2005 D2006 D2007 D5 D6 D7 |
  |
|
| News from our Sponsors |
Delphi 2010 Handbook: A Guide to the New Features of Delphi 2010; The guide to what's new in Delphi 2010, from the best-selling author of the Mastering Delphi series and the Delphi 2007 and 2009 Handbooks. The book covers all the new features of Delphi 2010 for Win32, from Extended RTTI to new IDE features, from Windows 7 support to the improved DataSnap architecture. This is a brand new book, there is no overlapping material with the Delphi 2007 Handbook and Delphi 2009 Handbook (which you can consider buying along with this book in printed or electronic format). The Delphi 2010 Handbook is expected to have about 300 pages covering exclusively new Delphi 2010 features. There is no introduction material or anything like that. The book is for developers who use Delphi 2010. more...
Kindle Fire: Full Color 7\'\' Multi-touch Display, Wi-Fi Movies, apps, games, music, reading and more, plus Amazon's revolutionary, cloud-accelerated web browser
- 18 million movies, TV shows, songs, magazines, and books
- Amazon Appstore - thousands of popular apps and games
- Ultra-fast web browsing - Amazon Silk
- Free cloud storage for all your Amazon content
- Vibrant color touchscreen with extra-wide viewing angle
- Fast, powerful dual-core processor
- Amazon Prime members enjoy unlimited, instant streaming of over 10,000 popular movies and TV shows
more... |
| |
Advertising on Torry's Delphi Pages
|
 |
 |
 |
|
 |