Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetAccept
Delphi
function GetAccept: string; override;
C++
virtual System::UnicodeString __fastcall GetAccept(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp |
Datasnap.DSHTTPWebBroker | TDSHTTPRequestWebBroker |
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.