Datasnap.DSHTTPCommon.TDSHTTPResponse.SetPragma
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSHTTPResponse | |
Delphi
procedure SetPragma(const Value: string); virtual; abstract;
C++
virtual void __fastcall SetPragma(const System::UnicodeString Value) = 0 ;
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.