Data.DBXJSON.TJSONArray.Create

From RAD Studio API Documentation
Revision as of 16:21, 16 October 2011 by TestAccount (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

constructor Create; overload;
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 TJSONArray(void)/* 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
Data.DBXJSON.pas
Data.DBXJSON.hpp
Data.DBXJSON TJSONArray

Description

Creates an instance of the TJSONArray class.

Call Create to create an instance of the TJSONArray class.

See Also

Personal tools
Translations