Web.ReqFiles.TWebRequestFile.GetStream

From RAD Studio API Documentation

Delphi

function GetStream: TStream; override;

C++

virtual System::Classes::TStream* __fastcall GetStream(void);

Properties

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

Description

Returns the value of the Stream property. {{#multireplace:Web.ReqFiles.TWebRequestFile.GetStream|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.HTTPApp.TAbstractWebRequestFile.GetStream|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.HTTPApp.TAbstractWebRequestFile.GetStream|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the value of the Stream property.

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.

See Also