Web.Win.IsapiHTTP.TISAPIResponse.SetStringVariable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetStringVariable(Index: Integer; const Value: string); override;

C++

virtual void __fastcall SetStringVariable(int Index, const System::UnicodeString Value);

Properties

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

Description

Sets a string valued HTTP header property.

SetStringVariable writes string values to the internal table used to store HTTP header variables. The ISAPI response object uses SetStringVariable to set the properties that represent strings.

See Also