REST.Client.TDownloadURL

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDownloadURL

Delphi

TDownloadURL = class

C++

class PASCALIMPLEMENTATION TDownloadURL : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
REST.Client.pas
REST.Client.hpp
REST.Client REST.Client

Description

Downloads a file from a cloud storage service.

TDownloadURL provides the methods to download a file by making a request to a URL.

See Also