TFPGList.First
First non-empty item
Declaration
Source position: fgl.pp line 150
public Property
First : T;
Description
First returns the first non-empty item, which means the first item not equal to T(0). If no such element is present, T(0). is returned.
See also
Name | Description |
---|---|
TFPGList.Last | Last non-empty item |
TFPSList.First | Pointer to first non-empty item in the list |