Icon EOF Property

property EOF: Boolean

Usage

Available In: Client and Server Applications

Indicates whether the row pointer is on the last row in the set of rows in the dataset. This property is only set to True if the Last method is called, the row pointer attempts to navigate beyond the last row using the Next method, or if the dataset is empty.
Image