Click or drag to resize

BlobData Properties

X#

The BlobData type exposes the following members.

Properties
  NameDescription
Public propertyData
Data to write to the blob file. This can be a BYTE[] but also other values. At this moment the FPT RDD supports BYTE[], String, Logic Other value types may follow later
Public propertyLength
Length of the data to write or return. Defaults to all data
Public propertyPointer
Pointer for which to write or return the data
Public propertyStart
Start of the data to write or return. Defaults to 0
Top
See Also