First non-empty item.
Source position: fgl.pp line 154
|  public property TFPGList.First : T | 
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.
| 
 | Pointer to first non-empty item in the list. | |
| 
 | Last non-empty item. |