|
LMD StoragePack for Delphi / C++Builder
Date: 06.09.2015 (© by LMD Innovative, (http://www.lmd.de or http://www.lmdinnovative.com)
Introduction
LMD StoragePack is a collection of 10 native VCL components that can be compiled into your application royalty free. StoragePack controls are used to save/restore application configuration data. Possible target formats are the Windows Registry and Ini-, XML- or binary files respectively. The package can save a lot of time which is normally used to write code which handles management of configuration data. For example component properties can be selected at designtime visually via the Properties Selection Dialog - all other functionality is done automatically at runtime. [Top] System requirements- Compatible with Delphi and C++ Builder XE2 - 10 Seattle, including 64bit support for Delphi XE2 and higher!
- Supported IDEs:
- Delphi 6 - Delphi 10 Seattle
- C++ Builder 6 - C++Builder 10 Seattle
- Delphi 2005.NET - Delphi 2007.NET
- Turbo (2006) Professional versions for Delphi, C++ and Delphi.NET
- All corresponding Studio Products (BDS 2006, CRS 2007, CRS 2009, RAD Studio 2010, XE, XE2, XE3, XE4, XE5, XE6, XE7 etc.)
- Documentation: Includes online help files for Delphi/C++ Builder integration.
- Operating System and hardware requirements depend on the installed Delphi/C++ Builder version.
- Supported operating systems: Win98 and WinNT4 or better (including Windows 7 + 8).
For recent Delphi releases LMD VCL package support same platforms as the VCL which is included in the IDE (e.g. Delphi 2009 officially supports Win2k or better only) [Top]Features
- 10 components including full sourcecode
- Supports saving/restoring of configuration data (e.g. at designtime via extended Property Selection dialog).
- Supports in version 2.X Windows Registry, Ini-, XML- or binary files for storing data. Switching between different formats can be done without much effort.
- Extensive demo projects with sourcecode
- Free updates via Internet
- A Site License covers unlimited number of developers in same organization at one location
- Free technical support via public forum (forum.lmd.de), e-mail, fax or mail;
- Also available as part of LMD-Tools and LMD VCL Complete
[Top]
Component Overview
Tab "LMD Storage" |
|
TLMDStorPropertyStorage Component for saving/restoring properties from/to components at runtime. Desired properties can be selected visually at designtime. No code required! Unlike TLMDObjectStorage available in LMD-Tools the control is not limited to work with Windows Registry but can be connected to the different TLMDStor[..]Vault controls. |
|
TLMDStorRegistryVault The TLMDStorRegistryVault will be used if configuration data should be stored into Windows Registry. The control provides many predefined Read-/Write methods supporting various data types. Also controls like TLMDStorPropertyStorage can be connected to TLMDStorRegistryVault to specify target of save/load operations. |
|
TLMDStorXMLVault The TLMDStorXMLVault will be used if configuration data should be stored into XML files. The control provides many predefined Read-/Write methods supporting various data types. Also controls like TLMDStorPropertyStorage can be connected to TLMDStorXMLVault to specify target of save/load operations. |
|
TLMDStorIniVault The TLMDStorIniVault will be used if configuration data should be stored into inifiles files (against other [..]Vault controls limitations must be observed). The control provides many predefined Read-/Write methods supporting various data types. Also controls like TLMDStorPropertyStorage can be connected to TLMDStorIniVault to specify target of save/load operations. |
|
TLMDStorTemplateStorage Use the TLMDStorTemplateStorage control to store object/control templates into binary files for later reuse. By this you can build up some kind of feature like in the Delphi IDE. |
|
TLMDStorBinVault The TLMDStorBinVault will be used if configuration data should be stored into binary files (which are usually unreadable by endusers). The control provides many predefined Read-/Write methods supporting various data types. Also controls like TLMDStorPropertyStorage can be connected to TLMDStorBinVault to specify target of save/load operations. |
|
TLMDStorFormStorage TLMDStorFormStorage allows simple saving/restoring of position and dimension data for a form. The target format is determined by the connected Vault-control. |
|
TLMDStorControllerVault Interface control which can be connected to any other Vault control. The control is used as common adapter to Vault controls if target format is not determined during project development. |
|
TLMDStorCustomCryptor Nonvisual control which allows implementation of custom en-/decoding functionality at designtime by writing event handlers. |
|
TLMDStorXORCryptor The functionality of LMD StoragePack controls can be easily extended by deriving own controls. TLMDStorXORCryptor is an example for demonstrating how to add a simple en-/decrypting technique to streams which are saved/loaded by the different TLMDStor[..]Vault controls. |
[Top]
|
|