TScoreList<T>.Add Method

Overloads

Add(Cardinal, Cardinal, Boolean)

Add a new score to the list

Add(Cardinal, Boolean)

Add a new score to the list

Add(string, Cardinal, Boolean)

Add a new score to the list

Add(string, Cardinal, Cardinal, Boolean)

Add a new score to the list

Add(Cardinal, Cardinal, Boolean)

Add a new score to the list

Delphi
function Add(APoints: cardinal; ALevel: cardinal; ASaveList: boolean = True): boolean

Parameters

APoints
Cardinal
ALevel
Cardinal
ASaveList
Boolean

Returns

Boolean

Add(Cardinal, Boolean)

Add a new score to the list

Delphi
function Add(APoints: cardinal; ASaveList: boolean = True): boolean

Parameters

APoints
Cardinal
ASaveList
Boolean

Returns

Boolean

Add(string, Cardinal, Boolean)

Add a new score to the list

Delphi
function Add(APseudo: string; APoints: cardinal; ASaveList: boolean = True): boolean

Parameters

APseudo
string
APoints
Cardinal
ASaveList
Boolean

Returns

Boolean

Add(string, Cardinal, Cardinal, Boolean)

Add a new score to the list

Delphi
function Add(APseudo: string; APoints: cardinal; ALevel: cardinal; ASaveList: boolean = True): boolean

Parameters

APseudo
string
APoints
Cardinal
ALevel
Cardinal
ASaveList
Boolean

Returns

Boolean