SecureBlackbox 2020 Delphi Edition

Questions / Feedback?

FileData Property

The contents of the file being added to the archive.

Syntax

property FileData: TBytes read get_FileData write set_FileData;

Remarks

Assign this property with a byte array containing the contents of the file being added,if you set the corresponding entry's DataSource to fdsBuffer.

Use FileStream property, with DataSource set to fdsStream, to provide the data in a stream instead. Alternatively, use fdsFile data source to supply the file data in a disk file.

This property is not available at design time.

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