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