System.Classes.TInterfaceListEnumerator.Current

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

Delphi

property Current: IInterface read GetCurrent;

C++

__property System::_di_IInterface Current = {read=GetCurrent};

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TInterfaceListEnumerator

説明

現在の IInterface

Current は、列挙されている TInterfaceList オブジェクト内の現在の IInterface を格納します。