System.Bindings.Outputs.TConverterUtils.PersistentToPersistent

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs TConverterUtils

Description

Assigns a TPersistent object TValue to a TPersistent object TValue.

PersistentToPersistent obtains the stored object reference value for I and O before the assignment.

See Also