TMiniFMXScenesContext.GetValue Method

Overloads

GetValue(string, string, string)

Delphi
function GetValue(const Section: string; const Key: string; const Default: string): string

Parameters

Section
string
Key
string
Default
string

Returns

string

GetValue(string, string, Integer)

Delphi
function GetValue(const Section: string; const Key: string; Default: integer): integer

Parameters

Section
string
Key
string
Default
Integer

Returns

Integer

GetValue(string, string, Cardinal)

Delphi
function GetValue(const Section: string; const Key: string; Default: cardinal): cardinal

Parameters

Section
string
Key
string
Default
Cardinal

Returns

Cardinal

GetValue(string, string, Single)

Delphi
function GetValue(const Section: string; const Key: string; Default: single): single

Parameters

Section
string
Key
string
Default
Single

Returns

Single

GetValue(string, string, Boolean)

Delphi
function GetValue(const Section: string; const Key: string; Default: boolean): boolean

Parameters

Section
string
Key
string
Default
Boolean

Returns

Boolean

GetValue(string, string, TJSONValue)

Delphi
function GetValue(const Section: string; const Key: string; Default: TJSONValue): TJSONValue

Parameters

Section
string
Key
string
Default
TJSONValue

Returns

TJSONValue