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
BinaryStream.WriteInt32
From Xojo Documentation
Method
BinaryStream
.WriteInt32
(Value as
Int32
)
New in 2005r5
Supported for all project types and targets.
Writes the passed
Int32
to the steam.
Sample Code
Var
i
As
Int32
=
5
Var
writeStream
As
BinaryStream
writeStream
.
WriteInt32(i)
Categories
:
New2005r5
Methods