SetGSValueBool
Declaration
Delphi
procedure SetGSValueBool(const Key: WideString; Value: WordBool);
ActiveX
HRESULT _stdcall SetGSValueBool([in] BSTR Key, [in] VARIANT_BOOL Value );
Description
This function allows to change the global boolean settings.
Parameters
Â
| Variable to set as string 'UseCSMode' |
Value | Boolean value true or false |
Â