Datasnap.DSHTTP.TDSHTTPResponseIndy.SetContentText
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: class protected | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
| Unit: Datasnap.DSHTTP | |
| Parent: TDSHTTPResponseIndy | |
Delphi
procedure SetContentText(const Value: string); override;
C++
virtual void __fastcall SetContentText(const System::UnicodeString Value);
Description
Sets the value of the ContentText property to the one specified through the parameter.
The SetContentText method is the write implementation of the ContentText property.