Skip to content

TInterfaceListEnumerator.GetCurrent

Return the current pointer in the list

Declaration

Source position: classesh.inc line 2240

public 
  function GetCurrent : IUnknown;

Description

GetCurrent returns the current interface in the TInterfaceList list.

Errors

No checking is done on the validity of the current position.

See also

Name Description
TInterfaceList.Components
MoveNext Move the position of the enumerator to the next position in the children of the component.