TInterfaceList.First
Returns the first non-Nil element in the list.
Declaration
Source position: classesh.inc line 2262
public
function First : IUnknown;
Description
First is the implementation of the IInterfaceList.First method. It returns the first non-Nil element from the list.
See also
Name | Description |
---|---|
IInterfaceList.First | Return the first non-empty interface in the list. |
TList.First | Returns the first non-nil pointer in the list. |