Web.HTTPApp.TAbstractWebRequestFiles.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TAbstractWebRequestFiles

Description

Indicates the number of uploaded files in the collection.

Read Count to determine the number of files in this collection. Count provides an upper bound to the index of the Items property.

See Also