REST.Client.TCustomRESTRequest.BodyCodePage

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

Delphi

property BodyCodePage: Integer read FBodyCodePage write FBodyCodePage default -1;

C++

__property int BodyCodePage = {read=FBodyCodePage, write=FBodyCodePage, default=-1};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTRequest


説明

要求された本体のコード ページを示します。

デフォルト値は -1 で、プラットフォームのデフォルト エンコーディングを使用することを意味します。他の標準値は、0 が現在ののアクティブ コード ページ、65001 が UTF8 です。

関連項目