AWS.Core.TAWSSharedConfig.GetValue

Fetches a value for the given profile.

function GetValue(const AName: string; AProfileName: string = ''): string;
__fastcall AnsiString GetValue(const AnsiString AName, AnsiString AProfileName = '');

File: AWS.Core.pas 

Namespace: AWS.Core 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AName: string
Name of the value to return.
AProfileName: string = ''
Profile name to fetch value from.

String value for the value specified.

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