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

TFPHashList.Expand

Expand the list

Declaration

Source position: contnrs.pp line 240

public function TFPHashList.Expand: TFPHashList;

Function result

Returns self

Description

Expand enlarges the capacity of the list if the maximum capacity was reached. It returns itself.

Errors

If not enough memory is available, an exception may be raised.

See also

TFPHashList.Clear

  

Clear the list

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