RAD Studio VCL Reference
|
Returns the value of the Items property.
function GetItem(I: Integer): TAbstractWebRequestFile; virtual; abstract;
virtual __fastcall TAbstractWebRequestFile GetItem(int I) = 0;
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.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|