Class TRALMultipartFormData
Unit
Declaration
type TRALMultipartFormData = class(TObject)
Description
Base class for the Multipart object of the request
Hierarchy
- TObject
- TRALMultipartFormData
Overview
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function GetBufferStream: TStream; |
![]() |
function GetBufferString: StringRAL; |
![]() |
procedure OpenFile(const AFileName: StringRAL); |
![]() |
procedure ProcessHeader(AHeader: StringRAL); |
![]() |
procedure SaveToFile(const AFileName: StringRAL); |
![]() |
procedure SaveToStream(var AStream: TStream); |
![]() |
procedure SetBufferStream(AValue: TStream); |
![]() |
procedure SetBufferString(const AValue: StringRAL); |
Properties
![]() |
property AsStream: TStream read GetBufferStream write SetBufferStream; |
![]() |
property AsString: StringRAL read GetBufferString write SetBufferString; |
![]() |
property ContentType: StringRAL read FContentType write FContentType; |
![]() |
property Description: StringRAL read FDescription write FDescription; |
![]() |
property Disposition: StringRAL read FDisposition write FDisposition; |
![]() |
property Filename: StringRAL read FFilename write FFilename; |
![]() |
property Name: StringRAL read FName write FName; |
Description
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
function GetBufferStream: TStream; |
![]() |
function GetBufferString: StringRAL; |
![]() |
procedure OpenFile(const AFileName: StringRAL); |
|
Initializes a File by its AFileName | |
![]() |
procedure ProcessHeader(AHeader: StringRAL); |
|
Parse the Header of the Multipart Form | |
![]() |
procedure SaveToFile(const AFileName: StringRAL); |
|
Saves the Multipart content to a AFileName in the disk | |
![]() |
procedure SaveToStream(var AStream: TStream); |
|
Saves the Multipart content into an AStream | |
![]() |
procedure SetBufferStream(AValue: TStream); |
![]() |
procedure SetBufferString(const AValue: StringRAL); |
Properties
![]() |
property AsStream: TStream read GetBufferStream write SetBufferStream; |
![]() |
property AsString: StringRAL read GetBufferString write SetBufferString; |
![]() |
property ContentType: StringRAL read FContentType write FContentType; |
![]() |
property Description: StringRAL read FDescription write FDescription; |
![]() |
property Disposition: StringRAL read FDisposition write FDisposition; |
![]() |
property Filename: StringRAL read FFilename write FFilename; |
![]() |
property Name: StringRAL read FName write FName; |
GitHub Repository
Generated by PasDoc 0.16.0.


