Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetAccept
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp
| |
Unit: Datasnap.DSHTTPWebBroker | |
Parent: TDSHTTPRequestWebBroker |
Delphi
function GetAccept: string; override;
C++
virtual System::UnicodeString __fastcall GetAccept();
Description
Returns the value of the Accept property.
Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetAccept inherits from Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAccept. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAccept.
Returns the value of the Accept property.
The GetAccept method is the read implementation of the Accept property.