Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Properties
TRSGPNode<T>.Parent Property
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>
•TRSGPNode<T>
•RSGenerics.GeneticProgramEngine