Hide Comments
Hide Comments

Comments (0)

Occurs when the instruction is executed. Define an OnExecute event handler for every instruction which is a function

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  property OnExecute: TNodeEvent<T> read FOnExecute write FOnExecute;
 

Property Value

Type: TNodeEvent<T>

expandingSee Also

Comments (0)