Lookup Fields in XMLInspector
-----------------------------

This sample shows how XMLInspector edits database table records with 
lookup fields. The example uses BDE connection and a standard 
example database DBDEMOS.

Run the sample. The program will open the table employee.db. You may edit any 
record by pressing Edit or add a new record by pressing Add. You may also set
a value of the Venue field, choosing one from the popup-list

Lookup fields are used due to TXMLDictionary in the OnGetDictionary event 
handler. The list of values is taken from the table and fields, described in 
dictionaries.xml. As fact, you may take a list of values from a text file, an 
SQL-query and other, i.e. in any suitable way

