Retrieves a TOraRef object for a field with known name.
function GetRef(const FieldName: string): TOraRef;
Call the GetRef method to retrieve a TOraRef object for a field when only its name is known. FieldName is the name of an existing field. The field should have the ftReference type.