Hide Comments
Hide Comments

Comments (0)

Creates a new instance and adds it to the Items array. Call Insert to add a new value at a specified position in the collection. Existing items (starting from the specified position) are moved up in the Items array.

Insert returns the new collection value.
 

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  function Insert(Index: Integer): TRSIndividual;
 

Parameters

Index

Type: Integer

Return Value

Type: TRSIndividual

expandingSee Also

Comments (0)