System.Rtti.TRttiInterfaceType.IntfFlags

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property IntfFlags: TIntfFlags read GetIntfFlags;

C++

__property System::Typinfo::TIntfFlags IntfFlags = {read=GetIntfFlags, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInterfaceType

Description

Spécifie les indicateurs d'interface.

Utilisez IntfFlags pour obtenir un ensemble de valeurs TIntfFlag qui fournissent des informations spécifiques sur le type d'interface. La valeur de IntfFlags est une combinaison des valeurs listées dans le tableau suivant.



Valeur Signification

ifHasGuid

Le type d'interface reflété a une valeur GUID valide.

ifDispInterface

Le type d'interface reflété est un objet dispinterface.

ifDispatch

Le type d'interface reflété supporte une répartition dynamique.



Voir aussi