API:System.JSON.TJSONPathParser.Create

From RAD Studio API Documentation
Jump to: navigation, search

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() {}

Properties

Type Visibility Source Unit Parent
constructor public
System.JSON.pas
System.JSON.hpp
System.JSON TJSONPathParser

Description

Embarcadero Technologies does not currently have any additional information.