System.Bindings.EvalProtocol.ICustomWrapper.WrapperType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property WrapperType: TCustomWrapperType read GetWrapperType;

C++

__property TCustomWrapperType WrapperType = {read=GetWrapperType};

Propriétés

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

Description

Notifie au moteur si le wrapper nécessite que les paramètres puissent renvoyer une valeur valide.

La propriété WrapperType notifie au moteur si le wrapper nécessite que les paramètres puissent renvoyer une valeur valide et fournit aussi des informations sur la syntaxe du membre d'objet fictif encapsulé. Il peut avoir l'aspect d'une propriété normale, une propriété indexée ou un appel de méthode.

Voir aussi