Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetAccept

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also