System.Bindings.CustomWrapper.TCustomWrapper.GetArgs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetArgs: TArray<TValue>; inline;

C++

System::DynamicArray<System::Rtti::TValue> __fastcall GetArgs();

Properties

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

Description

Getter for the Args property.

GetArgs is the getter implementation for the Args property.

See Also