FMX.Platform.TPushFailToRegisterData

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

Delphi

  TPushFailToRegisterData = record
    ErrorMessage: string;
    constructor Create(const AErrorMessage: string);
  end;

C++

struct DECLSPEC_DRECORD TPushFailToRegisterData
{
public:
    System::UnicodeString ErrorMessage;
    __fastcall TPushFailToRegisterData(const System::UnicodeString AErrorMessage);
    TPushFailToRegisterData() {}
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform FMX.Platform

説明

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