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