System.JSON.Types.TJsonDBRef.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 TJsonDBRef


説明

DB 参照値に文字列でアクセスする方法を提供します。

AsString プロパティは、DB 参照値に、'db.ref.id' 形式の文字列でアクセスする方法を提供します。

関連項目