Allows to modify data without changing its type.
property ItemText[Index: integer]: string;
Use the ItemText property to access PL/SQL table item by Index.
Index starts with 1 and lasts till Length.
Modifying Items using ItemText doesn't affect DataType property.