iOSSQLiteDatabase.CreateDatabaseFile
From Xojo Documentation
Method
Creates a database file. Returns True if the database was successfully created.
Notes
You are automatically connected if CreateDatabase returns True, so you do not need to also call Connect.
Sample Code
Create a New iOSSQLiteDatabase: