TParamsFile.setValue Method

Overloads

setValue(string, string)

Set the value for key parameter as string

setValue(string, Boolean)

Set the value for key parameter as boolean

setValue(string, Cardinal)

Set the value for key parameter as cardinal

setValue(string, Integer)

Set the value for key parameter as integer

setValue(string, Single)

Set the value for key parameter as single

setValue(string, TDateTime)

Set the value for key parameter as TDateTime

setValue(string, TJSONValue)

Set the value for key parameter as TJSONValue

setValue(string, string)

Set the value for key parameter as string

Delphi
procedure setValue(key: string; Value: string)

Parameters

key
string
Value
string

setValue(string, Boolean)

Set the value for key parameter as boolean

Delphi
procedure setValue(key: string; Value: boolean)

Parameters

key
string
Value
Boolean

setValue(string, Cardinal)

Set the value for key parameter as cardinal

Delphi
procedure setValue(key: string; Value: cardinal)

Parameters

key
string
Value
Cardinal

setValue(string, Integer)

Set the value for key parameter as integer

Delphi
procedure setValue(key: string; Value: integer)

Parameters

key
string
Value
Integer

setValue(string, Single)

Set the value for key parameter as single

Delphi
procedure setValue(key: string; Value: single)

Parameters

key
string
Value
Single

setValue(string, TDateTime)

Set the value for key parameter as TDateTime

Delphi
procedure setValue(key: string; Value: TDateTime)

Parameters

key
string
Value
TDateTime

setValue(string, TJSONValue)

Set the value for key parameter as TJSONValue

Delphi
procedure setValue(key: string; Value: TJSONValue)

Parameters

key
string
Value
TJSONValue