<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstruction<T> > Methods:
Comments (0)
Loads the instruction from the XML
Warning
If the instruction is a function, the OnExecute event is not loaded or changed
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public procedure LoadFromXML( const InstructionXML: IXMLInstructionType ); virtual;
Parameters
InstructionXML
Type: IXMLInstructionType