IPWorks ZIP 2020 C++ Builder Edition

Questions / Feedback?

FileInputData Property

When This property is set, the component will read in the data from This property instead of reading from the file contained in the DecompressedName property.

Syntax

__property String FileInputData[int FileIndex] = { read=FFileInputData, write=FSetFileInputData };
__property DynamicArray<Byte> FileInputDataB[int FileIndex] = { read=FFileInputDataB, write=FSetFileInputDataB };

Default Value

""

Remarks

When This property is set, the component will read in the data from This property instead of reading from the file contained in the FileDecompressedName property.

The FileIndex parameter specifies the index of the item in the array. The size of the array is controlled by the FileCount property.

This property is not available at design time.

Data Type

Byte Array

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