Web.HTTPApp.TWebResponse.DerivedFrom

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

Delphi

property DerivedFrom: string index 10 read GetStringVariable write SetStringVariable;

C++

__property System::UnicodeString DerivedFrom = {read=GetStringVariable, write=SetStringVariable, index=10};

プロパティ

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

説明

HTTP レスポンスの Content が発生したリソースの URI を指定します。

DerivedFrom プロパティには,Content の値が発生した URI を設定します。DerivedFrom の設定が特に重要になるのは,リクエストオブジェクトの URL プロパティが示すリソースから HTTP レスポンスの Content が発生しなかったときです。

関連項目