Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetPragma

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPragma: string; override;

C++

virtual System::UnicodeString __fastcall GetPragma();

Properties

Type Visibility Source Unit Parent
function class protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPResponseWebBroker

Description

Returns the value of the Pragma property.

Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetPragma inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.GetPragma. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.GetPragma.

Returns the value of the Pragma property.

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

See Also