Datasnap.DSHTTP.TDSHTTPResponseIndy.GetContentText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentText: string; override;

C++

virtual System::UnicodeString __fastcall GetContentText();

Properties

Type Visibility Source Unit Parent
function class protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPResponseIndy

Description

Returns the value of the ContentText property.

The GetContentText method is the read implementation of the ContentText property.

See Also