TMiniFMXScenesContext.SetValue Method
Overloads
Delphi
procedure SetValue(const Section: string; const Key: string; const Value: string)
Parameters
- Section
- string
- Key
- string
- Value
- string
Delphi
procedure SetValue(const Section: string; const Key: string; Value: integer)
Parameters
- Section
- string
- Key
- string
- Value
- Integer
Delphi
procedure SetValue(const Section: string; const Key: string; Value: cardinal)
Parameters
- Section
- string
- Key
- string
- Value
- Cardinal
Delphi
procedure SetValue(const Section: string; const Key: string; Value: single)
Parameters
- Section
- string
- Key
- string
- Value
- Single
Delphi
procedure SetValue(const Section: string; const Key: string; Value: boolean)
Parameters
- Section
- string
- Key
- string
- Value
- Boolean