[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

TFPList.First

Returns the first non-nil pointer in the list.

Declaration

Source position: classesh.inc line 211

public function TFPList.First: Pointer;

Description

First returns the value of the first non-nil pointer in the list.

If there are no pointers in the list or all pointers equal Nil, then Nil is returned.

See also

Last

  

Returns the last non-nil pointer in the list.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.