These actions allow you to Read a Registry Value into a FinalBuilder variable, Set a Registry Value or Delete a Registry Key/Value.



Enable the "Delete Key" option to delete a key instead of a value. To delete a key, it must contain no subkeys (although it may contain values.)
Scripting Info
The Action properties available for all 3 actions are :
property RegRoot : HKEY; valid values are :
HKEY_CLASSES_ROOT,HKEY_CLASSES_ROOT,
HKEY_CURRENT_USER,HKEY_LOCAL_MACHINE,
HKEY_USERS,HKEY_CURRENT_CONFIG
property RegKey : String;
property RegValType : TRegValueType - valid values are rtInteger and rtString
property RegValueName : String;
For Read Value :
property FBVariable : string;
For Set Value:
property AllowCreateKey;
For Delete Value/Key:
property DeleteKey;