RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequestFiles.GetItem Method

Returns the value of the Items property.

Pascal
function GetItem(I: Integer): TAbstractWebRequestFile; override;
C++
virtual __fastcall TAbstractWebRequestFile GetItem(int I);

GetItem is the protected read implementation of the Items property. 

I is the index of the Web request file object to return. 

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!