Icon RecordUpdateCounter Property

property RecordUpdateCounter: Integer

Usage

Use the RecordUpdateCounter property to retrieve the update counter for the current row. ElevateDB tracks changes to rows using an update counter for each row, and any time a row is updated, the update counter will be incremented by 1.

Information This method is only used in the context of the descendant TEDBTable, TEDBQuery, TEDBScript, and TEDBStoredProc components.
Image