REST.Backend.ParseApi.TParseApi.TObjectID
Delphi
TObjectID = record
C++
struct DECLSPEC_DRECORD TObjectID
{
private:
System::TDateTime FCreatedAt;
System::TDateTime FUpdatedAt;
System::UnicodeString FObjectID;
System::UnicodeString FBackendClassName;
public:
__fastcall TObjectID(const System::UnicodeString ABackendClassName, System::UnicodeString AObjectID);
__property System::TDateTime CreatedAt = {read=FCreatedAt};
__property System::TDateTime UpdatedAt = {read=FUpdatedAt};
__property System::UnicodeString ObjectID = {read=FObjectID};
__property System::UnicodeString BackendClassName = {read=FBackendClassName};
TObjectID() {}
};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
record struct |
public | REST.Backend.ParseApi.pas REST.Backend.ParseApi.hpp |
REST.Backend.ParseApi | TParseApi |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。