Hide Comments
Hide Comments

TRSGPInstruction<T>.SaveToXML(IXMLFunctionInstructionType) Method

Comments (0)

Saves the instruction as a function to the XML

alert_cautionWarning

If the instruction is a function, the OnExecute event is not saved

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  procedure SaveToXML( const aFunction: IXMLFunctionInstructionType ); overload; virtual;
 

Parameters

aFunction

Type: IXMLFunctionInstructionType

expandingSee Also

Comments (0)