Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentText

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: class protected
Source:
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Unit: Datasnap.DSHTTPWebBroker
Parent: TDSHTTPResponseWebBroker

Delphi

function GetContentText: string; override;

C++

virtual System::UnicodeString __fastcall GetContentText();

Description

Returns the value of the ContentText property.

Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetContentText inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentText. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.GetContentText.

Returns the value of the ContentText property.

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

See Also