Retrieves a TOraObject object for a field with known name.
function GetObject(const FieldName: string): TOraObject;
Call the GetObject method to retrieve a TOraObject object for a field when only its name is known. FieldName is the name of an existing field. The field should have the ftObject, ftReference, ftArray or ftTable type.