Retrieve a TOraNestTable object for a field with known name.
function GetTable(const FieldName: string): TOraNestTable;
Call the GetTable to retrieve a TOraNestTable object for a field when only its name is known. FieldName is the name of an existing field. The field should have the ftTable type.