API:Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetPragma

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 GetPragma: string; override;

C++

virtual System::UnicodeString __fastcall GetPragma();

Description

Returns the value of the Pragma property.

Datasnap.DSHTTPWebBroker.TDSHTTPRequestWebBroker.GetPragma inherits from Datasnap.DSHTTPCommon.TDSHTTPRequest.GetPragma. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPRequest.GetPragma.

Returns the value of the Pragma property.

The GetPragma method is the read implementation of the Pragma property.

See Also