Hide Comments
Hide Comments

TRSCustomGeneticComponent.Describe(TStrings,String) Method

Comments (0)

Provides a description of the genetic programming component and its important properties. The description is added to the Strings parameter. The TabStr parameter specifies the indentation to use when adding sub-strings.

Namespace: RSGeneticBase

expandingSyntax

Delphi

public 
  procedure Describe( const Strings: TStrings; TabStr: String = '   ' ); virtual; 
 

Parameters

Strings

Type: TStrings

TabStr

Type: String

expandingSee Also

Comments (0)