SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

NewArchive Property

Indicates whether the archive object represents a new (rather than opened) archive.

Syntax

__property bool NewArchive = { read=FNewArchive };

Default Value

false

Remarks

This property is set to true if the archive is new, or to false if the component control is editing an existing archive.

NewArchive would typically be set to true after a CreateNew call, and to false after an Open call.

This property is read-only.

Data Type

Boolean

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