Datasnap.DSHTTPCommon.TDSHTTPResponse.Pragma
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: TDSHTTPResponse |
Delphi
property Pragma: string read GetPragma write SetPragma;
C++
__property System::UnicodeString Pragma = {read=GetPragma, write=SetPragma};
Description
Specifies the pragma field of the HTTP response.
Pragma is a read-only property that specifies the pragma field of the HTTP response.