TMiniFMXScenesContext.SetValue Method

Overloads

SetValue(string, string, string)

Delphi
procedure SetValue(const Section: string; const Key: string; const Value: string)

Parameters

Section
string
Key
string
Value
string

SetValue(string, string, Integer)

Delphi
procedure SetValue(const Section: string; const Key: string; Value: integer)

Parameters

Section
string
Key
string
Value
Integer

SetValue(string, string, Cardinal)

Delphi
procedure SetValue(const Section: string; const Key: string; Value: cardinal)

Parameters

Section
string
Key
string
Value
Cardinal

SetValue(string, string, Single)

Delphi
procedure SetValue(const Section: string; const Key: string; Value: single)

Parameters

Section
string
Key
string
Value
Single

SetValue(string, string, Boolean)

Delphi
procedure SetValue(const Section: string; const Key: string; Value: boolean)

Parameters

Section
string
Key
string
Value
Boolean

SetValue(string, string, TJSONValue)

Delphi
procedure SetValue(const Section: string; const Key: string; Value: TJSONValue)

Parameters

Section
string
Key
string
Value
TJSONValue