Class TBrookHTTPUploads
Unit
Declaration
type TBrookHTTPUploads = class(TBrookHandledPersistent)
Description
Uploads list which contains all uploaded files and form fields.
Hierarchy
- TObject
- TPersistent
- TBrookHandledPersistent
- TBrookHTTPUploads
Overview
Methods
constructor Create(AHandle: Pointer); virtual; |
|
function GetEnumerator: TBrookHTTPUploadsEnumerator; |
|
function First: TBrookHTTPUpload; virtual; |
|
function Next: TBrookHTTPUpload; virtual; |
Properties
property EOF: Boolean read IsEOF; |
|
property Count: Integer read GetCount; |
Description
Methods
constructor Create(AHandle: Pointer); virtual; |
|
Creates an instance of Parameters
|
function GetEnumerator: TBrookHTTPUploadsEnumerator; |
|
Gets an instance of |
function First: TBrookHTTPUpload; virtual; |
|
Retrieves the Parameters
Returns
|
function Next: TBrookHTTPUpload; virtual; |
|
Retrieves the Parameters
|
Properties
property EOF: Boolean read IsEOF; |
|
Indicates the end of list. |
property Count: Integer read GetCount; |
|
Counts the total uploads present in the list. |
Generated by PasDoc 0.16.0.