Web.HTTPApp.TWebResponse.FreeContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FreeContentStream: Boolean read FFreeContentStream write FFreeContentStream;

C++

__property bool FreeContentStream = {read=FFreeContentStream, write=FFreeContentStream, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebResponse

Description

Specifies whether the stream object for writing the contents of the HTTP response message to the web client is freed when destroying the TWebResponse class instance.

The FreeContentStream property specifies whether the stream object for writing the contents of the HTTP response message to the web client is freed when destroying the TWebResponse class instance.

See Also