Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetAccept

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAccept: string; override;

C++

virtual System::UnicodeString __fastcall GetAccept();

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.

See Also