System.JSON.TJSONPathParser.Destroy

From RAD Studio API Documentation
Revision as of 09:17, 17 August 2015 by AChaves (talk | contribs) (RS-65322)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

C++

/* TObject.Destroy */ inline __fastcall virtual ~TJSONPathParser() { }

Properties

Type Visibility Source Unit Parent
destructor public System.JSON.hpp System.JSON TJSONPathParser

Description

Destroys this instance of TJSONPathParser to iterate through the elements of the specified JSON path.

See Also