DBAdvGrid and SQLite

I am experimenting with SQLite in a new development. When I use the DBAdvGrid with a SQLite text field the grid only shows "(memo)." Is there something that needs to be done to show the actual text? The DBAdvMemo does not work that way.

Try to set DBAdvGrid.ShowMemoFields = true

So many properties . . . Thanks, it worked.