Home | 10% - Off! | New | VCL | DB-Aware | Tools | DB Tools | Apps | Samples | .NET | .NET DB-Aware | .NET Tools | .NET Samples | Kylix | Docs | Bold | Discussion | Sites | Tips | DPFL | Authors | Uploads | RSS | Store | Advertisement | About
Components

Buttons and Check Boxes
Bars and Status Bars
Dialogs
Edits, Memos
Forms
Graphics
Grids
Indicators and Gauges
Labels
List and Combo Boxes
ListViews and TreeViews
Menus
Panels
Shapes
Sizers, Scrollers, etc.
Tabbed Components
Effects and Multimedia
Misc. Effects
Sound Effects
Reports
Print VCL
Charts and Graphs
Communications
Internet
System
Actions
Apps Communications
API
NT
Port Access
Memory
Registry
DDE
OLE
COM and DCOM
Drag and Drop
Apps and Tasks
CPU
CRT
Mouse
Keys and Keyboard
Other Hardware
System Info
System
Threads
Tray Icons
Other
Version Info
Shell
Instance
Resources
Packs
Clipboard
Joystick
Files and Drives
Miscellaneous
Tools
LAN
Installation
Date and Time
Data Compress
Science
Security
Component Packs
Property Editors
Experts, IDE etc.
Components > System > Memory  

Companies News:

VGScene - develop rich applications for desktop!
VGScene - develop rich applications for desktop! VGScene speeds the development of all graphical application, providing: a graphical editor integrated in IDE, graphical objects, simplify animation, advanced windows and controls, maximum performance, skinning engine, bitmap effects. VGScene can be used as development tools for standard, multimedia, SCADA, GIS, CAD and KIOSK applications.

Try it now

Want to know more ?

 

StructuredMemoryStream v.1.0FWS 275 k 26 Sep 2009
By David Tetard. StructuredMemoryStream is an object managing a memory stream with a structured access system: you write/read items of defined types (e.g. boolean, integer, memory stream, real, string), sequentially in the memory stream, each item being defined by a string identifier. The write/read is dead easy thanks to the use of the identifier.
 
Fully functional
Source: Included
Exe-Demo Included
Download: D2009  

TRAMOptimization v.090217FW 250 k 20 Feb 2009
By - mak9th. Component which helps to optimize RAM usage in applications.
 
Fully functional
Source: None
Exe-Demo Included
Download: D7  Homepage

TMapStream v.1FWS 209 k 04 Sep 2007
By BrandsPatch. Windows memory mapped files are an ideal way to share large amounts of data between different applications and/or multiple instances of the same application. TMapStream is a simple component that makes this functionality easily available to Delphi developers. TMapStream has methods and properties similar to the various TStream descendants in Delphi. The source code demonstrates how TMapStream should be used to share data between applications in real time.
 
Fully functional
Source: Included
Exe-Demo Included
Download: D2005 D2006 D2007 D6 D7  Homepage

Fast Memory Manager v.4.94FWS 714 k 08 Sep 2009
By Pierre le Riche. A fast replacement memory manager for Borland Delphi Win32 applications that scales well under multi-threaded usage, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files.
 
Fully functional
Source: Included
Download: C2k6 C2k7 C2k9 CB6 D2005 D2006 D2007 D2009 D6 D7  Hot Stuff!Homepage

AWE v.1.4SW 37 k 13 Nov 2008
By Erik Salaj, Winsoft. Address Windowing Extensions (AWE) for Delphi allows your applications to quickly manipulate physical memory greater than 4GB.
 
With Nag-Screen
Source: On purchase/registration
Price: $35
Download: D2005 D2006 D2007 D2009 D2010 D5 D6 D7  Register NowHomepage

Local Heap Memory Manager v.1.0FWS 8 k 20 Mar 2003
By Carsten Zeumer. A Delphi memory manager replacement which allows you to limit the available memory to you application. Very usefull to find memory holes in you components or simmulate low memory conditions.

Or just to see what happens behind the scenes...
 
Fully functional
Source: Included

Download: D6 D7  

Fast ShareMem v.2.10FWS 4 k 11 Sep 2006
By Emil Santos. Most Delphi developers are resigned to the fact that to use dynamically-allocated memory (objects, strings etc) across DLLs, Sharemem.pas must be included, Borlndmm.dll must be bundled with their application, and its performance costs paid.

In fact, this is one of Delphi's weaknesses. When using DLL's and Sharemem, all memory allocations are slowed down, including simple string operations and object creation.

FastSharemem attempts to provide an alternative. It is a fast, lightweight replacement for Sharemem.pas and Borlndmm.dll which requires no runtime DLL, and incurs virtually no performance penalty. It can be downloaded here. For a discussion of why you might require Sharemem or a replacement, see the page on memory management.
 
Fully functional
Source: Included

Download: CB1 CB2k6 CB3 CB4 CB5 CB6 D2 D2005 D2006 D3 D4 D5 D6 D7  Homepage

FunkyPuppy Software: Memory Mapped Streams v.1.0FWS 33 k 22 Jan 2002
By FunkyPuppy Software. This demo version contains the TMemoryMappedStream class which provides Win32 memory mapped file capability in any application. Memory mapped files provide an excellent mechanism for sharing information between applications and serve as a convienent way to quickly access information (much faster than continuously reading from and writing to the hard disk).

The full version of this software package contains six classes. In addition to the TMemoryMappedStream class, there are ready-to-use classes that introduce behavior for sharing memory mapped streams between applications, within applications, and even between threads.

The most powerful classes in this package are the custom memory mapped stream classes. These three classes provide a simple foundation for deriving custom memory mapped streams by descending from Delphi's TStream class. Both component and application developers will find it easy to create and implement custom memory mapped streams because of the familiar TStream behavior.

The included help files integrate seamlessly into Delphi's OpenHelp environment, providing context-sensitive information for rapid development.
 
Fully functional
Source: Included

Download: D2006 D2007 D3 D4 D5 D6 D7  Homepage

Visual MaxMem v.1.0SW 197 k 14 Jan 2002
By Jazarsoft. Visual MaxMem is an improved version of MaxMem.

Visual MaxMem not just only get all feature of MaxMem but also it powered with several powerful feature such as Free Memory Graphic, Speed RAM Defragmenter, Smart Priority Adjuster, Auto Defragmenter etc. The function of both Visual MaxMem and MaxMem are the same to eliminate any memory fragmentation on your computer. Authors can assures this component are same with many Memory Defragmenter program (RAM Optimizer, Idle RAM, etc) engine on the market.
 
Demo only
Source: On purchase/registration
Price: $18.55

Download: D2 D3 D4 D5 D6  Register NowHomepage

MemAccess Library v.1.4SW 623 k 11 Sep 2006
By Zeal SoftStudio. MemAccess Library gives programmers control of hardware devices from Win32 application without using the Windows Drivers Development Kit (DDK). The tool allows real-time direct access to memory mapped I/O. Typical applications include ISA or PCI bus devices. MemAccess Library is also an ideal replacement of old BASIC Peek or Poke statement.
 
With Nag-Screen
Source: None
Price: $30
Download: CB2k6 CB6 D2 D2005 D2006 D3 D4 D5 D6 D7  Register NowHomepage

TJMemMapFile v.1.01 BetaFWS 211 k 12 Apr 1999
By Dmitry Togushev. This component encapsulate Windows API functions, which works with memory-mapped files.
 
Fully functional
Source: Included
Exe-Demo Included
Download: D4  Hot Stuff!

TMemMap v.1.00FWS 5 k 11 Feb 1999
By Amigreen Software. TMemMap is a simple an easy-to-use wrapper for the File Mapping functions. Can be used to share variables between different processes. Can share any type of variable and data.
 
Fully functional
Source: Included
Download: D2 D3 D4  

MemPort v.1.7SW 337 k 18 Nov 2009
By Erik Salaj, Winsoft. MemPort is a component which enables access to physical memory on Windows.
 
With Nag-Screen
Source: On purchase/registration
Price: $35
Download: C2k10 C2k6 C2k7 C2k9 CB4 CB5 CB6 D2005 D2006 D2007 D2009 D2010 D5 D6 D7  Register NowHomepage

Huge Unit v.1.4bFWS 57 k 14 Sep 1998
By Ray Lischner. The Huge unit provides support in Delphi for huge pointers, that is, 32-bit pointers that can refer to objects larger than 64K. It includes a TList replacement that can accept
any number of elements (up to 2147483647, the largest value of LongInt).
 
Fully functional
Source: Included
Download: D1 D2  Homepage


News from our Sponsors

  Advanced Application Controls - save 10%
The Advanced Application Controls (AppControls) is the set of over 83 top quality multipurpose components for all 32-bit versions of Delphi and C++ Builder. The package contains everything you need to add neat and, more important, truly professional appearance for your software, making development of great interfaces and internal utilities trully rapid. All components are highly integrated each other and extremely easy to use.
Order now and save 10% - only for Torry's visitors! more... more...


  Develop and debug service applications easy then ever
SvCom is an integrated package of classes and tools for development of service applications and use of NT Security framework. Currently SvCom components work under all flavours of Windows.
  • Deploy NT Service applications under Windows 9x/ME and NT/2000 (Unique feature!!!)
  • Develop and debug NT services using either Windows 95/98 or NT/2000/XP/2003 - using the same classes and the same function calls (!!!)
  • Advanced service debugging (Extremely useful, when you service is not just "Hello, World!")
  • Many more features...
more... more...


  Make your own AutoCAD, CorelDraw, FreeHand without single line of code!
PowerCAD technology is developed to provide the application programmers a reusable object library to develop CAD modules for their applications easily. With the PowerCad component you can make a 2D CAD editor with almost no code. Powercad can be used as VCL in Delphi and as OCX in VisualBasic and any other tool.
Get 10% off as Torry's visitor! more... more...


  Save up to $353 on WPTools!
Does your program need word processing capability? If so, WPTools should be your first choice. With its own RTF engine, WPTools is a collection of components which offers numerous features that the Win32 Richedit2.dll can’t. This control lets you use tables, paragraph frames, headers and footers - including page numbers, bulleted and numbered lists, different types of paragraph alignment (justified, left, right, centered) and various types of tab stops (left, right and decimal), as well as special text attributes, such as hyperlinks or hidden text. Text is formatted with WYSIWYG, including page breaks and which are shown in the editor! Texts can be imported and exported in RTF, HTML and ANSI or you can implement your own formats.
Only Torry's visitors can save up to $353! more... more...

Advertising on Torry's Delphi Pages

 

Sort order
Title
Modification
Publication
Quick Search
Exact phrase
Title
Description


Advertising on Torry's Delphi Pages

pc remote control software, remote desktop software, remote access software

Remote Control from Anywhere!

Visit Our Delphi Site.

Everything about InterBase and Firebird

Guest Book
Guest Book

Subscribe to news in RSS 2.0 format!Subscribe to news in RSS 2.0 format!
Up | Home | 10% - Off! | New | VCL | DB-Aware | Tools | DB Tools | Apps | Samples | .NET | .NET DB-Aware | .NET Tools | .NET Samples | Kylix | Docs | Bold | Discussion | Sites | Tips | DPFL | Authors | Uploads | RSS | Store | Advertisement | About
Copyright © Torry's Delphi Pages Torry's Delphi Pages Maintained by Torry Team. Notes? Comments? Feel free to send...

The Ultimate Source of Object Pascal and Delphi Programming Knowledge.

Copyright © 1996-2010
All trademarks are the sole property of their respective owners
Privacy Policy