Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstruction<T> > Methods
TRSGPInstruction<T>.LoadFromXML(IXMLInstructionType) Method
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
•RSGPDomainXML.IXMLInstructionType
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.LoadValueFromXML(IXMLInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveValueToXML(IXMLInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveToXML(IXMLConstantInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveToXML(IXMLFunctionInstructionType)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveToXML(IXMLGPInstructions)
•RSGenerics.GeneticProgramEngine.TRSGPInstruction<T>.SaveToXML(IXMLVariableInstructionType)
•TRSGPInstruction<T>
•RSGenerics.GeneticProgramEngine