wodCrypt ActiveX Control - Text Property
      
 

Description

Holds the text contents of the Blob.


Property type

A String value.  Contents of the Blob.


Syntax

object.Text [= value]



The Text Property syntax has these parts:

Part Description
object An expression evaluating to an object of type StreamBlob.
value A String value.

Remarks

The Text property is used to set and retrieve data into/from the stream Blob. You should use it when you need to store text-only data which is suitable for use as-is. If you need to import binary data into the Blob, you may prefer to use the FromHex and FromBase64 methods.

The amount of data contained in the Blob is not limited - only your memory or programming environment may limit the String size.

Reading or writing to this property internally reads and writes data to underlying Stream.