API:System.JSON.TJSONPathParser.Create

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

Delphi

constructor Create(const APath: string); overload;
constructor Create(const APathPtr: PChar; ALen: Integer); overload;

C++

__fastcall TJSONPathParser(const System::UnicodeString APath)/* overload */;
__fastcall TJSONPathParser(const System::WideChar * APathPtr, int ALen)/* overload */;
TJSONPathParser() {}

プロパティ

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

説明

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