Web.ReqFiles.TWebRequestFiles.GetItem
Delphi
function GetItem(I: Integer): TAbstractWebRequestFile; override;
C++
virtual Web::Httpapp::TAbstractWebRequestFile* __fastcall GetItem(int I);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Web.ReqFiles.pas Web.ReqFiles.hpp |
Web.ReqFiles | TWebRequestFiles |
Description
Returns the value of the Items property.
Web.ReqFiles.TWebRequestFiles.GetItem inherits from Web.HTTPApp.TAbstractWebRequestFiles.GetItem. All content below this line refers to Web.HTTPApp.TAbstractWebRequestFiles.GetItem.
Returns the value of the Items property.
GetItem is the protected read implementation of the Items property.
I is the index of the Web request file object to return.
In TAbstractWebRequestFile, GetItem 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 Items property.