Used to access a PL/SQL table item as TOraInterval by Index.
property ItemAsInterval[Index: integer]: TOraInterval;
Use the ItemAsInterval property to access a PL/SQL table item by Index. Returns the table item as a TOraInterval value.
Index starts with 1. The index value cannot be greater than the Length value.