System.Bindings.EvalProtocol.ICustomWrapper.WrapperType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WrapperType: TCustomWrapperType read GetWrapperType;

C++

__property TCustomWrapperType WrapperType = {read=GetWrapperType};

Properties

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

Description

Lets the engine know whether the wrapper needs parameters to be able to return a valid value.

The WrapperType property lets the engine know whether the wrapper needs parameters to be able to return a valid value and also gives information on the syntax of the wrapped fake object member. It may look like a normal property, a method call, or an indexed property.

See Also