Hi Team,D10.3.2 32bit, Win 10, latest LMD controls.
I am using a TLMDIniCtrl.
Target is set to itRegistry.
IniPrefix is set to ppProgram.
No Regpath set.
RegRoot is set to rpCurrent User.
When the App starts it writes & checks the registry entry. If the entry isn't there it creates it. In this case "Computer\HKEY_CURRENT_USER\Software\DBiWorkflow" and writes the various sub-keys/data to it.
Strangely, when the Application exits it creates and writes to a different entry "Computer\HKEY_CURRENT_USER\Software\DBiWorkflow for Windows"
{code}
//
DBWReg.WriteString('Session Keys', 'DBiWorkflow', '');
//
{code}
DBiWorkflow is the Application's file name,
DBiWorkflow for Windows is the Application's Title in Delphi.
This is either a bug or I have something set wrong.
Can anybody advise please?
Regards & TIA,
Ian
Comments