Highscores.pas is the form used to display the high scores.

 

//////////////////////////////////////////////////////////////////
// FormCreate - Initialize.
//////////////////////////////////////////////////////////////////

procedure FormCreate(Sender: TObject);

//////////////////////////////////////////////////////////////////
// displayScores - Print high scores
//////////////////////////////////////////////////////////////////

procedure displayScores();

//////////////////////////////////////////////////////////////////
// Button1Click - View high scores
//////////////////////////////////////////////////////////////////

procedure Button1Click(Sender: TObject);