Unit High

Classes

THighScoreList -

Functions

Types

THighScoreRecord

Constants

MAX_HIGH_SCORES
MAX_TEXT_FIELDS

Variables


Functions


Types


THighScoreRecord = record
szName : String;
lScore : LongInt;
end;
Total number of text objects to be allocated. } { This record describes a single high score.

Constants

MAX_HIGH_SCORES = 10

Constants.

MAX_TEXT_FIELDS = MAX_HIGH_SCORES + 3

Total number of high scores tracked.

Variables