Returns the first uploaded file in the collection
Source position: httpdefs.pp line 255
public function TUploadedFiles.First: TUploadedFile; |
First uploaded file or nil if collection is empty
First returns the first TUploadedFile in the collection. Returns nil if the collection is empty.