REST.Backend.ParseApi.TParseApi.TFile

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

Delphi

TFile = record

C++

struct DECLSPEC_DRECORD TFile
{
private:
    System::UnicodeString FName;
    System::UnicodeString FFileName;
    System::UnicodeString FDownloadURL;
public:
    __fastcall TFile(const System::UnicodeString AName);
    __property System::UnicodeString FileName = {read=FFileName};
    __property System::UnicodeString DownloadURL = {read=FDownloadURL};
    __property System::UnicodeString Name = {read=FName};
    TFile() {}
};

プロパティ

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

説明

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