System.Rtti.TRttiInstanceType.GetDeclaredImplementedInterfaces

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetDeclaredImplementedInterfaces: TArray<TRttiInterfaceType>;

C++

System::DynamicArray<TRttiInterfaceType*> __fastcall GetDeclaredImplementedInterfaces();

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInstanceType

Description

Obtient les interfaces implémentées par le type reflété avec l'instance de TRttiInstanceType en cours (sous forme d'un tableau).

GetDeclaredImplementedInterfaces renvoie un tableau contenant le RTTI correspondant aux interfaces implémentées par le type reflété avec l'instance de TRttiInstanceType en cours.

Voir aussi