TFPGInterfacedObjectList.First
First non-nil object
Declaration
Source position: fgl.pp line 232
public Property
First : T;
Description
First returns the first non-nil object. If no such element is present, Nil is returned.
See also
Name | Description |
---|---|
TFPGInterfacedObjectList.Last | Last non-Nil object |
TFPSList.First | Pointer to first non-empty item in the list |
TFPSList.Pack | Remove empty items from the list |