Using the DevExpress VCL TdxLayoutControl, how do I store configuration information 1) to multiple databases 2) in an INI file format?
Here is our issue. The TdxLayoutControl
can store its configuration in three ways: an INI file, a Windows Registry, or a TStream
(which can be used to store a BLOB in the database). The INI file stores the data in a user-consumable format. The Windows Registry and TStream
options store the data in a binary format. We (being the daredevils we are) would like to have our cake and eat it too.