Xojo Documentation
Xojo Documentation
Home
Getting Started
Get Started with Xojo
QuickStarts
Tutorials
Pi Programming
More Guides
Resources
In-Depth Guides
User Guide
Language Reference
Resources
Release Notes
System Requirements
Deprecations
Videos
Feedback
About
Usage
Copyrights and Trademarks
Tools
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
Xojo.Core.MemoryBlock.Clone
From Xojo Documentation
Method
Xojo.Core.MemoryBlock
.Clone
()
As
Xojo.Core.MemoryBlock
Supported for all project types and targets.
Makes a copy of the MemoryBlock. If its size is known, it copies the content.
Sample Code
Var
mb1
As
New
Xojo
.
Core
.
MemoryBlock(
64
)
Var
mb2
As
Xojo
.
Core
.
MemoryBlock = mb1
.
Clone
Category
:
Methods