System.Classes.TInterfaceListEnumerator.GetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCurrent: IInterface; inline;

C++

System::_di_IInterface __fastcall GetCurrent(void);

Properties

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

Description

Gets the current IInterface.

Use GetCurrent to get the current IInterface of the TInterfaceList object being enumerated.