Cloud Keys 2020 C++ Builder Edition

Questions / Feedback?

TagList Event

Fires once for each tag returned when a key's information is retrieved.

Syntax

typedef struct {
  String KeyName;
  String VersionId;
  String Name;
  String Value;
} TickAzureKeysTagListEventParams;

typedef void __fastcall (__closure *TickAzureKeysTagListEvent)(System::TObject* Sender, TickAzureKeysTagListEventParams *e);

__property TickAzureKeysTagListEvent OnTagList = { read=FOnTagList, write=FOnTagList };

Remarks

This event fires once for each tag returned when GetKeyInfo is called.

KeyName reflects the name of the key.

VersionId reflects the Id of the key version.

Name reflects the name of the tag.

Value reflects the value of the tag.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 C++ Builder Edition - Version 20.0 [Build 8157]