[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'DBGrids' (#lcl)

TBookmarkedRecordEnumerator.Current

Current bookmark for the enumerator

Declaration

Source position: dbgrids.pas line 158

public property TBookmarkedRecordEnumerator.Current : TBookmark
  read fCurrent;

Description

Current is a read-only TBookmark property which returns the current bookmark for the enumerator. The value in Current in updated when the MoveNext method is called.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.