RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebRequestFile.GetStream Method

Returns the value of the Stream property.

Pascal
function GetStream: TStream; virtual; abstract;
C++
virtual __fastcall TStream GetStream() = 0;

GetStream is the protected read implementation for the Stream property. 

In TAbstractWebRequestFile, GetStream 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 Stream property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!