Hide Comments
Hide Comments

Comments (0)

Creates a new RSGeneticAlgorithm.TRSGAGene instance and adds it to the Items array.

Call Insert to add a new item 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 item.
 

Namespace: RSGeneticAlgorithm

expandingSyntax

Delphi

public
  function Insert(Index: Integer): TRSGAGene;
 

Parameters

Index

Type: Integer

Return Value

Type: TRSGAGene

expandingSee Also

Comments (0)