System.Bindings.EvalProtocol.IGroup.Wrappers

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Wrappers[Index: Integer]: IInterface read GetWrappers;

C++

__property System::_di_IInterface Wrappers[int Index] = {read=GetWrappers};

Properties

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

Description

Specifies the available wrappers.

The Wrappers property specifies the available wrappers.

See Also