Web.Win.IsapiHTTP.TISAPIResponse.GetStringVariable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetStringVariable(Index: Integer): string; override;

C++

virtual System::UnicodeString __fastcall GetStringVariable(int Index);

Properties

Type Visibility Source Unit Parent
function protected
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIResponse

Description

Extracts a string value from the internal table of HTTP header variables.

The ISAPI response object uses GetStringVariable to access the properties that represent strings.

See Also