Datasnap.DSHTTP.TDSHTTPResponseIndy.SetPragma

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPragma(const Value: string); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPResponseIndy

Description

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