CBFS Storage 2020 C++ Builder Edition

Questions / Feedback?

ReportPossibleSize Property

How the component should report the virtual drive's size and free space to the OS.

Syntax

__property bool ReportPossibleSize = { read=FReportPossibleSize, write=FSetReportPossibleSize };

Default Value

true

Remarks

This property controls which pair of values the component should use when reporting the virtual drive's size and free space to the OS.

When this property is enabled (default), the component will use the values of the PossibleSize and PossibleFreeSpace properties. When this property is disabled, the component will use the values of the VaultSize and PossibleSize properties.

To ensure correct operation, it is recommended that applications keep this property enabled, unless a vault's size has been fixed by setting the VaultSizeMin and VaultSizeMax properties equal to each other.

Please refer to the documentation of the properties mentioned above, as well as the Vault Size topic, for more information.

Note: This property cannot be changed within events.

Data Type

Boolean

Copyright (c) 2021 Callback Technologies, Inc. - All rights reserved.
CBFS Storage 2020 C++ Builder Edition - Version 20.0 [Build 8031]