/
SetGSValueBool

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

 

Key

Variable to set as string

'UseCSMode'

ValueBoolean value true or false

 

Related content

SetGSValueString
SetGSValueString
More like this
SetGSValueLong
SetGSValueLong
More like this
UID_VariableSetValue
UID_VariableSetValue
More like this
DialogSetGuiElement
DialogSetGuiElement
More like this
UID_VariableGetValue
UID_VariableGetValue
More like this
DialogSetButtonGrayed
DialogSetButtonGrayed
More like this