Developer

RowExist

Determine whether row with specified index is inside bounds of rows array. Minimum value may be 0. Maximum value may be RowCount - 1.

function RowExists(const Index: Integer): Boolean;

Parameters


Index
Integer
Indicate index of row. This parameter is zero-based.

See also