Web.HTTPApp.TWebResponse.GetDateVariable

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

Delphi

function GetDateVariable(Index: Integer): TDateTime; virtual; abstract;

C++

virtual System::TDateTime __fastcall GetDateVariable(int Index) = 0 ;

プロパティ

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

説明

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

TWebResponse の下位オブジェクトは GetDateVariable メソッドを実装して,HTTP ヘッダー変数を格納するための内部テーブルから日付時刻値を読み出す方法を提供します。レスポンスオブジェクトは,GetDateVariable メソッドを使用して,日付を表すプロパティにアクセスします。

関連項目