<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstruction<T> > Properties:
Comments (0)
Occurs when the instruction is executed. Define an OnExecute event handler for every instruction which is a function
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public property OnExecute: TNodeEvent<T> read FOnExecute write FOnExecute;
Property Value
Type: TNodeEvent<T>