I must insert a value into registry
oReg := TReg32():New(HKEY_CURRENT_USER, Key)
oReg:Set(Name,valore)
but here it not run because not found the variable into registry
what is the command to say " IF NOT FOUND THE name of variable create it " ?
I try with
IF ! FOUND (name)
oReg:Create( nKey, cRegKey )
but not run ok
then if insert oReg:ENd() it make error ...