Indicates whether or not a cursor is positioned at the first record in a dataset. Syntax: property Bof: Boolean; Description: Test Bof (beginning of file) to determine if the cursor is positioned at the first record in a dataset. If Bof is True, the cursor is unequivocally on the first row in the dataset. Bof is True when an application: Bof is False in all other cases. See also: Example: GetBookmark,GotoBookmark,FreeBookmark,FindPrior,Value,OnDataChange,BOF |