REST.Backend.ParseApi.TParseApi.TUpdatedAt

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

Delphi

    TUpdatedAt = record
    private
      FUpdatedAt: TDateTime;
      FObjectID: string;
      FBackendClassName: string;
    public
      constructor Create(const ABackendClassName, AObjectID: string; AUpdatedAt: TDateTime);
      property UpdatedAt: TDateTime read FUpdatedAt;
      property ObjectID: string read FObjectID;
      property BackendClassName: string read FBackendClassName;
    end;

C++

struct DECLSPEC_DRECORD TUpdatedAt
{
private:
    System::TDateTime FUpdatedAt;
    System::UnicodeString FObjectID;
    System::UnicodeString FBackendClassName;
public:
    __fastcall TUpdatedAt(const System::UnicodeString ABackendClassName, const System::UnicodeString AObjectID, System::TDateTime AUpdatedAt);
    __property System::TDateTime UpdatedAt = {read=FUpdatedAt};
    __property System::UnicodeString ObjectID = {read=FObjectID};
    __property System::UnicodeString BackendClassName = {read=FBackendClassName};
    TUpdatedAt() {}
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi

説明

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