RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.SetContentStream Method

Sets the value of the ContentStream property to the Value parameter.

Pascal
procedure SetContentStream(Value: TStream); virtual;
C++
virtual __fastcall SetContentStream(TStream Value);

SetContentStream frees the previous value of ContentStream and replaces the property with the Value parameter. 

 

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