API:REST.Client.TCustomRESTRequest.AddFile

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

Delphi

procedure AddFile(const AName, AFileName: string; AContentType: TRESTContentType = TRESTContentType.ctNone); overload;
procedure AddFile(const AFileName: string; AContentType: TRESTContentType = TRESTContentType.ctNone);  overload;

C++

void __fastcall AddFile(const System::UnicodeString AName, const System::UnicodeString AFileName, Rest::Types::TRESTContentType AContentType = Rest::Types::TRESTContentType())/* overload */;
void __fastcall AddFile(const System::UnicodeString AFileName, Rest::Types::TRESTContentType AContentType = Rest::Types::TRESTContentType())/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest

説明

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