System.JSON.Types.TJsonOid.AsString

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

Delphi

property AsString: String read GetAsString write SetAsString;

C++

__property System::UnicodeString AsString = {read=GetAsString, write=SetAsString};

プロパティ

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


説明

Oid の値に 16 進数文字列でアクセスを提供します。

関連項目