Used to store array fields as TIBCArrayField objects.
property ComplexArrayFields: boolean default True;
If the ComplexArrayFields property is set to False, any array field is stored as one TIBCArrayField object. If true and ObjectView is true, array items are stored hierarchically. If true and ObjectView is false, all aray items are stored as sibling fields.