System.Bindings.EvalProtocol.AdaptArguments

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AdaptArguments(const Source: TArray<IValue>): TArray<TValue>;

C++

extern DELPHI_PACKAGE System::DynamicArray<System::Rtti::TValue> __fastcall AdaptArguments(const System::DynamicArray<_di_IValue> Source);

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol System.Bindings.EvalProtocol

Description

Creates an array of actual values from the given value wrappers.

The AdaptArguments method creates and returns an array of actual values from the given value wrappers. This array of actual values can be used for RTTI method invocation.

The Source parameter specifies an array of value wrappers from which the resulting array is created.

See Also