System.Bindings.Outputs.TConverterUtils.PersistentToPersistent
Delphi
class procedure PersistentToPersistent(const I: TValue; var O: TValue); static;
C++
static void __fastcall PersistentToPersistent(const System::Rtti::TValue &I, System::Rtti::TValue &O);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
procedure function |
public | System.Bindings.Outputs.pas System.Bindings.Outputs.hpp |
System.Bindings.Outputs | TConverterUtils |
説明
TPersistent オブジェクト TValue を TPersistent オブジェクト TValue に割り当てます。
PersistentToPersistent は、割り当てる前に、I と O に対する格納済みオブジェクト参照値を取得します。