System.JSON.Types.TJsonDecimal128.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AValue: string); overload;
constructor Create(const AValue: Extended); overload;

C++

__fastcall TJsonDecimal128(const System::UnicodeString AValue)/* overload */;
__fastcall TJsonDecimal128(const System::Extended AValue)/* overload */;
TJsonDecimal128() {}

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.