<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstructions<T> > Properties:
Comments (0)
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>