Web.Win.IsapiHTTP.TISAPIResponse.SetContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetContent(const Value: string); override;

C++

virtual void __fastcall SetContent(const System::UnicodeString Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIResponse

Description

Sets the Content property.

SetContent is the protected method used by ISAPI response objects to set the Content property.

See Also