System.JSON.Types.TJsonOid.AsString
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 進数文字列でアクセスを提供します。