API:System.JSON.TJSONObject.ParseJSONValueUTF8
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 |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。