<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Properties:
Comments (0)
Specifies the Parent node of the current node (or nil if there is no parent)
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public property Parent: TRSGPNode<T> read FParent write SetParent;
Property Value
Type: TRSGPNode<T>