Datasnap.DSHTTPCommon.TDSHTTPResponse.GetPragma
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: TDSHTTPResponse |
Delphi
function GetPragma: string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall GetPragma() = 0 ;
Description
Returns the value of the Pragma property.
The GetPragma method is the read implementation of the Pragma property.