[Overview][Types][Classes][Procedures and functions] Reference for unit 'contnrs' (#fcl)

TOrderedList.Count

Number of elements on the list.

Declaration

Source position: contnrs.pp line 140

public function TOrderedList.Count: Integer;

Function result

Number of elements on the list.

Description

Countis the number of pointers in the list.

Errors

None.

See also

TOrderedList.AtLeast

  

Check whether the list contains a certain number of elements.