Hide Comments
Hide Comments

Comments (0)

Occurs when the two Parent parameters are reproducing to create the new Child (Reproduce method). The OnInitializeChild event occurs after the Child has been created and been copied from the first Parent and before the genetic Operations are performed. Use the OnInitializeChild event to react to the creation of the new Child or to modify the Child.

Namespace: RSGeneticBase

expandingSyntax

Delphi

public
  property OnInitializeChild: TRSParentChildEvent read FOnInitializeChild write FOnInitializeChild;
 

Value

Type: TRSParentChildEvent

expandingSee Also

Comments (0)