Datasnap.DSHTTPCommon.TDSHTTPResponse.Pragma

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also