Web.Win.IsapiHTTP.TISAPIResponse.SetStringVariable

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Web.Win.IsapiHTTP.pas
Web.Win.IsapiHTTP.hpp
Web.Win.IsapiHTTP TISAPIResponse

説明

HTTP ヘッダープロパティに文字列値を設定します。

SetStringVariable は,HTTP ヘッダー変数を格納するために使用される内部テーブルに文字列値を書き込みます。ISAPI レスポンスオブジェクトは,SetStringVariable メソッドを使用して,文字列を表すプロパティを設定します。

関連項目