Indicates whether the array element contains a value.
property ItemIsNull[Index: integer]: boolean;
Use IsNull to determine whether the array element with at specific index contains a value. If IsNull is True, the element is empty. If IsNull is False, the element has a value.