Web.Win.IsapiHTTP.TISAPIResponse.GetIntegerVariable

提供:RAD Studio API Documentation

Delphi

function GetIntegerVariable(Index: Integer): Integer; override;

C++

virtual int __fastcall GetIntegerVariable(int Index);

プロパティ

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

説明

HTTP ヘッダー変数の内部テーブルから整数値を抽出します。

ISAPI レスポンスオブジェクトは,GetIntegerVariable メソッドを使用して,整数を表すプロパティにアクセスします。

関連項目