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