The quest of “New SQLiteDataBase” in the Documentation

I read an example where I saw:
Var sqlite_db As New SQLiteDatabase(sqlite_fi)

In my search for New in the SQLiteDatabase page, I noticed something strange (look the screen shot below) and… no entry called New.

Being naturally curious, I went to Picture to search for a New Picture entry and found none.

Of course, I found examples for both New SQLiteDataBase and New Picture, but no entry for them.

I stopped there, do a screen shot and wrote this entry here.

You need to go to Picture and find Constructor:
https://documentation.xojo.com/api/graphics/picture.html#picture-constructor0

The constructor is what happens when you use New, there are 3 documented constructors for Picture:

1 Like