System.Rtti.TRttiInstanceType.GetDeclaredImplementedInterfaces

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDeclaredImplementedInterfaces: TArray<TRttiInterfaceType>;

C++

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

Properties

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

Description

Gets the interfaces implemented by the type reflected with the current TRttiInstanceType instance (as an array).

GetDeclaredImplementedInterfaces returns an array containing the RTTI corresponding to the interfaces implemented by the type reflected with the current TRttiInstanceType instance.

See Also