- Create and validate signatures over PDF, XML, and Office documents
- Manage X.509 certificates easily and transparently on all platforms
- Integrate swiftly to local, national, and international PKI environments
AM Software's Registry and Shareware component v.1.0
By Alexander Meeder.
Freeware + source 26 May 1998Description
This component simplifies the process of saving application settings.As a bonus there is an Shareware component available. With this component you can set a trial period for your Shareware application.
Informations
- Status: Fully functional
- Source: Included
- Size: 8kB
Platforms: D2, D3
ARERegVar v.1.0
By Albert Research.
Freeware + source 01 Sep 1998Description
ARERegVar is the objects that allows you store, read to/from any part of the Registry Tree in a Value. Now you can export, import, view the values at design Time.Informations
- Status: Fully functional
- Source: Included
- Size: 20kB
Platforms: D3
Degisy DataFile v.1.22
By Degisy Software.
Freeware + source 18 Aug 2004Description
This component has the same basic functions as TIniFile and many additional methods for stored data in binary file, such as:- function ReadData(): Integer;
- function ReadStream(): Integer;
- function ReadDouble(): Double;
- function ReadDateTime(): TDateTime;
- procedure ReadStrings(Section, Ident: string; List: TStrings);
- procedure ReadFont(Section, Ident: string; Font: TFont);
- function WriteData(): Integer;
- function WriteStream(): Integer;
- procedure WriteDouble();
- procedure WriteDateTime();
- procedure WriteStrings();
- procedure WriteFont().
Works with files larger than 64 Kb.
Informations
- Status: Fully functional
- Source: Included
- Size: 4kB
Platforms: CB3, CB4, CB5, CB6, D3, D4, D5, D6, D7
IniFiles32 v.2.01
Description
IniFiles32 lets you read / write Ini-Files greater than 64 KB.Informations
- Status: Fully functional
- Source: Included
- Size: 4kB
Platforms: D3
KrIni v.1.3
By Kray.
Freeware + source 01 Feb 1999Description
A nonvisible component, that works like TIniFile. Has properties like Ident, Section, File must exist. Make directories if they don't exist. Create and update timestamps. Further the normal methodes, like TIniFile.Informations
- Status: Fully functional
- Source: Included
- Size: 3kB
Platforms: D2, D3, D4
MH Quick INI v.1.0
By Mikael Holm.
Freeware + source 14 Jun 2001Description
TmhQuickIni is a special version of the TIniFile that comes with Delphi. It works much like the TMemIniFile that comes with Delphi 5. It does its magic by loading the whole Ini-file into memory at once and then reads and writes to memory instead of a file on disk as the regular TIniFile does. This makes it a lot faster to access values and sections in the Ini-file.Informations
- Status: Fully functional
- Source: Included
- Size: 3kB
Platforms: D3, D4, D5, D6, D7
MiniReg v.1.03
Description
Lightweight replacement for TRegistry - uses no Classes and no SysUtils. Intended for small applications or when not the complete functionality of TRegistry is required (such as quickly getting a string or writing a simple value).Supports all REG_SZ, REG_MULTI_SZ, REG_EXPAND_SZ, REG_DWORD and REG_BINARY types.
Added Remote Registry functions plus RegEnumKeys(), RegEnumValues(), RegGetAnyString() and RegSetAnyString() functions.
Added Support for default Strings.
Informations
- Status: Fully functional
- Source: Included
- Size: 3kB
Platforms: D3, D4, D5, D6, D7
RegExpo v.1.00
By Arthur Hoornweg.
Freeware + source 18 Dec 1998Description
Saves parts of the registry into a *.REG file.Informations
- Status: Fully functional
- Source: Included
- Size: 2kB
Platforms: D2, D3, D4
Registry in a Class v.1.1 beta
By Tom Peiffer.
Freeware + source 18 Sep 2000Description
This is probably the most easiest way to work with data from the registry. Drop the component on your form, create an own class, fill out the properties and you may access registry data just by calling the properties of your registry class. There are no special methods needed. Just access the registry by reading the appropriate properties.Informations
- Status: Fully functional
- Source: Included
- Size: 11kB
Platforms: D4, D5
Registry Values v.2.2
By Ray Adams.
Freeware + source 20 Dec 1999Description
Purpose of this component is, automatically storing and retrieving values, used in application, in windows registry. All values located in collection and can easily accessed from any point of application, just like global variables. Supported data types: Integer, Real, String, TDateTime. Readme file now in 4 languages: English, Russian, Germany, French.Informations
- Status: Fully functional
- Source: Included
- Size: 22kB
Platforms: D2, D3, D4, D5
RegistryFile v.2.0
By Jaimy Azle.
Freeware + source 20 Aug 2005Description
TfxRegFile is a TRegistry like that store informations in binary file, not the windows system registry. It has the same basic functions as in TRegistry.This version is a major rewrite version, thus will not compatible with datafile created by TfxRegFile v1.0.
What’s new:
- use it same as standard TRegistry;
- indexed entry, making searching entry will be faster than before;
- ability to reuse space;
- ability to compact datafile, removing any unused space;
- up to 1,000,000 record (author hopes this is enough since we were not talking about full featured database engine, it is a registry file).
Informations
- Status: Fully functional
- Source: Included
- Size: 13kB
Platforms: D6, D7
RegistrySettings v.1.0
By Darius Blaszijk.
Freeware + source 17 Jan 2001Description
RegistrySettings is a simple component that enables you to develop quick and simple applications that have their settings stored in the Windows registry. Each component will handle one setting.Informations
- Status: Fully functional
- Source: Included
- Size: 6kB
Platforms: D4
SBZini v.1
By SBZ systems.
Freeware + source 06 Nov 2006Description
SBZini is a very usefull function for creating INI files instantly. Just type filename, root, key, value, action and done. For action type 'save' to save or 'restore' to parse a value.Informations
- Status: Fully functional
- Source: Included
- Size: 1kB
Platforms: D6, D7
TAbout Windows v.1.0
By Francesco Tinti.
Freeware + source 05 Feb 2000Description
A small component that access to common informations of Windows Registry.Informations
- Status: Fully functional
- Source: Included
- Size: 3kB
Platforms: D4, D5
TApplValues v.2.1
By Tom Peiffer.
Freeware + source 14 Sep 2000Description
In Delphi, you got powerful classes to access both the Windows registry and work with INI-files. But there is still a lot of code needed, to work with these classes. With this component, this becomes much easier. And values from your inifile or registry key are loaded directly into published properties in a predefined class. Just call the Load method, or even more easy, set the LoadOnCreate property to true, and your values are loaded in your published properties at startup of your application. Make changes to your properties and call the Save method (or set SaveOnExit to true) and the values are stored back to registry rsp. inifile. All you need to do is define a new class derived from TApplValues and define published properties in this class. Now, in the values property of the component, define for each published property a location where to store the value (section, subkey, default value if key does not exist etc.). For the rest, one single line of code is needed:MyValues := TMyValues.create (Self, AP); {supposing that the component name is AP, and your derived class from TApplValues is called TMyValues, where MyValues is a pointer to this class}
Confused? Then take a look to the demo project and you'll discover the power behind it.
Informations
- Status: Fully functional
- Source: Included
- Size: 20kB
Platforms: D4, D5
TARRegistry Variable v.1.0
By Albert Research.
Freeware 22 Sep 1997Description
Never ever wondered how to store a Variable to use anytime anywhere at you Application? This object stores any variable type at the registry.Informations
- Status: Fully functional
- Source: On request
- Size: 11kB
Platforms: D2
TBigIniFile v.5.00
By Edy Hinzen.
Freeware + source 11 Sep 2006Description
The TBigIniFile object is designed to work like TIniFile from the Borland unit called IniFiles. Opposite to the Borland routines, these are declared virtual. Works with files larger than 64 Kb.Informations
- Status: Fully functional
- Source: Included
- Size: 56kB
Platforms: D5, D6, D7
TEasyReg / TAdvancedEasyReg v.1.3
By Philip Bairstow.
Freeware + source 01 Oct 2001Description
A Suite of easy to use registry components with a demo application included. This suite contains improved versions of both TEasyReg and TAdvancedEasyReg.Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 216kB
Platforms: D2, D3, D4, D5, D6
TgReg v.1.00
By Gabriel Cabot.
Freeware + source 25 Feb 1998Description
This componnent is a small wrapper for TRegistry and has 3 simples methods which allow you to create, read and delete a key in the windows registry. The value of the keys created with this componnent are always strings.Informations
- Status: Fully functional
- Source: Included
- Size: 6kB
Platforms: D3
TIceIniFile v.1.0
By Norbert Mereg.
Freeware + source 17 Jan 2005Description
TIceIniFile lets you read / write Ini-Files greater than 64 KB. Easy to use:E.G:
- ShowMessage (ini [Section, Name, Default]);
- ...
- ini [Section, Name, ]:=Value;
Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 0kB
Platforms: D5, D6, D7
TIniFilesEx v.1.1
Description
TMemIniFileEx and TIniFileEx extend the respective baseclasses to use the Windows special folders APP_DATA, LOCAL_APP_DATA and COMMON_APP_DATA. Users do not have to use absolute pathnames anymore but can specify their own subdirs like:MyIniFile:=TIniFileEx.Create('CompanyNameProductNamesettings.ini');
Informations
- Status: Fully functional
- Source: Included
- Size: 2kB
Platforms: D2005, D2006, D2007, D7
TIniList v.1.06
By ProShare.
Freeware + source 04 Jul 2006Description
TIniList is a component similar to TIniFile, but it holds all the values in memory, not in a file. It provides easy loading and saving values with methods like ReadInteger, WriteInteger, etc. With SaveToFile and LoadFromFile the values are written or read to/from a file.Informations
- Status: Fully functional
- Source: Included
- Size: 28kB
Platforms: D1, D2, D2005, D3, D4, D5, D6, D7
TIniPlus v.1.12
By Arash Ramin.
Freeware + source 22 Apr 2000Description
TIniPlus adds ReadColor/WriteColor, ReadFont/WriteFont to TIniFile, and also provides methods to retrieve/restore a window (or control's) size and position at runtime.Informations
- Status: Fully functional
- Source: Included
- Size: 3kB
Platforms: CB1, CB3, CB4, D2, D3, D4, D5
TmRegistry v.1.0
By MASoft.
Freeware + source 21 Oct 2002Description
A component that simplifies reading and writing data to Registry.Informations
- Status: Fully functional
- Source: Included
- Size: 6kB
Platforms: D3, D4, D5, D6, D7
TMyRegistry v.1.10
By Martin Zahl.
Freeware + source 18 Mar 1998Description
This component is able to save the configuration in the registry or an INIfile. So that you can select the destination without any changes in the source.Informations
- Status: Fully functional
- Source: Included
- Size: 16kB
Platforms: D3
TProfile v.1.0
By Kenn Nesbitt.
Freeware + source 19 Jun 1996Description
A Delphi component for working with .INI files.Informations
- Status: Fully functional
- Source: Included
- Size: 17kB
Platforms: D1
TRawRegistry v.0.1a
By Ilya Malyarenko.
Freeware + source 09 Jan 2002Description
Low level read only access to Win9x/ME registry files without WinAPI.Introduces TRawRegistry component which is compatible with TRegistry.
Informations
- Status: Fully functional
- Source: Included
- Size: 18kB
Platforms: D4, D5, D6
TRegistry v.2.0
By Hannes Danzl.
Freeware + source 25 Jun 1997Description
Regi1632 gives you access to the Win95/NT. If you're running on 16 bit it will write/read the registry-entries from an Inifile; if you're running on a 32 bit system (even if it is a 16bit program) the registry will be used.Informations
- Status: Fully functional
- Source: Included
- Size: 20kB
Platforms: D1, D2, D3
TRegistry Enhanced v.1.45
By Devonic, Inc.
Freeware + source 29 May 2007Description
A component that allows you manipulate entries in the Registry.Requires TBrkApart.
Informations
- Status: Fully functional
- Source: Included
- Size: 15kB
Platforms: D2, D2005, D2006, D2007, D3, D4, D5, D6, D7
TRegistry1
By Balzamo.
Freeware + source 06 Dec 2002Description
Component to work with Registry.Informations
- Status: Fully functional
- Source: Included
- Size: 8kB
Platforms: D5, D6
TRegistryIniPlus v.1.12
By Arash Ramin.
Freeware + source 22 Apr 2000Description
TRegistryIniPlus adds ReadColor/WriteColor, ReadFont/WriteFont to TRegistryIniFile, and also provides methods to retrieve/restore a window (or control's) size & position at runtime.Informations
- Status: Fully functional
- Source: Included
- Size: 3kB
Platforms: CB1, CB3, CB4, D2, D3, D4, D5
TRegistryUse v.1.0
By Shadowtj.
Freeware + source 09 May 2006Description
This is a little component that makes it easy to read and write to the Windows registry.Informations
- Status: Fully functional
- Source: Included
- Size: 3kB
Platforms: D3, D4, D5, D6, D7
TSecureMemIniFile v.1.0
By Mike Gibbard.
Freeware + source 08 Jul 2008Description
TSecureMemIniFile is TMemIniFile descendant implementing Blowfish encyrption using TLbBlowfish class from the Turbopower Lock box components.- The class works almost exactly like TMemIniFile except for the constructor which introduces the extra ’Passphrase’ parameter, e.g. IniFile := TSecureMemIniFile.Create(’MyIni.ini’,The secret key’);
- Calling UpdateFile causes the file to be written out to the file system (just like the TMemIniFile ancestor) but, with TSecureMemIniFile, the file is encrypted.
- Finally, there’s a new SaveUnencrypted procedure which saves a previously encrypted TSecureMemIniFile as a plain text TMemIniFile.
Informations
- Status: Fully functional
- Source: Included
- Size: 338kB
Platforms: D7
TSecurityINI v.1.01
By Bjorn Depoorter.
Freeware + source 11 May 2001Description
With the help of this class, you can store information into INI-files encoded. Everything is encoded, not just the value, but also the section names and the key names. It uses the Rijndael algorithm to encrypt / decrypt the information.You have to provide 2 keys:
- password key: used to encode the value
- program key: used to encode the section and key names (+ the value as well).
- to protect information in an INI-file
- user custom INI-files: every user has an INI file, but with a different password key.
Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 337kB
Platforms: D3, D4, D5
TSupraINI v.1.1
Description
A memory-based INI file reader/writer descended from TObject. Meant to be an almost drop-in replacement for TIniFile that is doesn't require having TMemIniFile around.Informations
- Status: Fully functional
- Source: Included
- Size: 9kB
Platforms: D1, D2, D3, D4, D5, D6
TXMLIniFile v.1.0
Description
TXMLIniFile is a component inhertied of TCustomIniFile and save the data insteed of an INI file to an XML file.Informations
- Status: Fully functional
- Source: Included
- Size: 2kB
Platforms: D3, D4, D5, D6
Virtual Registry v.1.2
Description
Registry Wrapper component designed to allow developers to create virtual Windows registry nodes and store them in the file or database. This component also allows to create registry independent software (very helpfull on Vista OS). You do not have to amend your existing sources much - just add component on main form and it is ready to work. Windows registry calls will be catched and redirected to internal memory structure.The main features of Registry Wrapper v1.2:
- Ability to catch and redirect to virtual structure only predefined set of registry keys as well as all keys
- Ability to install handler for particular library as well as for all libraries
- You can turn it off/on any time
- Autosave virtual structure by timer.
- New: Install handler for specified modules only
Informations
- Status: With Nag-Screen
- Source: On purchase/registration
- price: $50
- Source price: $100
- Size: 347kB
Platforms: D6, D7