Web.Win.IsapiHTTP.TISAPIResponse.GetStringVariable

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

Delphi

function GetStringVariable(Index: Integer): string; override;

C++

virtual System::UnicodeString __fastcall GetStringVariable(int Index);

プロパティ

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

説明

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

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

関連項目