AccountStatus Property
The status of the user.
Syntax
property AccountStatus: TicsboxAccountStatus;
TicsboxAccountStatus = ( usActive, usInactive, usCannotDeleteEdit, usCannotDeleteEditUpload );
Default Value
usActive
Remarks
The status of the user. Possible values are:
- 0 (usActive)
- 1 (usInactive)
- 2 (usCannotDeleteEdit)
- 3 (usCannotDeleteEditUpload)
This property is read-only.
Data Type
Integer