/
SetConfigurationVariableString
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
, multiple selections available,
Related content
SetConfigurationVariable
SetConfigurationVariable
More like this
GetConfigurationVariable
GetConfigurationVariable
More like this
GetConfigurationVariableString
GetConfigurationVariableString
More like this
getPadSettings
getPadSettings
More like this
setPadSettings
setPadSettings
More like this
SetDriverString
SetDriverString
More like this