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
iOSSQLiteDatabaseField.Int64Value
From Xojo Documentation
Read-Only Property
(As
Int64
)
Int64
Value
=
a
iOSSQLiteDatabaseField
.
Int64Value
Supported on Mobile (iOS).
Gets the Int64 value for a column.
Sample Code
Get the Int64 value of a column:
// rs is an iOSSQLiteRecordSet with an Int64 column called "ID"
Var
id
As
Int64
id = rs
.
Field(
"ID"
)
.
Int64Value
Category
:
Properties