Web.HTTPApp.TWebResponse.SetStringVariable

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

Delphi

procedure SetStringVariable(Index: Integer; const Value: string); virtual; abstract;

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebResponse

説明

文字列値を持つ HTTP ヘッダープロパティを設定するメソッドの抽象(純粋仮想)プロトタイプを提供します。

TWebResponse の下位オブジェクトは SetStringVariable メソッドを実装して,HTTP ヘッダー変数を格納するための内部テーブルへ文字列を書き出す方法を提供します。レスポンスオブジェクトは,SetStringVariable メソッドを使用して,文字列を表すプロパティを設定します。

関連項目