Web.HTTPApp.TWebResponse.SetIntegerVariable

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

Delphi

procedure SetIntegerVariable(Index: Integer; Value: Int64); virtual; abstract;

C++

virtual void __fastcall SetIntegerVariable(int Index, __int64 Value) = 0 ;

プロパティ

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

説明

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

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

関連項目