IPWorks Cloud 2020 C++ Builder Edition

Questions / Feedback?

AccountType Property

The account's type.

Syntax

__property TicsDropboxAccountTypes AccountType = { read=FAccountType };
enum TicsDropboxAccountTypes { atBasic=0, atPro=1, atBusiness=2 };

Default Value

atBasic

Remarks

The account's type.

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

  • 0 (atBasic)
  • 1 (atPro)
  • 2 (atBusiness)

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]