|
DataBloc::Size
The DataBloc::Size property represents the size of the
memory block attached to the object. This property can be used to
reallocate a new memory block with a different size.
Syntax
This is a read/write property.
[number] Size;
Data Type
A number specifying the size of the memory allocated for this
DataBloc object, in bytes.
This property typically fails for the following reason:
- The DataBloc object refers to a window that has been
destroyed.
Remarks
When the property is been set, the following happens:
- A new memory block is allocated and filled with zeros.
- All the data from the old memory block is copied to the new one
(up to the maximum permitted by the new size).
- The old memory block is deleted.
Property Information
| Object |
DataBloc |
| Availability |
Messenger Plus! Live 4.00 |
See Also
DataBloc Object.
|