AccountStatus Property
The status of the user.
Syntax
__property TicsBoxAccountStatus AccountStatus = {read=FAccountStatus, write=FSetAccountStatus};
enum TicsBoxAccountStatus { usActive=0, usInactive=1, usCannotDeleteEdit=2, usCannotDeleteEditUpload=3 };
Default Value
0
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