API:System.JSON.TJSONString.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; overload; override;
constructor Create(const Value: string); overload;

C++

__fastcall virtual TJSONString()/* overload */;
__fastcall TJSONString(const System::UnicodeString Value)/* overload */;

Properties

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

Description

Creates an instance of TJSONAncestor.

System.JSON.TJSONString.Create inherits from System.JSON.TJSONAncestor.Create. All content below this line refers to System.JSON.TJSONAncestor.Create.

Creates an instance of TJSONAncestor.

See Also