System.Classes.TInterfaceListEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: IInterface read GetCurrent;

C++

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

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TInterfaceListEnumerator

Description

The current IInterface.

Current contains the current IInterface in the TInterfaceList object being enumerated.