Size Property
Object List Next Object
Defined By: DataBuffer
Description:
The size of the buffer in Bytes.
Details:
You must set the Size before you can use a DataBuffer. The value of the Size
property represents the number of Bytes allocated for the buffer. You cannot put
something into the buffer that will exceed its size. For example, you could
not store a Double in a DataBuffer whose Size is 2.
Data Type: Long