<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPInstructions<T> > Methods:
Comments (0)
Saves the instructions to the XML
Warning
If the instruction is a function, the OnExecute event is not saved
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public procedure SaveToXML( const InstructionXML: IXMLGPInstructions ); virtual;
Parameters
InstructionXML
Type: IXMLGPInstructions