System.JSON.Types.TJsonDecimal128.Create

提供: RAD Studio API Documentation
移動先: 案内検索

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() {}

プロパティ

種類 可視性 ソース ユニット
constructor public
System.JSON.Types.pas
System.JSON.Types.hpp
System.JSON.Types TJsonDecimal128

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。