System.Rtti.TRttiInstanceType.GetDeclaredImplementedInterfaces

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetDeclaredImplementedInterfaces: TArray<TRttiInterfaceType>;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
System.Rtti.pas
System.Rtti.hpp
System.Rtti TRttiInstanceType

説明

現在の TRttiInstanceType インスタンスを表す型によって実装されている、インターフェイスを取得します(配列として)。

GetDeclaredImplementedInterfaces は、現在の TRttiInstanceType インスタンスを表す型によって実装されている、インターフェイスに対応する RTTI を保持する、配列を取得します。

関連項目