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
iOSSQLiteDatabase.LibraryVersion
From Xojo Documentation
Read-Only Property
(As
Text
)
Text
Value
=
a
iOSSQLiteDatabase
.
LibraryVersion
Supported on Mobile (iOS).
The version of the SQLite library.
Sample Code
Display the SQLite version:
Var
db
As
New
iOSSQLiteDatabase
VersionLabel
.
Text = db
.
LibraryVersion
Category
:
Properties