Datasnap.DSHTTP.TDSHTTPRequestIndy.GetPostStream
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
Unit: Datasnap.DSHTTP | |
Parent: TDSHTTPRequestIndy |
Delphi
function GetPostStream: TStream; override;
C++
virtual System::Classes::TStream* __fastcall GetPostStream();
Description
Returns the value of the PostStream property.
The GetPostStream method is the read implementation of the PostStream property.