TMiniFMXScenesContext.GetValue Method
Overloads
Delphi
function GetValue(const Section: string; const Key: string; const Default: string): string
Parameters
- Section
- string
- Key
- string
- Default
- string
Returns
string
Delphi
function GetValue(const Section: string; const Key: string; Default: integer): integer
Parameters
- Section
- string
- Key
- string
- Default
- Integer
Returns
Integer
Delphi
function GetValue(const Section: string; const Key: string; Default: cardinal): cardinal
Parameters
- Section
- string
- Key
- string
- Default
- Cardinal
Returns
Cardinal
Delphi
function GetValue(const Section: string; const Key: string; Default: single): single
Parameters
- Section
- string
- Key
- string
- Default
- Single
Returns
Single
Delphi
function GetValue(const Section: string; const Key: string; Default: boolean): boolean
Parameters
- Section
- string
- Key
- string
- Default
- Boolean
Returns
Boolean