Web.Win.IsapiHTTP.TISAPIResponse.GetContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContent: string; override;

C++

virtual System::UnicodeString __fastcall GetContent();

Properties

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

Description

Reads the value of the Content property.

GetContent is the protected access function for the Content property.

See Also