TFPGList.Last

Last non-empty item

Declaration

Source position: fgl.pp line 154

public Property
  Last : T;

Description

Last returns the last non-empty item, which means the last item not equal to T(0). If no such element is present, T(0). is returned.

See also

Name Description
TFPGList.First First non-empty item
TFPSList.Last Pointer to last non-empty item in the list