System.Bindings.Outputs.TValueRefConverter

From RAD Studio API Documentation
Jump to: navigation, search

System.TInterfacedObjectSystem.TObjectTValueRefConverter

Delphi

TValueRefConverter = class(TInterfacedObject, IValueRefConverter)

C++

class PASCALIMPLEMENTATION TValueRefConverter : public System::TInterfacedObject

Properties

Type Visibility Source Unit Parent
class public
System.Bindings.Outputs.pas
System.Bindings.Outputs.hpp
System.Bindings.Outputs System.Bindings.Outputs

Description

Converter collection that allows handling type coercion with references to objects implemented by class instances.

TValueRefConverter implements a converter collection that allows handling type coercion with references to objects implemented by class instances.

See Also