Web.HTTPApp.TWebResponse.GetIntegerVariable

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

Delphi

function GetIntegerVariable(Index: Integer): Int64; virtual; abstract;

C++

virtual __int64 __fastcall GetIntegerVariable(int Index) = 0 ;

プロパティ

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


説明

HTTP ヘッダー変数のインデックス付きテーブルから整数値を取り出すメソッドの抽象プロトタイプ(C++ の用語では純粋仮想プロトタイプ)を提供します。

TWebResponse の下位クラスでは、GetIntegerVariable を実装して、HTTP ヘッダー変数を格納するための内部テーブルから整数値を読み取るメソッドを提供します。応答オブジェクトは、GetIntegerVariable を使用して、整数を表すプロパティにアクセスします。

関連項目