DSAzure.TAzureService.PopulateContainer

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

Delphi

procedure PopulateContainer(const Prefix: String; const container: TStrings;  ExcludePrefixInKeys: Boolean = False);

C++

void __fastcall PopulateContainer(const System::UnicodeString Prefix, System::Classes::TStrings* const container, bool ExcludePrefixInKeys = false);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
DSAzure.pas
DSAzure.hpp
DSAzure TAzureService


説明

指定された TStrings に、前 HTTP レスポンスへのキー/値のペアを設定します。

PopulateContainer は、指定された TStrings に、前 HTTP レスポンスへのキー/値のペアを設定します。 Prefix には、空文字列以外を設定して、自分が興味のあるレスポンスのみになるようフィルタをかけることができます。 このフィルタは、キー文字列の最初の部分に適用されます(ここでのキー文字列は、ヘッダー フィールド名です)。

関連項目