SecureBlackbox Lite 2020 C++ Builder Edition

Questions / Feedback?

FileDataSource Property

The type of the data source for this entry.

Syntax

__property TsbiArchiveReaderFileDataSources FileDataSource[int FileIndex] = { read=FFileDataSource, write=FSetFileDataSource };
enum TsbiArchiveReaderFileDataSources { fdsFile=0, fdsStream=1, fdsBuffer=2 };

Default Value

fdsFile

Remarks

The type of the data source for this entry.

Use this property to control the data source for this entry.

fdsFile (0)The data for this entry should be taken from the file provided via FileLocalPath.
fdsStream (1)The data is going to be provided on-the-fly via the FileStream property.
fdsBuffer (2)The data is going to be provided on-the-fly via the FileData 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

Integer

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