Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Properties
TRSGPNode<T>.ChildCount Property
Returns the number of children that the node contains
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public property ChildCount: Integer read GetChildCount;
Property Value
Type: Integer
•RSGenerics.GeneticProgramEngine.TRSGPNode<T>.Child[Integer]
•RSGenerics.GeneticProgramEngine.TRSGPNode<T>.AddChild(TRSGPNode<T>)
•TRSGPNode<T>
•RSGenerics.GeneticProgramEngine