iOSSQLiteDatabase.Timeout
From Xojo Documentation
Property (As Double )
aiOSSQLiteDatabase.Timeout = newDoubleValue
or
DoubleValue = aiOSSQLiteDatabase.Timeout
Supported on Mobile (iOS).
or
DoubleValue = aiOSSQLiteDatabase.Timeout
Supported on Mobile (iOS).
The maximum number of seconds that an operation may wait before a lock is cleared (if any).
Notes
An iOSSQLiteDatabase can be locked while it is being modified. On iOS, you will not need to worry about the timeout unless you have multiple threads accessing a database using separate connections.