Datasnap.DSHTTP.TDSHTTPRequestIndy.GetPragma

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPragma: string; override;

C++

virtual System::UnicodeString __fastcall GetPragma();

Properties

Type Visibility Source Unit Parent
function protected
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPRequestIndy

Description

Returns the value of the Pragma property.

The GetPragma method is the read implementation of the Pragma property.

See Also