<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGeneticAlgorithm > Delegates:
Comments (0)
Defines the method signature for events that work on genes.
Namespace: RSGeneticAlgorithm
Delphi
type TRSGeneEvent = procedure (Sender: TObject; const Item: TRSGAGene ) of object;
Parameters
Sender
Type: TObject
Item
Type: TRSGAGene