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
![]() |
property Pseudo: string read FPseudo write SetPseudo; |
![]() |
property Points: cardinal read FPoints write SetPoints; |
![]() |
property Level: cardinal read FLevel write SetLevel; |
![]() |
property Moderated: boolean read FModerated write SetModerated; |
![]() |
property Uploaded: boolean read FUploaded write SetUploaded; |
Description
Properties
![]() |
property Pseudo: string read FPseudo write SetPseudo; |
User name or pseudo |
![]() |
property Points: cardinal read FPoints write SetPoints; |
Score value (nb points) |
![]() |
property Level: cardinal read FLevel write SetLevel; |
Level number |
![]() |
property Moderated: boolean read FModerated write SetModerated; |
User name moderated (for public display on other computer after a synchronization) |
![]() |
property Uploaded: boolean read FUploaded write SetUploaded; |
Score uploaded to the synchronization server on the Internet (or a local network) |
Generated by PasDoc 0.16.0.