System.Bindings.CustomWrapper.TCustomWrapper.WrapperType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WrapperType: TCustomWrapperType read GetWrapperType;

C++

__property System::Bindings::Evalprotocol::TCustomWrapperType WrapperType = {read=GetWrapperType, nodefault};

Properties

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

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 can look like a normal property, a method call, or an indexed property.

See Also