Web.Win.IsapiHTTP.TISAPIResponse.SetIntegerVariable

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

Delphi

procedure SetIntegerVariable(Index: Integer; Value: Int64); override;

C++

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

プロパティ

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

説明

HTTP ヘッダープロパティに整数値を設定します。

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

関連項目