Hide Comments
Hide Comments

Comments (0)

Defines the method signature for events that contain parents and their child, e.g., OnReproduction.

Namespace: RSGeneticBase

expandingSyntax

Delphi

type
  TRSParentChildEvent = procedure (Sender: TObject; const Parent1, Parent2, Child: TRSIndividual ) of object;
 

Parameters

Sender

Type: TObject

Parent1

Type: TRSIndividual

Parent2

Type: TRSIndividual

Child

Type: TRSIndividual

expandingSee Also

Reference

Comments (0)