REST.Backend.ParseApi.TParseApi.TFile

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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() {}
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
REST.Backend.ParseApi.pas
REST.Backend.ParseApi.hpp
REST.Backend.ParseApi TParseApi

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.