Used to indicate if an item value is Null.
property ItemIsNull[Index: integer]: boolean;
Use the ItemIsNull property to access PL/SQL table item by Index. Returns True, if the item value is Null.
Index starts with 1. The index value cannot be greater than Length value.