System.Bindings.Outputs.TConverterUtils.PersistentToPersistent

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

Propriétés

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


Description

Assigne un TValue d'objet TPersistent sur un TValue d'objet TPersistent.

PersistentToPersistent obtient la valeur de référence de l'objet stocké pour I et O avant l'assignation.

Voir aussi