IPWorks Cloud 2020 C++ Builder Edition

Questions / Feedback?

AccountRole Property

The account's role.

Syntax

__property TicsBoxAccountRoles AccountRole = { read=FAccountRole };
enum TicsBoxAccountRoles { arUser=0, arCoadmin=1, arAdmin=2 };

Default Value

arUser

Remarks

The account's role.

This property reflects the account's role. Possible values are:

  • 0 (arUser)
  • 1 (arCoadmin)
  • 2 (arAdmin)

This property is read-only and not available at design time.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 C++ Builder Edition - Version 20.0 [Build 8265]