System.JSON.Types.TJsonOid.Create

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

Delphi

constructor Create(const AOid: TBytes); overload;
constructor Create(const AOid: String); overload;

C++

__fastcall TJsonOid(const System::DynamicArray<System::Byte> AOid)/* overload */;
__fastcall TJsonOid(const System::UnicodeString AOid)/* overload */;
TJsonOid() {}

プロパティ

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

説明

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