Hide Comments
Hide Comments

Comments (0)

Loads the instructions from the XML

alert_cautionImportant Note

When reading the XML, the method will attempt to match currently existing instructions to instruction names in the XML. IF an instruction is found, the instruction will be preserved (including its OnExecute event).

After reading the XML, any instructions previously in the collection but not found in the XML will be deleted.

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  procedure LoadFromXML( const InstructionXML: IXMLGPInstructions ); virtual;
 

Parameters

InstructionXML

Type: IXMLGPInstructions

expandingSee Also

Comments (0)