Web.HTTPApp.TWebResponse.SetContentStream
Delphi
procedure SetContentStream(Value: TStream); virtual;
C++
virtual void __fastcall SetContentStream(System::Classes::TStream* Value);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebResponse |
Description
Sets the value of the ContentStream property to the Value parameter.
SetContentStream frees the previous value of ContentStream and replaces the property with the Value parameter.