How do I list all Table names

I need to read and create an array of all the Table names in a SQLite database.
Can anyone help please.

The example in Database.TableSchema should help:

http://documentation.xojo.com/index.php/Database.TableSchema

Many thanks Paul for your help.