Datasnap.DSHTTPCommon.TDSHTTPResponse.ResponseText
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSHTTPResponse | |
Delphi
property ResponseText: string read GetResponseText write SetResponseText;
C++
__property System::UnicodeString ResponseText = {read=GetResponseText, write=SetResponseText};
Description
Represents the textual message received in an HTTP response.
The ResponseText property specifies the textual message received in an HTTP response.