API:Data.Cloud.AmazonAPI.TAmazonNotificationEvent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

  TAmazonNotificationEvent = record
    Topic: string;
    Event: string;
    class function Create(const Topic, Event: string): TAmazonNotificationEvent; static;
  end;

C++

struct DECLSPEC_DRECORD TAmazonNotificationEvent
{
public:
    System::UnicodeString Topic;
    System::UnicodeString Event;
    static TAmazonNotificationEvent __fastcall Create(const System::UnicodeString Topic, const System::UnicodeString Event);
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Data.Cloud.AmazonAPI.pas
Data.Cloud.AmazonAPI.hpp
Data.Cloud.AmazonAPI Data.Cloud.AmazonAPI

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。