TreeView: Retrieve All Data From A Row

Python 3.10.4

Hello everyone

In a Treeview, once a row is selected, for example that has the Fields: Id, Book and Author and that the record with Id 10 has the data: 10, Othello, Shakespeare…

1° … In the simplest way, how to recover those three data?

Thank you very much already

By Skar via Discussions on Python.org at 13Apr2022 04:46:

Python 3.10.4
In a Treeview,

A TreeView from what library?

once a row is selected, for example that has the Fields: Id, Book and
Author and that the record with Id 10 has the data: 10, Othello,
Shakespeare…

1° … In the simplest way, how to recover those three data?

It would be good to see some of your code. It probably matters how your
tree view has been made, and from what.

Cheers,
Cameron Simpson cs@cskk.id.au