wodCrypt ActiveX Control - Write Method
      
 

Description

Writes data to the Blob.


Return Type

None  


Syntax

object.Write DataArray()



The Write Method syntax has these parts:

Part Description
object An expression evaluating to an object of type Blob.
DataArray() Required. An array of Byte values. The Byte array to be saved (SAFEARRAY FAR * for VC users).

Remarks

This is an internal object - YOU SHOULD NOT USE IT DIRECTLY, unless you are 100% sure of what you're doing.

The Write method saves a byte array locally.