System.JSON.TJSONAncestor.Value
From RAD Studio API Documentation
Delphi
function Value: string; virtual;
C++
virtual System::UnicodeString __fastcall Value(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.JSON.pas System.JSON.hpp |
System.JSON | TJSONAncestor |
Description
Value methods should return the current JSON object as a string.
In the TJSONAncestor class, Value always returns an empty string ''.