AccountRole Property
The role of the user.
Syntax
property AccountRole: TicsboxAccountRoles;
TicsboxAccountRoles = ( urUser, urCoadmin, urAdmin );
Default Value
urUser
Remarks
The role of the user. Possible values are:
- 0 (urUser)
- 1 (urCoadmin)
- 2 (urAdmin)
This property is read-only.
Data Type
Integer