Datasnap.DSHTTPCommon.TDSHTTPRequest.GetAccept

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPRequest

Delphi

function GetAccept: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetAccept() = 0 ;

Description

Returns the value of the Accept property.

The GetAccept method is the read implementation of the Accept property.

See Also