Hide Comments
Hide Comments

Comments (0)

Specifies the Parent node of the current node (or nil if there is no parent)

Namespace: RSGenerics.GeneticProgramEngine

expandingSyntax

Delphi

public
  property Parent: TRSGPNode<T> read FParent write SetParent;
 

Property Value

Type: TRSGPNode<T>

expandingSee Also

Comments (0)