Hide Comments
Hide Comments

Comments (0)

Defines the method signature for events that include an individual.

Namespace: RSGeneticBase

expandingSyntax

Delphi

type
  TRSIndividualEvent = procedure (Sender: TObject; const Item: TRSIndividual ) of object;
 

Parameters

Sender

Type: TObject

Item

Type: TRSIndividual

expandingSee Also

Comments (0)