AWS.Core.TAWSOptions.SetValueForKey

Sets a value for key.

procedure SetValueForKey(const AValue: TValue; AKey: string; const ANamespace: string = '');
__fastcall SetValueForKey(const TValue AValue, AnsiString AKey, const AnsiString ANamespace = '');

File: AWS.Core.pas 

Namespace: AWS.Core 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const AValue: TValue
A value to store.
AKey: string
A key to store the value under.
const ANamespace: string = ''
A namespace to store the value in. Defaults to AWS.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.