System.Bindings.Outputs.TConvertProc2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TConvertProc2 = reference to procedure(const InValue: TValue; ATo: PTypeInfo; var OutValue: TValue);

C++

__interface TConvertProc2  : public System::IInterface

Properties

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

Description

The bound output or LValue (Left Value) custom conversion routine signature.

For instance, in the expression:

a[2] := (b + c) / 2

LValue (Left Value) is a[2] and RValue (Right Value) is (b + c) / 2.

See Also