System.Bindings.Outputs.TConverterUtils.PersistentToString
Delphi
class procedure PersistentToString(const I: TValue; var O: TValue); static;
C++
static void __fastcall PersistentToString(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 String literal TValue to represent a TPersistent object TValue.