Hide Comments
Hide Comments

Comments (0)

Finds an instruction with the specified name and returns that instruction. If no instruction exists with that name, the function returns nil.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  function FindItemName(Index: String): TRSGPInstruction<T>;
 

Parameters

Index

Type: String

Return Value

Type: TRSGPInstruction<T>

expandingSee Also

Comments (0)