TUser Class
Represents a user in the system.
Remarks
This class represents a user in the system. This is an ORM entity that is directly saved to and retrieved from the database, and it's the main class holding information about a user.
Syntax
Unit: Sphinx.Entities
TUser = class(TObject);