API:System.JSON.TJSONArray.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; overload; override;
constructor Create(const FirstElem: TJSONValue); overload;
constructor Create(const FirstElem: TJSONValue; const SecondElem: TJSONValue); overload;
constructor Create(const FirstElem: string; const SecondElem: string); overload;

C++

__fastcall virtual TJSONArray()/* overload */;
__fastcall TJSONArray(TJSONValue* const FirstElem)/* overload */;
__fastcall TJSONArray(TJSONValue* const FirstElem, TJSONValue* const SecondElem)/* overload */;
__fastcall TJSONArray(const System::UnicodeString FirstElem, const System::UnicodeString SecondElem)/* overload */;

Properties

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

Description

Creates an instance of TJSONAncestor.

System.JSON.TJSONArray.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