Size Read/Write
property.
Gets/sets the buffer size (in bytes). If the Size is set to a value
lower than the current size of the buffer it will be truncated.
If the new size is greater than the current size of the buffer it will
be enlarged with enough 0-bytes.
Syntax:
object.Size = value
variable = object.Size
Remarks:
Usually a re-initialization of the buffer will involve sequential
calls to Clear and Size. This ensures the new buffer has been filled
with zeros.
Applies to: SFBinaryData
object
See also: Value property
Supported on:
Windows 95/NT and later
Windows CE 3.0 and later
Pocket PC/Windows Mobile 2003 and later
Windows CE.NET 4 and later
|