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