ODAC

TOraArray.ItemIsNull Property(Indexer)

Indicates whether the array element contains a value.

Class

TOraArray

Syntax

property ItemIsNull[Index: integer]: boolean;

Parameters
Index
Holds the index of the array element.

Remarks

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.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback