IInterfaceList.First
Return the first non-empty interface in the list.
Declaration
Source position: classesh.inc line 2219
default
function First : IUnknown;
Description
First returns the first non-empty interface in the list.
See also
Name | Description |
---|---|
IInterfaceList.IndexOf | Return the index of an interface. |
IInterfaceList.Last | Returns the last non-nil interface in the list. |
TList.First | Returns the first non-nil pointer in the list. |