Web.ReqFiles.TWebRequestFiles.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer; override;

C++

virtual int __fastcall GetCount();

Properties

Type Visibility Source Unit Parent
function protected
Web.ReqFiles.pas
Web.ReqFiles.hpp
Web.ReqFiles TWebRequestFiles

Description

Returns the value of the Count property.

Web.ReqFiles.TWebRequestFiles.GetCount inherits from Web.HTTPApp.TAbstractWebRequestFiles.GetCount. All content below this line refers to Web.HTTPApp.TAbstractWebRequestFiles.GetCount.

Returns the value of the Count property.

GetCount is the protected read implementation of the Count property.

In TAbstractWebRequestFile, GetCount is abstract or, in C++ terminology, pure virtual, meaning it has no implementation. Descendant classes must override this method to provide an implementation for the Count property.

See Also