Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetPragma

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: class protected
Source:
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Unit: Datasnap.DSHTTPWebBroker
Parent: TDSHTTPResponseWebBroker

Delphi

procedure SetPragma(const Value: string); override;

C++

virtual void __fastcall SetPragma(const System::UnicodeString Value);

Description

Sets the value of the Pragma property to the one specified through the parameter.

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

Sets the value of the Pragma property to the one specified through the parameter.

The SetPragma method is the write implementation of the Pragma property.

See Also