Class TScore
Unit
Declaration
type TScore = class(TObject)
Description
Score item (user name, points, level and things for Internet synchronization)
Hierarchy
- TObject
- TScore
Overview
Properties
| Public | property Pseudo: string read FPseudo write SetPseudo; |
| Public | property Points: cardinal read FPoints write SetPoints; |
| Public | property Level: cardinal read FLevel write SetLevel; |
| Public | property Moderated: boolean read FModerated write SetModerated; |
| Public | property Uploaded: boolean read FUploaded write SetUploaded; |
Description
Properties
| Public | property Pseudo: string read FPseudo write SetPseudo; |
|
User name or pseudo | |
| Public | property Points: cardinal read FPoints write SetPoints; |
|
Score value (nb points) | |
| Public | property Level: cardinal read FLevel write SetLevel; |
|
Level number | |
| Public | property Moderated: boolean read FModerated write SetModerated; |
|
User name moderated (for public display on other computer after a synchronization) | |
| Public | property Uploaded: boolean read FUploaded write SetUploaded; |
|
Score uploaded to the synchronization server on the Internet (or a local network) | |
Generated by PasDoc 1.0.2.