SetConfigurationVariable
Delphi
function SetConfigurationVariable(Name: ShortString;Â value: Integer): Integer;
C/C++
SOPAD_API int SOPAD_SetConfigurationVariable(char*Â Name, int value);
ActiveX
HRESULT SetConfigurationVariable([in] BSTR* Name, [in] Integer value);
Description
Set the Value for a specific Device system Variable Â
Arguments
Name: String;
e.g. "so.pad.security.open.event.cache"  (note: returns the open state cache from Device)
value: string
Data content
Return value
This function return a integer: 0= no errors!