Icon BOF Property

property BOF: Boolean

Usage

Available In: Client and Server Applications

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