Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstructions<T> > Properties
TRSGPInstructions<T>.ItemByName[String] Property
Returns the instruction with the specified name. If no instruction exists with that name, an exception is raised.
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public property ItemByName[Index: String]: TRSGPInstruction<T> read GetItemByName;
Parameters
Index
Type: String
Type: TRSGPInstruction<T>
•RSGenerics.GeneticProgramEngine.TRSGPInstructions<T>.FindItemName(String)
•RSGenerics.GeneticProgramEngine.TRSGPInstructions<T>.Items[Integer]
•TRSGPInstructions<T>
•RSGenerics.GeneticProgramEngine