CBFS Storage 2020 C++ Builder Edition

Questions / Feedback?

Logo Property

An application-defined text-based logo stored in the second page of a vault.

Syntax

__property String Logo = { read=FLogo, write=FSetLogo };

Default Value

"CBFS Storage"

Remarks

This property is used to control a vault's logo, which is a UTF-16LE string stored in the second page of a vault. A vault's logo is visible to anyone who inspects its raw data, and can thus be used to provide information about the vault itself.

Vault logos can be up to 127 characters long (not including the null terminator).

Note: This property cannot be changed within events.

Data Type

String

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