AWS.Core.IAWSOptions.GetBoolean

Resolves a Boolean value.

function GetBoolean(const AKey: string; const ADefault: Boolean = True; const ANamespace: string = 'AWS'): Boolean;
__fastcall Boolean GetBoolean(const AnsiString AKey, const Boolean ADefault = True, const AnsiString ANamespace = 'AWS');

File: AWS.Core.pas 

Namespace: AWS.Core 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AKey: string
Key name to resolve.
const ADefault: Boolean = True
A default value to use if the value is not present.
const ANamespace: string = 'AWS'
Specifies the namespace to fetch value from. Defaults to AWS.

Boolean value.

Copyright © 2019-2021 Appercept Ltd. All rights reserved.