Web.Win.IsapiHTTP.TISAPIRequest.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 TISAPIRequest

Description

Extracts a string value from the extension control block.

GetStringVariable reads string values from the extension control block specified by the ECB property. The ISAPI request object uses GetStringVariable to access the properties that represent strings from the HTTP request headers.

See Also