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

Menagerie

Declaration

Source position: unit_globals.pas line 290

type Menagerie = record

  Member: array [1..MaxAlbum] of person;

  

  Place: array [1..MaxAlbum] of record

  

  Page: Integer;

  BoxNo: Integer;

end;

  Size: Integer;

  

end;