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