Skip to content

IInterfaceList.Last

Returns the last non-nil interface in the list.

Declaration

Source position: classesh.inc line 2223

default 
  function Last : IUnknown;

Description

Last returns the last non-empty interface in the list.

See also

Name Description
IInterfaceList.First Return the first non-empty interface in the list.
IInterfaceList.IndexOf Return the index of an interface.
TList.Last Returns the last non-nil pointer in the list.