API:System.JSON.TJSONObject.ParseJSONValueUTF8

提供: RAD Studio API Documentation
2016年2月25日 (木) 22:28時点におけるBuildBot (トーク | 投稿記録)による版 (ページの作成:「<section begin="api" /> <!--Start API Info--><ul id='childlinks'><li class='first'>'''親: TJSONObject'''</li> </ul> <vclInfo name="ParseJSONV...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

class function ParseJSONValueUTF8(const Data: TArray<Byte>; const Offset: Integer;  const ACount: Integer): TJSONValue; overload; static; deprecated 'Use ParseJSONValue';
class function ParseJSONValueUTF8(const Data: TArray<Byte>;  const Offset: Integer): TJSONValue; overload; static; deprecated 'Use ParseJSONValue';

C++

static TJSONValue* __fastcall ParseJSONValueUTF8 _DEPRECATED_ATTRIBUTE1("Use ParseJSONValue") (const System::DynamicArray<System::Byte> Data, const int Offset, const int ACount)/* overload */;
static TJSONValue* __fastcall ParseJSONValueUTF8 _DEPRECATED_ATTRIBUTE1("Use ParseJSONValue") (const System::DynamicArray<System::Byte> Data, const int Offset)/* overload */;

プロパティ

種類 可視性 ソース ユニット
function public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONObject

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。