Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstruction<T> > Properties
TRSGPInstruction<T>.OnExecute Property
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>
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.Operation
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.Execute(TRSGPNode<T>,TRSGPContext<T>)
•TRSGPInstruction<T>
•RSGenerics.GeneticProgramEngine