[Overview][Constants][Types][Variables][Index] Reference for unit 'unit_globals' (#Monochrome)

person

Declaration

Source position: unit_globals.pas line 212

type person = record

  gene: chromosome;

  

  dgene: array [1..10] of SwellType;

  

  SegNoGene: Integer;

  

  SegDistGene: Integer;

  

  CompletenessGene: CompletenessType;

  

  SpokesGene: SpokesType;

  

  tricklegene: Integer;

  

  mutsizegene: Integer;

  

  mutprobgene: Integer;

  

end;